Qwen
Qwen3.8 MAX API
Qwen's most capable flagship multimodal reasoning model, built for long-horizon coding, professional work, and multi-stage agent tasks. It accepts text, images, and video, offers a 1M-token context window with up to 128K output, and supports function calling, structured outputs, web search, and a code interpreter. It is best used as a high-quality workhorse for complex tasks rather than for the lowest-cost, lowest-latency batch workloads.
- Reasoning
- Web search
- Tool use
- Function calling
- Structured output
- Long context
- Code execution
qwen3.8-maxUSD
Pricing
Public list prices are shown in USD. Final charges may vary by account group and usage tier.
API
Code examples
curl --location --request POST 'https://api.tokenhot.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen3.8-max",
"messages": [
{
"role": "user",
"content": "What model are you"
}
]
}'Qwen
Related models
FAQ
Frequently asked questions
What is Qwen3.8 MAX best suited for?
Qwen3.8 MAX is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.
How is Qwen3.8 MAX priced?
Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.
How can I call Qwen3.8 MAX?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started