About Qwen3.8 Max
Qwen3.8 Max is Alibaba's top-tier closed model, a mixture-of-experts architecture aimed at coding, agentic work, long-horizon reasoning, and research tasks. It takes a 1M-token context, which suits whole-repository reasoning and long document analysis.
| Metric | Value |
|---|---|
| Context Length | 1,000,000 |
| Multilingual | Yes |
Ready to build with Qwen3.8 Max?
Try Qwen3.8 Max in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
curl -sSf -X POST https://hub.oxen.ai/api/ai/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "qwen3-8-max",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'API endpoint
See the API reference for request and response formats.
POST
https://hub.oxen.ai/api/ai/chat/completions