psychology Anthropic | San Francisco, USA

Claude for
Enterprise AI in Turkey

Get Claude API access from Turkey — including the new flagship Claude Fable 5 — through one OpenAI-compatible API with balances in Turkish Lira. No foreign credit card or VPN needed: change your base_url and start building at up-to-date TL pricing.

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

What Is Anthropic Claude?

About the technology and the company behind the model

Anthropic was founded in 2021 by former OpenAI researchers Dario and Daniela Amodei with AI safety as its founding mission. Its Constitutional AI approach trains models against an explicit set of written principles, which is why Claude has earned a reputation for low hallucination rates and predictable behavior — and why it has become one of the most trusted model families in enterprise AI.

At the top of today's lineup sits Claude Fable 5, Anthropic's first Mythos-class model and the smartest generally available Claude to date: a 1-million-token context window, up to 128K tokens of output, and always-on reasoning built for autonomous knowledge work and coding. It is joined by the new Claude Sonnet 5 with adaptive thinking and effort levels, Claude Opus 4.8 — the most powerful member of the Opus family — the balanced favorite Sonnet 4.6, and the fast, economical Haiku 4.5.

For teams that need Claude API access from Turkey, Onysoft AI Gateway — operated by Izmir-based Onysoft Veri Merkezi A.S. — offers Claude alongside 708+ models behind a single OpenAI-compatible API. You top up in Turkish Lira and pay as you go at the current TCMB exchange rate, with no subscription. Corporate e-invoices, a KVKK-compliant platform and 24/7 support come as standard. Existing OpenAI SDK code works with nothing more than a base_url change, and the Playground lets you test every model right in the browser.

Anthropic keeps scaling capability and safety together with every generation. Our goal at Onysoft is to bring each new Claude model to developers and enterprises in Turkey at up-to-date TL pricing from day one.

business
Provider
Anthropic
calendar_month
Founded
2021
location_on
Headquarters
San Francisco, USA
category
Number of Models
5 models

Claude Performance Metrics

Results from industry-standard benchmark tests

MMLU Multi-Domain Knowledge 89.0
HumanEval Code Generation 92.0
MATH Mathematics 78.3
GPQA Scientific Reasoning 59.4

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

Why Choose Claude?

Reliable, Honest and Deep-Thinking AI

psychology

Always-On Reasoning

Claude Fable 5 keeps reasoning engaged in every response, while the new Sonnet 5 offers adaptive thinking with adjustable effort levels. Complex problems get solved step by step, with the reasoning to back it up.

description

1M Token Context Window

Current Claude models offer up to a 1-million-token context window, and Claude Fable 5 can produce up to 128K tokens of output in a single pass. Hundreds of pages of contracts, reports or an entire codebase fit into one request.

code

Autonomous Coding

Claude can carry out multi-file refactors, debugging, test writing and architecture design end to end. It ranks among the world's leading coding models across Python, JavaScript, PHP, C# and many other languages.

bolt

Agentic Workflows & Tool Use

With function calling and tool use, Claude connects to external APIs, queries databases and runs long-horizon tasks autonomously. Vision — understanding images and PDFs — is built right into these agent workflows.

verified_user

Constitutional AI Safety

Claude is built with the Constitutional AI approach, trained against an explicit set of written principles. Its low hallucination rate and predictable behavior make it a safe choice for sensitive enterprise domains like finance, healthcare and legal.

language

Strong Turkish & Multilingual

Claude understands and generates Turkish at a high standard, delivering natural results for corporate writing, customer support and content. It works with the same consistency across dozens of languages, so one model can power a multilingual product.

Claude Models and Pricing

Claude models available in TL through Onysoft AI Gateway

Recommended

Claude Fable 5

Flagship

Anthropic's new Mythos-class flagship and the smartest generally available Claude to date. Built for autonomous knowledge work and coding with a 1M-token context, 128K output and always-on reasoning.

anthropic/claude-fable-5 play_circle Try
arrow_downward Input: ₺0,71 / 1K tokens
arrow_upward Output: ₺3,57 / 1K tokens

Claude Sonnet 5

New

The most capable Sonnet yet. Adaptive thinking and effort levels let you tune the speed-intelligence trade-off per task — ideal for production workloads.

anthropic/claude-sonnet-5 play_circle Try
arrow_downward Input: ₺0,14 / 1K tokens
arrow_upward Output: ₺0,71 / 1K tokens

Claude Opus 4.8

The most powerful member of the Opus family. With its 1M-token context, it excels at deep analysis, long-document processing and demanding research tasks.

anthropic/claude-opus-4.8 play_circle Try
arrow_downward Input: ₺0,36 / 1K tokens
arrow_upward Output: ₺1,78 / 1K tokens

Claude Sonnet 4.6

Popular

A proven balance of performance and cost. The most popular choice for everyday enterprise use.

