Novita

qwen/qwen3.8-max

Qwen/Qwen3.8-Max
Context

1M

Input

text, image, video

Output

text

Tool calling

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.

Input modalities

text

Accepted as model input

image

Accepted as model input

video

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$2.000 / 1M tokens

Output tokens

$6.000 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$2.000 / 1M tokens
Output tokens$6.000 / 1M tokens
Cached input tokens$0.250 / 1M tokens

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "Qwen/Qwen3.8-Max",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'