by Qwen·Text·262K context·Released 2025-12-02·Apache 2.0
Overview
Alibaba's open coding model, tuned for repository-scale code generation and agentic tool use, with a very long context window. Among the strongest open options for coding at a low price, and widely hosted. Overkill for plain text classification, but excellent when the task is actually writing or editing code.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence74
Coding88
Instruction following86
Providers
LLMRouteHub routes to the cheapest healthy provider by default. Showing the top 5 of 7 providers by routed volume.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Groq | $0.32 | $1.26 | 94 tok/s | 99.6% |
| Lambda | $0.38 | $1.54 | 87 tok/s | 99.4% |
| Hyperbolic | $0.41 | $1.63 | 81 tok/s | 99.3% |
| Parasail | $0.48 | $1.91 | 74 tok/s | 99.1% |
| DeepInfra | $0.55 | $2.18 | 68 tok/s | 99% |
Use this model
curl https://llmroutehub.com/api/v1/chat/completions \
-H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-coder",
"messages": [{ "role": "user", "content": "Hello" }]
}'