anthropic/claude-sonnet-4.6 play_circle Try
arrow_downward Input: ₺0,21 / 1K tokens
arrow_upward Output: ₺1,07 / 1K tokens

Claude Haiku 4.5

Budget

Fast and economical. Ideal for classification, summarization and high-volume simple tasks.

anthropic/claude-haiku-4.5 play_circle Try
arrow_downward Input: ₺0,07 / 1K tokens
arrow_upward Output: ₺0,36 / 1K tokens
view_list View All Models and Pricing

Claude Use Cases

What businesses in Turkey can build with Claude

support_agent

Customer Service Agents

24/7 customer service with chatbots and support assistants that understand natural Turkish. With tool use, agents can look up orders, start returns and complete the workflow end to end.

code

Software Development

Hand off code generation, code review, bug fixing and test writing to Claude. The 1M-token context is enough to analyze an entire codebase in one request, and Fable 5 runs multi-step tasks autonomously.

analytics

Data & Document Analysis

Summarize hundreds of pages of reports, PDFs and tables in minutes, and interpret charts and screenshots with vision. Get business intelligence output back in structured, parseable form.

gavel

Legal & Compliance

Use Claude's low-hallucination, well-reasoned answers for contract analysis, legal drafting and regulatory compliance checks including KVKK. Entire contract sets can be reviewed in a single context.

article

Content & Marketing

Produce blog posts, marketing copy, product descriptions and social content in your brand voice. Scale bilingual TR/EN content with a single model at consistent quality.

search

Research & RAG

Build question answering, source synthesis and deep-research flows over your enterprise knowledge base. Always-on reasoning weighs conflicting sources and delivers justified conclusions.

Which Sectors Does Claude Serve?

Sectors using Claude through Onysoft AI Gateway

Finance & Banking E-Commerce Healthcare Legal Education Media & Publishing Software Development Human Resources

How to Get Started with Claude?

Start using Claude 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 Claude 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="anthropic/claude-fable-5",
    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: 'anthropic/claude-fable-5',
    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": "anthropic/claude-fable-5",
    "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' => 'anthropic/claude-fable-5',
        '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 Claude with Onysoft?

The advantages of choosing Onysoft AI Gateway over the Anthropic 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 Claude 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 Claude

What people wonder about Claude and Onysoft AI Gateway

How do I access the Claude API from Turkey? expand_more

Sign up with Onysoft AI Gateway and top up your balance in Turkish Lira. You then reach every Claude model, including Claude Fable 5, through our OpenAI-compatible endpoint at https://api.onysoft.com/v1. No foreign credit card or VPN is required.

How does Turkish Lira pricing work? expand_more

There is no subscription — you pay as you go. Token-based usage is converted to TRY at the current TCMB exchange rate and deducted from your balance. You can see up-to-date TL pricing for every Claude model in the price table on this page.

What about KVKK compliance and data privacy? expand_more

Onysoft AI Gateway is a KVKK-compliant platform operated by Izmir-based Onysoft Veri Merkezi A.S. Anthropic does not use data sent through the API to train its models by default, and your request contents are never shared with third parties.

What is Claude Fable 5, and what does 'Mythos-class' mean? expand_more

Claude Fable 5 is Anthropic's new flagship and the first model in its Mythos class — the smartest generally available Claude to date. It offers a 1-million-token context window, up to 128K tokens of output and always-on reasoning in every response. It is designed for autonomous knowledge work and coding.

Which Claude model should I choose, and when? expand_more

Pick Claude Fable 5 for the hardest analyses and autonomous agent workloads, and the new Sonnet 5 for a speed-intelligence balance with adaptive thinking. Sonnet 4.6 covers everyday enterprise work, Haiku 4.5 handles high-volume simple tasks economically, and Opus 4.8 with its 1M context is the most powerful member of the Opus family.

Does it work with my existing OpenAI SDK code? expand_more

Yes. Just set base_url to https://api.onysoft.com/v1 and use your Onysoft API key — your code structure stays the same. Simply pass a model id such as anthropic/claude-fable-5.

What are Claude's context window and output limits? expand_more

Current Claude models offer a context window of up to 1 million tokens — enough to process hundreds of pages of contracts or an entire codebase in a single request. Claude Fable 5 can additionally generate up to 128K tokens of output in one pass.

Can I get a corporate e-invoice? expand_more

Yes. Every top-up is documented with a corporate e-invoice issued to your company details. This lets you fold your Claude usage cleanly into your accounting and procurement processes.

How good is Claude's Turkish support? expand_more

Claude is among the strongest models at understanding and generating Turkish, producing natural results for formal correspondence, customer support and content creation. It performs at the same quality across dozens of languages including English, German, French and Japanese.

Can I try Claude before committing? expand_more

Yes. The Onysoft Playground lets you test Claude models right in your browser without writing any code. Start with a small TRY balance and scale risk-free on the pay-as-you-go model.

psychology Anthropic Claude

Power Up Your Project with Claude

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

Want help finding the right model?