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.

ctx262K tokens
Max output65K
Inputtext + image + video
Outputtext
p50 TTFT3.87 s
INPUT$0.25/ 1M tokens
OUTPUT$1.49/ 1M tokens
p50 TTFT3.87 s7d
p95 TTFT10.00 s7d
TRAFFIC602.8Mtokens / 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
import os

from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key=os.environ["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
3.87 s
Output speed
231 tok/s
p95 TTFT
10.00 s
Error rate
8.7%

Public benchmarks

41.9
AA Coding
Better than 43% of models compared
#76 of 134
32.1
AA Intelligence
Better than 36% of models compared
#86 of 136
68.7
AA Math
Better than 59% of models compared
#34 of 82
GPQA Diamond
84.1
Humanity's Last Exam
22.2
IFBench
64.4
Long-Context Recall
66.7
MMLU-Pro
74.7 index
SciCode
35.8
tau_banking
9.3
TerminalBench Hard
34.8
terminalbench_v2_1
44.9
τ²-Bench
95.3
Source: artificialanalysis.ai

Community buzz

What developers are saying this week

Hacker News0 mentions · 7ddown 1 vs the previous week

How it compares

Qwen3.6 35B A3BQwen3.8 MaxQwen3.8 Max (0902)qwen/qwen3-max-preview
Input $/M$0.25$2.00$2.00$0.86
Output $/M$1.49$6.00$6.00$3.44
Context262K1.0M1.0M262K
Quality8/109/109/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 in3867ms 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