Qwen3.6 35B A3B is a mixture-of-experts build of Alibaba's Qwen3.6 (35B total parameters, about 3B active per token) with a 262K-token context window and text, image, and video input. Preserves the original model's reasoning, coding, multilingual performance, and tool use. Designed to provide direct, complete responses across a wide range of prompts. The model may occasionally append brief informational disclaimers inherited from the base model's training. Ideal for AI research, security testing, red teaming, agent development, coding assistants, and other advanced AI applications that benefit from maximum output flexibility.
OpenAI-compatible — keep the SDK you already use
https://api.orcarouter.ai/v1import 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="obsidian/Qwen3.6-35B-A3B",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)include_reasoningreasoningmax_tokenstemperaturetop_ptop_kmin_ppresence_penaltyfrequency_penaltystopseedresponse_formatstructured_outputstoolstool_choice| Input / 1M tokens | $0.310 |
|---|---|
| Output / 1M tokens | $4.21 |
| Currency | USD |
Estimate based on list price
Estimate only — actual token counts depend on the provider's tokenizer.
What developers are saying this week
GET /api/public/models/obsidian/qwen3.6-35b-a3bOpen @misc{orcarouter_qwen3_6_35b_a3b,
title = {Qwen3.6 35B A3B API},
author = {obsidian},
year = {2026},
howpublished = {OrcaRouter},
url = {https://www.orcarouter.ai/models/obsidian/qwen3.6-35b-a3b}
}obsidian. (2026). Qwen3.6 35B A3B API. OrcaRouter. https://www.orcarouter.ai/models/obsidian/qwen3.6-35b-a3b