novita

qwen/qwen3.5-397b-a17b

Context

262K

Input

text, image

Output

text

Tool calling

Supported

About this model

Qwen3.5-397B-A17B is Alibaba Cloud's largest open-weights multimodal foundation model. Unifying the previously separate text and vision lines, it features a hybrid Mixture-of-Experts architecture with early fusion vision-language training. It operates in thinking mode by default and delivers state-of-the-art performance across chat, reasoning, tool-calling, and complex agentic workflows.

Capabilities

text

Available through the unified API

image

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "24230381bcfa4677a991df00e91c9dae",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

novita

24230381bcfa4677a991df00e91c9dae

Available

Input

$0.600 / 1M

Output

$3.600 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.600 / 1M
Output tokens$3.600 / 1M

Performance

Published evaluation results associated with this model.

General

MMLU-Pro87.8
GPQA Diamond88.4

Coding

SWE-Bench Verified76.4

API example

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