cloud Alibaba | Hangzhou, China

Qwen for
Enterprise AI in Turkey

Alibaba Cloud's Qwen models stand out with their strong multilingual capabilities and competitive prices. Get enterprise-grade access to Qwen with Onysoft AI Gateway.

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

What Is Alibaba Qwen?

About the technology and the company behind the model

Alibaba Cloud is the cloud computing arm of Alibaba, one of the world's largest e-commerce companies. Qwen models draw attention especially with their multilingual capabilities and strong performance/cost ratio. The Qwen 2.5 series ranks among the best of the open-source models. Customized variants such as Qwen Coder and Qwen Math are also available.

business
Provider
Alibaba
calendar_month
Founded
1999
location_on
Headquarters
Hangzhou, China
category
Number of Models
3 models

Qwen Performance Metrics

Results from industry-standard benchmark tests

MMLU Multi-Domain Knowledge 85.3
HumanEval Code Generation 86.4
MATH Mathematics 80.0
GPQA Scientific Reasoning 49.0

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

Why Choose Qwen?

Alibaba's Powerful Open-Source Model

translate

Superior Multilingual Ability

Strong performance in 29+ languages, led by Chinese and English and including Turkish. Ideal for companies doing international business.

attach_money

Competitive Pricing

It offers performance close to GPT-4 level at much more affordable prices. Serious savings at high volumes of usage.

code

Qwen Coder

Boost developer productivity with the Qwen Coder variants customized for writing and understanding code.

calculate

Mathematics Ability

High success on mathematical reasoning and problem-solving tasks with the Qwen Math model.

memory

Different Size Options

Models in different sizes from 7B to 110B. A performance-cost balance tailored to your needs.

visibility

Multimodal (Qwen-VL)

Image understanding, document reading and visual question-answering capabilities with the Qwen-VL model.

Qwen Models and Pricing

Qwen models available in TL through Onysoft AI Gateway

Recommended

Qwen 2.5 72B

Powerful

The most powerful Qwen model. For high-performance analysis and generation.

qwen/qwen-2.5-72b-instruct play_circle Try
arrow_downward Input: ₺0,02 / 1K tokens
arrow_upward Output: ₺0,02 / 1K tokens

Qwen 2.5 Coder 32B

Code

Optimized for coding and development.

qwen/qwen-2.5-coder-32b-instruct play_circle Try
arrow_downward Input: ₺0,03 / 1K tokens
arrow_upward Output: ₺0,05 / 1K tokens

QwQ 32B

Reasoning

A reasoning-focused model. For logic and analysis tasks.

qwen/qwq-32b play_circle Try
arrow_downward Input: ₺0,01 / 1K tokens
arrow_upward Output: ₺0,03 / 1K tokens
view_list View All Models and Pricing

Qwen Use Cases

What businesses in Turkey can build with Qwen

language

International Business

Multilingual customer support, document translation and international communication. Especially for those doing business with the Asian market.

code

Software Development

A cost-effective code assistant with Qwen Coder. Analyze and optimize large codebases.

auto_fix_high

Data Processing

Information extraction from unstructured data, data classification and labeling operations.

shopping_bag

E-Commerce

Product descriptions, customer review analysis and building a multilingual product catalog.

Which Sectors Does Qwen Serve?

Sectors using Qwen through Onysoft AI Gateway

E-Commerce Logistics Foreign Trade Software Fintech Manufacturing Tourism Retail

How to Get Started with Qwen?

Start using Qwen 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 Qwen 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="qwen/qwen-2.5-72b-instruct",
    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: 'qwen/qwen-2.5-72b-instruct',
    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": "qwen/qwen-2.5-72b-instruct",
    "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' => 'qwen/qwen-2.5-72b-instruct',
        '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 Qwen with Onysoft?

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

What people wonder about Qwen and Onysoft AI Gateway

In which languages is Qwen strongest? expand_more

Qwen shows strong performance in 29+ languages, led by Chinese and English. It produces good results in Asian and European languages, including Turkish.

What is Qwen Coder? expand_more

Qwen Coder is the Qwen variant optimized specifically for coding tasks. It can do strong code generation, analysis and correction in many programming languages.

When should Qwen be preferred? expand_more

In multilingual projects, especially for companies doing business with the Asian market, and when you are looking for cost-effective high performance, Qwen is an ideal choice.

cloud Alibaba Qwen

Power Up Your Project with Qwen

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

Want help finding the right model?