travel_explore Perplexity | San Francisco, USA

Perplexity for
Enterprise AI in Turkey

Perplexity's Sonar models produce responses backed by web search. The ideal solution for applications that need up-to-date information.

rocket_launch Get Started compare Try in Playground description API Documentation
2
Models
2022
Founded
8
Sectors
TL
Pricing

What Is Perplexity Perplexity?

About the technology and the company behind the model

Perplexity AI is a rapidly growing AI search company founded in 2022. Founded by former researchers from Google, Meta and OpenAI, the company is a pioneer in producing AI responses backed by web search. The Sonar models ensure the verifiability of information by providing source links with every response.

business
Provider
Perplexity
calendar_month
Founded
2022
location_on
Headquarters
San Francisco, USA
category
Number of Models
2 models

Perplexity Performance Metrics

Results from industry-standard benchmark tests

Search Accuracy Search Quality 95.0
Source Accuracy Source Citation 92.0
Recency Information Recency 98.0
MMLU Multi-Domain Knowledge 78.0

* Benchmark results are based on data published by the respective providers and may be updated.

Why Choose Perplexity?

AI-Powered Research Engine

search

Web-Searched Responses

The Sonar models automatically perform a web search while generating a response. They always deliver up-to-date and verified information.

link

Source Links

It provides the URLs of the sources used in every response. It is easy for you to verify and dig deeper into the information.

update

Real-Time Information

Unlike other LLMs, it provides up-to-date information for current news, prices, weather and live data.

speed

Fast Research

It can do hours of research in seconds. Ideal for academic, commercial and technical research.

fact_check

Verifiable Information

Thanks to source citations, every piece of information is verifiable. It minimizes the risk of hallucination.

language

Multilingual Search

It provides comprehensive responses by gathering information from sources in different languages.

Perplexity Models and Pricing

Perplexity models available in TL through Onysoft AI Gateway

Recommended

Sonar Pro

Deep Search

In-depth research and analysis. For complex questions.

perplexity/sonar-pro play_circle Try
arrow_downward Input: ₺0,14 / 1K tokens
arrow_upward Output: ₺0,69 / 1K tokens

Sonar

Fastest

Fast search-backed responses. For everyday research.

perplexity/sonar play_circle Try
arrow_downward Input: ₺0,05 / 1K tokens
arrow_upward Output: ₺0,05 / 1K tokens
view_list View All Models and Pricing

Perplexity Use Cases

What businesses in Turkey can build with Perplexity

monitoring

Market Intelligence

Conduct instant research for competitor analysis, market trends and industry news.

article

Content Research

Conduct comprehensive research for blog posts and articles. Produce reliable content with sourced information.

gavel

Regulatory Monitoring

Keep up to date with legal regulations, directives and regulatory changes.

biotech

Academic Research

AI-powered research for scientific papers, patent research and literature reviews.

Which Sectors Does Perplexity Serve?

Sectors using Perplexity through Onysoft AI Gateway

Research Media Legal Finance Marketing Academia Consulting Public Sector

How to Get Started with Perplexity?

Start using Perplexity models in your project in 3 steps

1

Create an Account

Sign up to Onysoft AI Gateway for free. Sign in instantly with your email address or your GitHub/Google account. Your API key is generated automatically.

2

Add Balance

Add as much balance as you like in Turkish Lira. You can pay by bank transfer/EFT, credit card or corporate invoice. Transparent TL pricing with the current TCMB exchange rate.

3

Start Using the API

Thanks to our OpenAI-compatible API endpoint, access Perplexity models without changing your existing code. Just change the base_url and api_key.

from openai import OpenAI

client = OpenAI(
    api_key="sk-ony-...",
    base_url="https://api.onysoft.com/v1"
)

response = client.chat.completions.create(
    model="perplexity/sonar-pro",
    messages=[{"role": "user", "content": "Merhaba!"}]
)
print(response.choices[0].message.content)
import OpenAI from 'openai';

const client = new OpenAI({
    apiKey: 'sk-ony-...',
    baseURL: 'https://api.onysoft.com/v1'
});

const response = await client.chat.completions.create({
    model: 'perplexity/sonar-pro',
    messages: [{role: 'user', content: 'Merhaba!'}]
});
console.log(response.choices[0].message.content);
curl https://api.onysoft.com/v1/chat/completions \
  -H "Authorization: Bearer sk-ony-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "perplexity/sonar-pro",
    "messages": [{"role": "user", "content": "Merhaba!"}]
  }'
$ch = curl_init('https://api.onysoft.com/v1/chat/completions');
curl_setopt_array($ch, [
    CURLOPT_HTTPHEADER => [
        'Authorization: Bearer sk-ony-...',
        'Content-Type: application/json'
    ],
    CURLOPT_POSTFIELDS => json_encode([
        'model' => 'perplexity/sonar-pro',
        'messages' => [['role' => 'user', 'content' => 'Merhaba!']]
    ]),
    CURLOPT_RETURNTRANSFER => true,
    CURLOPT_POST => true
]);
$response = json_decode(curl_exec($ch));
echo $response->choices[0]->message->content;

Why Use Perplexity with Onysoft?

The advantages of choosing Onysoft AI Gateway over the Perplexity API directly

currency_lira

Pay in Turkish Lira

No foreign credit card needed. Transparent pricing in TL with the current TCMB exchange rate. Bank transfer, credit card or corporate invoice.

receipt_long

Invoicing in Turkey

As a company based in Turkey, we issue e-invoices and e-archive invoices. Your accounting processes run smoothly.

hub

One API, All Models

Access 370+ models including Perplexity just by changing the base_url. OpenAI SDK compatible.

support

24/7 Support in Turkish

Our Turkish-speaking technical support team is always with you. Integration help and issue resolution.

shield

KVKK Compliant

Data processing policies aligned with Turkish regulations. Enterprise data security standards.

trending_down

Cost Optimization

Switch easily between different models as your needs change. Optimize your budget.

Frequently Asked Questions About Perplexity

What people wonder about Perplexity and Onysoft AI Gateway

What sets Perplexity Sonar apart from other models? expand_more

The Sonar models automatically perform a web search while generating a response. Unlike other LLMs, they access up-to-date information beyond the training data and provide source URLs.

What is the difference between Sonar Pro and Sonar? expand_more

Sonar Pro performs more in-depth research and answers complex questions more comprehensively. Sonar is faster and more economical, sufficient for simple research questions.

For which projects should I use the Perplexity API? expand_more

It is ideal for chatbots that require up-to-date information, market intelligence tools, news summarization systems and research assistants.

travel_explore Perplexity Perplexity

Power Up Your Project with Perplexity

Create a free account, get your API key and start using Perplexity in TL right away. Custom pricing is available for enterprise projects.

Want help finding the right model?