Home โบ Blog โบ Qwen API Guide
Qwen's open weights change the unit economics of AI APIs: no per-token royalty to a closed lab, so a self-hosted Qwen2.5 72B can beat flagship pricing for high-volume, latency-sensitive workloads. Here's what that means in practice.
| Qwen options (per 1M tokens) | Input | Output | Notes |
|---|---|---|---|
| Official hosted flagships (Qwen3 Max class) | โ$0.78 | โ$3.90 | Closed-lab hosted pricing |
| Qwen2.5 72B on Bridge (self-hosted) | $0.25 | $0.75 | Lowest p50 latency on Bridge |
curl https://bridge.computeindex.net/v1/chat/completions \
-H "Authorization: Bearer sk-bridge-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen2.5-72b-instruct",
"messages": [
{"role": "system", "content": "Classify support tickets as: billing, bug, feature, other. Reply with one word."},
{"role": "user", "content": "My invoice shows a double charge for June."}
]
}'
Open weights are not a replacement for frontier reasoning: keep DeepSeek V4 Pro for hard code and math, GLM-5.2 for Chinese-language and vision, Kimi K3 for 256K context โ and route the long tail of simple, high-volume calls to Qwen2.5 72B. One Bridge key covers all of them; the usage dashboard splits spend per model.
Is Qwen2.5 72B on Bridge the same open model I can download? Yes โ the open-weight Qwen2.5 72B Instruct, served with an OpenAI-compatible API and per-token metering.
Which workloads suit it best? Classification, summarization, extraction and translation โ high-volume pipelines where price-per-token and latency dominate.
Get $1 free credit โ try Qwen2.5 72B