Qwen3.8 Max
qwen/qwen3.8-maxQwen~qwen/qwen-max-latestoperationalAlibaba Qwen3.8 Max flagship model.
Official pricing
USD per million tokens, exactly what Qwen publishes. ElevenRouter adds no markup on tokens.
Example: 1,000 input + 500 output tokens ≈ $0.00500. Zero-completion responses are never charged.
Specs
- Context
- 1M
- Max output
- 64K
- Modalities
- text->text
- Tokenizer
- Qwen
- Released
- 2026-09-20
- Family
- qwen-max
Availability on ElevenRouter
Measured by the routing engine; up when at least one credential can serve the model.
Observed performance
Real requests over the last 7 days.
- Time to first token p50
- —
- p95
- —
- Output tokens/s p50
- —
- p95
- —
Percentiles appear after five successful requests.
Usage on ElevenRouter
Tokens per day across all customers (anonymous, aggregate).
Use it
Any OpenAI or Anthropic SDK works by changing the base URL. Supported parameters: max_tokens, temperature, top_p, top_k, frequency_penalty, presence_penalty, repetition_penalty, seed, stop, tools, tool_choice, response_format, reasoning, include_reasoning.
curl https://elevenrouter.com/api/v1/chat/completions \
-H "Authorization: Bearer $ELEVENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "qwen/qwen3.8-max", "messages": [{ "role": "user", "content": "Hello" }] }'Related models
- Claude Haiku 4.5 · Anthropic$1.00 / $5.00
- Claude Sonnet 5 · Anthropic$2.00 / $10.00
- DeepSeek V4 Pro · DeepSeek$1.32 / $3.96
- GPT-5.6 Terra · OpenAI$2.00 / $12.00
- Claude Sonnet 4.6 · Anthropic$3.00 / $15.00
- Kimi K3 · Moonshot AI$3.00 / $15.00
Frequently asked questions
How much does Qwen3.8 Max cost on ElevenRouter?
Qwen3.8 Max is billed at Qwen's official list price: $2.00 per million input tokens and $6.00 per million output tokens, with cached input at $0.250. A request with 1,000 input and 500 output tokens costs about $0.00500.
What is the context length of Qwen3.8 Max?
Qwen3.8 Max accepts up to 1M tokens of context and can produce up to 64K output tokens.
Does Qwen3.8 Max support tool calling and structured outputs?
Yes, tool calling is supported and JSON mode is available; add the response-healing plugin for schema validation. Supported parameters: max_tokens, temperature, top_p, top_k, frequency_penalty, presence_penalty, repetition_penalty, seed, stop, tools, tool_choice, response_format, reasoning, include_reasoning.
How do I call Qwen3.8 Max?
Send an OpenAI-compatible chat completion to https://elevenrouter.com/api/v1/chat/completions with "model": "qwen/qwen3.8-max" and your ElevenRouter key, or use the Anthropic Messages endpoint. Any OpenAI or Anthropic SDK works by changing the base URL.
Is Qwen3.8 Max available right now?
Availability is measured continuously by the routing engine. Current status: operational, 100.00% uptime over the last 30 days. When one credential fails, requests fail over to another automatically.