wind_power Mistral AI | Paris, France

Mistral for
Enterprise AI in Turkey

Developed by the French AI company Mistral AI, the Mistral models deliver reliable, Europe-based AI solutions. GDPR-compliant and high-performance.

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

What Is Mistral AI Mistral?

About the technology and the company behind the model

Mistral AI was founded in 2023 in Paris by former researchers from DeepMind and Meta. Rising rapidly as Europe's most valuable AI startup, Mistral emphasizes efficiency with its Mixture of Experts (MoE) architecture. With its GDPR compliance and commitment to European data sovereignty principles, it has become a trusted choice especially for enterprise European customers.

business
Provider
Mistral AI
calendar_month
Founded
2023
location_on
Headquarters
Paris, France
category
Number of Models
3 models

Mistral Performance Metrics

Results from industry-standard benchmark tests

MMLU Multi-Domain Knowledge 84.0
HumanEval Code Generation 88.4
MATH Mathematics 72.3
GPQA Scientific Reasoning 50.5

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

Why Choose Mistral?

Europe's Pioneering Artificial Intelligence Model

euro

Europe-Based AI

Compliant with GDPR and European data protection standards. An ideal choice for organizations that value European data sovereignty.

speed

Speed and Efficiency

High speed and low cost with the Mixture of Experts (MoE) architecture. It uses fewer compute resources at the same quality.

code

Coding with Codestral

The Codestral model offers superior code-writing ability in 80+ programming languages. Boost developer productivity.

translate

Strong Multilingual Support

High-quality text understanding and generation in many languages, led by European languages and including Turkish.

tune

JSON Mode & Function Calling

Reliable performance in integration projects with structured output support and function calling.

attach_money

Competitive Pricing

More affordable prices compared to models with similar performance. A cost advantage especially at high volumes of usage.

Mistral Models and Pricing

Mistral models available in TL through Onysoft AI Gateway

Recommended

Mistral Large

Most Powerful

The most powerful Mistral model. For complex analysis and enterprise tasks.

mistralai/mistral-large play_circle Try
arrow_downward Input: ₺0,09 / 1K tokens
arrow_upward Output: ₺0,28 / 1K tokens

Mistral Small

Balanced

Speed and cost optimization. Ideal for everyday tasks.

mistralai/mistral-small play_circle Try

Codestral

Code

A model trained specifically for coding and development.

mistralai/codestral play_circle Try
view_list View All Models and Pricing

Mistral Use Cases

What businesses in Turkey can build with Mistral

business

Enterprise Automation

Automate business processes. Email drafts, report preparation and document processing.

code

Software Development

Code writing, refactoring, test creation and documentation with Codestral.

language

Translation & Localization

High-quality translation and content localization, led by European languages.

policy

GDPR-Compliant Solutions

Build AI solutions that comply with European data protection standards.

Which Sectors Does Mistral Serve?

Sectors using Mistral through Onysoft AI Gateway

Finance Legal Public Sector Software Healthcare E-Commerce Education Insurance

How to Get Started with Mistral?

Start using Mistral 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 Mistral 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="mistralai/mistral-large",
    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: 'mistralai/mistral-large',
    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": "mistralai/mistral-large",
    "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' => 'mistralai/mistral-large',
        '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 Mistral with Onysoft?

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

What people wonder about Mistral and Onysoft AI Gateway

What does Mistral's GDPR compliance mean? expand_more

Mistral is designed in accordance with European data protection regulations. Your data is processed to European standards and is not transferred outside Europe.

What is Codestral and how is it used? expand_more

Codestral is a model that Mistral has trained specifically for writing code. It delivers superior performance in 80+ programming languages. It can be used via the API just like the other models.

How much cheaper is Mistral than other models? expand_more

Thanks to its MoE architecture, Mistral runs at 30-50% lower cost compared to models with similar performance. The difference becomes even more pronounced at high volumes of usage.

Does Mistral support Turkish? expand_more

Yes, Mistral models show strong performance in many European and world languages, including Turkish. It is an ideal option for multilingual projects.

wind_power Mistral AI Mistral

Power Up Your Project with Mistral

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

Want help finding the right model?