Qwen3 Coder

qwen/qwen3-coder
by Qwen·Text·262K context·Released 2025-12-02·Apache 2.0
open-weightcodelong-context

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.

ProviderInputOutputThroughputUptime
Groq$0.32$1.2694 tok/s99.6%
Lambda$0.38$1.5487 tok/s99.4%
Hyperbolic$0.41$1.6381 tok/s99.3%
Parasail$0.48$1.9174 tok/s99.1%
DeepInfra$0.55$2.1868 tok/s99%

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