🚀 Qwen3 API Access

Access Alibaba's Qwen3 family through a single OpenAI-compatible API endpoint. No setup, no hassle — just instant inference.

Get API Key →

Available Qwen Models

Qwen3-Flash

Ultra-fast inference for high-throughput applications. Best price-performance ratio.

¥2.00/1M tokens in

Qwen-Plus

Balanced performance for complex reasoning tasks and content generation.

¥8.00/1M tokens in

Qwen-Max

Flagship model with highest capability for demanding applications.

¥20.00/1M tokens in

Quick Start — OpenAI Compatible

Switch to Qwen3 in one line of code. Works with any OpenAI SDK.

Python

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)

Node.js / TypeScript

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

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!"}]
  }'

Why Use Qwen3 via AI Token Hub?

🔄 OpenAI Compatible

Drop-in replacement. Change one line — model="qwen3-flash". No code rewrite needed.

⚡ Low Latency

Direct access with optimized routing. First token in <200ms for Flash models.

💰 Pay-as-you-go

No subscriptions, no minimum spend. Top up credits and use what you need.

🌍 Global Access

Access Chinese LLMs from anywhere in the world without regional restrictions.

🔑 Single API Key

One key for all 11 models — Qwen, DeepSeek, GLM, Kimi. Switch anytime.

📊 Usage Dashboard

Track token usage, costs, and performance in real-time.

Qwen3 vs Other Models

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

Pricing

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)

Ready to Get Started?

Start using Qwen3 in minutes. No credit card required for first-time users.

Get Your API Key →