Qwen3.6 35B A3B

qwen/qwen3.6-35b-a3b
VisionToolsJSONReasoning
by Qwen · 2026-04-27

Qwen3.6 35B-A3B — open-weight MoE multimodal (text/image/video), 35B total / 3B active params, 256k context.

ctx262.1K tokens
Max output65.5K
Inputtext + image + video
Outputtext
p50 TTFT1.75 s
INPUT$0.25/ 1M tokens
OUTPUT$1.49/ 1M tokens
p50 TTFT1.75 s7d
p95 TTFT10.00 s7d
TRAFFIC800.9Ktokens / 7d

Qwen3.6 35B A3B is a mixture-of-experts (MoE) large language model from the Qwen family. It contains 35 billion total parameters, but only about 3 billion are activated during each forward pass. This…

What exactly is Qwen3.6 35B A3B?

Who should use this model?

How does OrcaRouter provide access?

What are the key specifications?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="qwen/qwen3.6-35b-a3b",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • enable_search
  • enable_thinking
  • include_reasoning
  • logprobs
  • max_tokens
  • n
  • parallel_tool_calls
  • presence_penalty
  • reasoning
  • repetition_penalty
  • response_format
  • seed
  • stop
  • stream
  • stream_options
  • temperature
  • thinking_budget
  • tool_choice
  • tools
  • top_k
  • top_logprobs
  • top_p

Pricing

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

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $6.19

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.000747

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
1.75 s
Output speed
165 tok/s
p95 TTFT
10.00 s
Error rate
0%

Public benchmarks

63.7
AA Coding
Better than 92% of models compared
#9 of 106
67.7
AA Intelligence
Better than 95% of models compared
#6 of 110
68.7
AA Math
Better than 59% of models compared
#33 of 81
GPQA Diamond
63.7 index
Humanity's Last Exam
20.2
IFBench
64.4
Long-Context Recall
63.7
MMLU-Pro
74.7 index
SciCode
35.8
TerminalBench Hard
34.8
τ²-Bench
59.7 index
Source: artificialanalysis.ai

How it compares

Qwen3.6 35B A3Bqwen/qwen3-max-previewQwen3.5 397B A17Bqwen/qwen3.5-plus
Input $/M$0.25$0.86$0.17$0.12
Output $/M$1.49$3.44$1.03$0.69
Context262K262K33K1.0M
Quality8/108/108/108/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What is the cost per token for Qwen3.6 35B A3B?
Input tokens cost $0.25 per 1 million tokens, and output tokens cost $1.48 per 1 million tokens. These are the provider's rates with zero markup from OrcaRouter.
What is the context window size?
The model supports a context window of 262,144 tokens (input) and a maximum output of 65,536 tokens.
What are the model's main strengths?
Its main strengths are its mixture-of-experts architecture (3B active parameters out of 35B total) enabling efficient inference, a long 262K-token context window, multimodal input (text, image, video), and a recorded τ²-Bench score of 95.3, indicating strong long-context reasoning.
How does it compare to dense models like a 35B dense model?
Because only 3B parameters are activated per token, this MoE model is more cost- and compute-efficient than a dense 35B model. However, dense models may provide more consistent output across diverse tasks. The provided benchmark (τ²-Bench) shows this MoE model performs very well on long-context reasoning.
Does OrcaRouter store or train on my data?
OrcaRouter's data handling policies are not detailed in the provided facts. Consult OrcaRouter's privacy policy or terms of service for information on data storage, retention, and whether data is used for model training.
How do I call this model via an OpenAI-compatible API?
Set the base URL to https://api.orcarouter.ai/v1 and the model ID to "qwen/qwen3.6-35b-a3b". Use the standard chat completions endpoint with your OrcaRouter API key in the Authorization header. Multimodal content can be passed as arrays of content parts.
Can I use this model with streaming?
Yes, streaming is supported by setting "stream": true in your request. It will emit token deltas via server-sent events, compatible with OpenAI's streaming API.
What input modalities are supported?
The model accepts text, image, and video inputs. Images and videos can be provided as URLs or base64-encoded data within the message content.

Embed this badge

Qwen: Qwen3.6 35B A3B$0.25/M in1750ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/qwen/qwen3.6-35b-a3b" target="_blank"> <img src="https://www.orcarouter.ai/embed/qwen/qwen3.6-35b-a3b.svg" alt="Qwen: Qwen3.6 35B A3B on OrcaRouter" /> </a>
Markdown [![Qwen: Qwen3.6 35B A3B](https://www.orcarouter.ai/embed/qwen/qwen3.6-35b-a3b.svg)](https://www.orcarouter.ai/models/qwen/qwen3.6-35b-a3b)

Model card as data

GET /api/public/models/qwen/qwen3.6-35b-a3bOpen
Machine-readable:/llms.txt/llms-full.txt