Access Alibaba's Qwen3 family through a single OpenAI-compatible API endpoint. No setup, no hassle — just instant inference.
Get API Key →Ultra-fast inference for high-throughput applications. Best price-performance ratio.
Balanced performance for complex reasoning tasks and content generation.
Flagship model with highest capability for demanding applications.
Switch to Qwen3 in one line of code. Works with any OpenAI SDK.
from openai import OpenAI
client = OpenAI(
base_url="https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1",
api_key="YOUR_API_KEY"
)
response = client.chat.completions.create(
model="qwen3-flash", # or qwen-plus, qwen-max
messages=[{"role": "user", "content": "Hello, Qwen3!"}]
)
print(response.choices[0].message.content)
import { AIToken } from 'aitoken-sdk';
const client = new AIToken({ apiKey: 'YOUR_API_KEY' });
const response = await client.ask('Hello, Qwen3!', { model: 'qwen3-flash' });
console.log(response);
curl https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-flash",
"messages": [{"role": "user", "content": "Hello!"}]
}'
Drop-in replacement. Change one line — model="qwen3-flash". No code rewrite needed.
Direct access with optimized routing. First token in <200ms for Flash models.
No subscriptions, no minimum spend. Top up credits and use what you need.
Access Chinese LLMs from anywhere in the world without regional restrictions.
One key for all 11 models — Qwen, DeepSeek, GLM, Kimi. Switch anytime.
Track token usage, costs, and performance in real-time.
| Model | Speed | Quality | Best For |
|---|---|---|---|
| Qwen3-Flash | ⚡⚡⚡ | ⭐⭐⭐ | High-throughput, chatbots |
| Qwen-Plus | ⚡⚡ | ⭐⭐⭐⭐ | General purpose, reasoning |
| Qwen-Max | ⚡ | ⭐⭐⭐⭐⭐ | Complex analysis, coding |
| DeepSeek-V4-Flash | ⚡⚡⚡ | ⭐⭐⭐⭐ | Coding, math, fast responses |
| Kimi-K3 | ⚡⚡ | ⭐⭐⭐⭐ | Long context, research |
| Model | Input / 1M tokens | Output / 1M tokens |
|---|---|---|
| Qwen3-Flash | ¥2.00 (~$0.28) | ¥4.00 (~$0.55) |
| Qwen-Plus | ¥8.00 (~$1.10) | ¥16.00 (~$2.20) |
| Qwen-Max | ¥20.00 (~$2.75) | ¥60.00 (~$8.25) |
Start using Qwen3 in minutes. No credit card required for first-time users.
Get Your API Key →