Qwen3 235B A22B

A broad multilingual model family suited to code, tools and long-context agent workflows.

Pricing

Input
$0.30
Output
$1.20
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-235b-a22b
Context window
131K
Request formats
Capabilities
  • Multilingual
  • Agents
  • Coding
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-235b-a22b",
    "messages": [
      {"role": "user", "content": "Explain this code."}
    ],
    "stream": true
  }'
MethodPathPurpose
GET/v1/modelsList models available to your API key
POST/v1/chat/completionsOpenAI chat, tools and streaming
POST/v1/responsesOpenAI Responses-compatible agent requests

Other 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.

Get API key