Qwen3 Coder
A broad multilingual model family suited to code, tools and long-context agent workflows.
Pricing
- Input
- $0.40
- Output
- $1.60
- Cached input
- —
USD / 1M tokens
All prices are shown in USD and exclude VAT, sales tax and any other applicable taxes. Tax is calculated and added at checkout based on your billing country. Business customers in the EU who supply a valid VAT number are invoiced under the reverse charge.
At a glance
- Model ID
qwen3-coder- Context window
- 256K
- Request formats
- —
- Capabilities
- Code agents
- Repositories
- Tool calls
01
Call it in one request
Point your existing client at the Hubrium base URL and pass this model ID.
curl https://api.hubrium.com/v1/chat/completions \
-H "Authorization: Bearer $HUBRIUM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-coder",
"messages": [
{"role": "user", "content": "Explain this code."}
],
"stream": true
}'MethodPathPurpose
GET
/v1/modelsList models available to your API keyPOST
/v1/chat/completionsOpenAI chat, tools and streamingPOST
/v1/responsesOpenAI Responses-compatible agent requestsOther models
More Qwen models on the gateway.Hubrium
One integration, every model
Use the same API key and model IDs with OpenAI- or Anthropic-compatible request formats.