novita

qwen/qwen3.6-35b-a3b

Context

256K

Input

text, image

Output

text

Tool calling

Supported

About this model

Qwen3.6-35B-A3B is a Mixture-of-Experts (MoE) vision-language model with 35B total and 3B activated parameters. It is built for agentic coding and repository-level reasoning, and features a 262K context length with thinking preservation capabilities.

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

Providers

Available routing options for this model through OneInfer.

novita

c84905ee905e47ddb59767ccdf67a577

Available

Input

$0.248 / 1M

Output

$1.485 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.248 / 1M
Output tokens$1.485 / 1M

Performance

Published evaluation results associated with this model.

SWE-bench Verified

score73.4

MMLU-Pro

score85.2

GPQA Diamond

score86

API example

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