psychology Anthropic | San Francisco, USA

Claude for
Enterprise AI in Turkey

Anthropic's Claude models deliver a secure and powerful solution for your enterprise AI needs in Turkey. Access Claude through a single API, billed in Turkish Lira, with Onysoft AI Gateway.

rocket_launch Get Started compare Try in Playground description API Documentation
3
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. The company's core mission is to build safe and responsible artificial intelligence systems. With its Constitutional AI approach, Anthropic has pioneered techniques that keep models harmless, honest and helpful. As a product of this philosophy, Claude is recognized as one of the most trustworthy AI models in the industry.

business
Provider
Anthropic
calendar_month
Founded
2021
location_on
Headquarters
San Francisco, USA
category
Number of Models
3 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 Harmless Artificial Intelligence

verified_user

Safe and Ethical AI

Designed with a Constitutional AI approach, Claude generates harmless, honest and helpful responses. You can confidently choose it for enterprise use.

description

200K Token Context Window

Claude models offer a context window of up to 200,000 tokens. They are ideal for long documents, reports and detailed analyses.

code

Superior Coding Ability

Claude can write code, debug and optimize existing code in Python, JavaScript, PHP, C# and many other languages.

translate

Advanced Turkish Support

Claude models understand and generate Turkish at a high quality. They can be confidently used for enterprise document preparation, customer service and content generation.

visibility

Vision

Claude can analyze images and documents. It can understand and interpret photos, screenshots, diagrams and PDF files.

build

Tool Use

With function calling support, Claude can connect to external APIs, run database queries and automate workflows.

Claude Models and Pricing

Claude models available in TL through Onysoft AI Gateway

Recommended

Claude Opus 4.6

Most Powerful

The most powerful Claude model. For tasks requiring complex analysis, long document processing and deep reasoning.

anthropic/claude-opus-4.6 play_circle Try
arrow_downward Input: ₺0,23 / 1K tokens
arrow_upward Output: ₺1,15 / 1K tokens

Claude Sonnet 4.6

Popular

The ideal balance between performance and cost. The most popular choice for everyday enterprise use.

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

Claude Haiku 4.5

Budget

Fast and economical. Ideal for classification, summarization and simple question-answering tasks.

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

Claude Use Cases

What businesses in Turkey can build with Claude

support_agent

Customer Service

24/7 customer service with intelligent chatbots and support assistants. Boost customer satisfaction with natural Turkish language understanding.

article

Content Generation

Create blog posts, marketing copy, product descriptions and social media content.

analytics

Data Analysis

Summarize reports, analyze data and produce business intelligence outputs. Process long documents in minutes.

gavel

Legal and Compliance

Use Claude's reliable responses for contract analysis, legal document drafting and regulatory compliance checks.

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-opus-4.6",
    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-opus-4.6',
    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-opus-4.6",
    "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-opus-4.6',
        '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 can I access the Claude API from Turkey? expand_more

You can access Claude directly by signing up through Onysoft AI Gateway, topping up your balance in TRY, and using our OpenAI-compatible API endpoint. No foreign credit card or VPN is required.

Which languages does Claude support? expand_more

Claude has high-quality text understanding and generation capabilities in English as well as Turkish, German, French, Spanish, Japanese and many more languages.

What is the difference between Claude and GPT? expand_more

Claude is designed with a Constitutional AI approach focused on safety and honesty. It stands out with its long context window (200K tokens), low hallucination rate and suitability for enterprise use.

How do I integrate Claude into my existing project? expand_more

If you are already using the OpenAI SDK, you can switch to Claude simply by changing the base_url and api_key. No code changes are required.

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?