Access Alibaba Cloud's most powerful Qwen models through a simple API. OpenAI-compatible. Pay only for what you use.
From flagship reasoning to cost-effective inference, choose the right model for your workload.
Flagship reasoning model with 262K context. Best for complex analysis, coding, and multi-step tasks.
From $1.20/1M input
Balanced performance and cost. Ideal for production workloads requiring quality and speed.
From $0.40/1M input
Ultra-fast and cost-effective. Perfect for high-volume, latency-sensitive applications.
From $0.05/1M input
Advanced vision-language model. Understands images, charts, documents, and screenshots.
From $0.80/1M input
Full multimodal: text, image, audio input and output. Native speech understanding.
From $0.43/1M input
Everything you need to ship AI-powered products with confidence.
Drop-in replacement for OpenAI SDK. Change one line of code to switch.
Edge-optimized inference across multiple regions. Sub-200ms response times.
Enterprise-grade reliability with automatic failover and redundancy.
Process millions of requests at 50% off with our async batch API.
Cache long prompts and save up to 90% on repeated context.
Server-sent events for instant token streaming.
OpenAI-compatible API. Use your existing tools and libraries.
from openai import OpenAI
client = OpenAI(
api_key="your-api-key",
base_url="https://api.qwenapi.com/v1"
)
response = client.chat.completions.create(
model="qwen3-max",
messages=[{"role": "user", "content": "Hello!"}],
stream=True
)
for chunk in response:
print(chunk.choices[0].delta.content, end="")No hidden fees. No minimum commitments. Scale as you grow.