novita

qwen/qwen3.5-35b-a3b

Context

262K

Input

text, image

Output

text

Tool calling

Supported

About this model

Qwen3.5-35B-A3B is a Mixture-of-Experts (MoE) vision-language model with 35B total parameters and 3B activated. It balances efficiency and performance with Gated Delta Networks and sparse MoE, supporting a 262K context length for agentic coding and reasoning tasks.

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": "c5a09c8893074a209d4f245a95ba770e",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

novita

c5a09c8893074a209d4f245a95ba770e

Available

Input

$0.250 / 1M

Output

$2.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.250 / 1M
Output tokens$2.000 / 1M

Performance

Published evaluation results associated with this model.

Reasoning

GPQA Diamond81.9
IFBench44.5
τ²-Bench Telecom86.3

API example

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