qwen/qwen3.8-max
1M
text, image, video
text
Supported
About this model
Qwen3.8-Max is Alibaba's 2.4-trillion-parameter flagship multimodal large language model. Designed for long-horizon professional workflows, it excels in full-stack coding, agentic development, data analysis, and office automation. It processes text, images, video, and documents natively, and is positioned as a leading frontier model.
Capabilities
text
Available through the unified API
image
Available through the unified API
video
Available through the unified API
Quick start
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "6687bfcfb52d4945aa836220b5b4cf16",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
6687bfcfb52d4945aa836220b5b4cf16
Input
$2.000 / 1M
Output
$6.000 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $2.000 / 1M |
| Output tokens | $6.000 / 1M |
Performance
Published evaluation results associated with this model.
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "6687bfcfb52d4945aa836220b5b4cf16",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'