explore DeepSeek | Hangzhou, China

DeepSeek for
Enterprise AI in Turkey

DeepSeek models deliver high performance at extremely competitive prices. Achieve strong results especially on reasoning and coding tasks.

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

What Is DeepSeek DeepSeek?

About the technology and the company behind the model

DeepSeek is an AI research company founded in 2023 by the Chinese investment fund High-Flyer. The models they released in a short time created a major stir in the industry by delivering GPT-4-level performance at very low cost. The DeepSeek-R1 model is regarded as a rival to o1 on reasoning tasks. It draws attention with its open-source approach and innovative training techniques.

business
Provider
DeepSeek
calendar_month
Founded
2023
location_on
Headquarters
Hangzhou, China
category
Number of Models
2 models

DeepSeek Performance Metrics

Results from industry-standard benchmark tests

MMLU Multi-Domain Knowledge 87.1
HumanEval Code Generation 89.4
MATH Mathematics 90.2
GPQA Scientific Reasoning 58.5

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

Why Choose DeepSeek?

The Cost-Performance Champion

attach_money

Ultra-Low Cost

It runs at prices far below models with similar performance. The cost per token is around 1/10 of GPT-4.

psychology

Strong Reasoning (R1)

DeepSeek-R1 can solve complex logic problems step by step. Superior performance on mathematics, science and analytical reasoning tasks.

code

Superior Coding

The DeepSeek Coder model offers GPT-4-level performance on code generation and analysis tasks.

data_object

128K Context Window

With a 128,000 token context window, you can process long code and documents in a single pass.

trending_down

Ideal for High Volume

Achieve serious budget savings on high-volume operations thanks to the low token cost.

science

Scientific Reasoning

It produces detailed solutions with chain-of-thought reasoning on mathematics, physics and engineering problems.

DeepSeek Models and Pricing

DeepSeek models available in TL through Onysoft AI Gateway

Recommended

DeepSeek V3

Versatile

A powerful general-purpose model. For versatile use.

deepseek/deepseek-chat-v3 play_circle Try

DeepSeek R1

Reasoning

A reasoning specialist. For complex analysis and logic problems.

deepseek/deepseek-r1 play_circle Try
arrow_downward Input: ₺0,03 / 1K tokens
arrow_upward Output: ₺0,11 / 1K tokens
view_list View All Models and Pricing

DeepSeek Use Cases

What businesses in Turkey can build with DeepSeek

calculate

Mathematics & Science

Solving complex mathematical computations, scientific analysis and engineering problems.

code

Economical Code Assistant

GPT-4-level performance on high-volume code generation and analysis tasks, at a much lower cost.

batch_prediction

Batch Data Processing

Processing, classifying and labeling large datasets thanks to its low cost.

school

Education & Training

Step-by-step problem-solving support for students. Mathematics and science tutoring.

Which Sectors Does DeepSeek Serve?

Sectors using DeepSeek through Onysoft AI Gateway

Education Research Software Fintech Startups Engineering Data Science Academia

How to Get Started with DeepSeek?

Start using DeepSeek 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 DeepSeek 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="deepseek/deepseek-chat-v3",
    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: 'deepseek/deepseek-chat-v3',
    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": "deepseek/deepseek-chat-v3",
    "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' => 'deepseek/deepseek-chat-v3',
        '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 DeepSeek with Onysoft?

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

What people wonder about DeepSeek and Onysoft AI Gateway

Is DeepSeek really as good as GPT-4? expand_more

It performs at or above GPT-4 level on many benchmarks. It is especially strong on mathematics and coding tasks. However, on some creative and multilingual tasks, GPT-4 may still have the advantage.

What is DeepSeek R1? expand_more

DeepSeek R1 is a reasoning model similar to OpenAI o1. It solves complex problems by reasoning step by step. It delivers outstanding performance on mathematics, science and analytical tasks.

Why is DeepSeek so cheap? expand_more

DeepSeek uses innovative training techniques and an efficient MoE architecture. This allows it to achieve high performance with less compute power.

Does DeepSeek support Turkish? expand_more

DeepSeek models are strongest in Chinese and English. Turkish support is available and performs well on basic tasks, but on complex Turkish tasks Claude or GPT may have the advantage.

explore DeepSeek DeepSeek

Power Up Your Project with DeepSeek

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

Want help finding the right model?