Back to Modelsby Qwen
Q
Qwen 3.5 122B
Qwen122B MoE LLM (10B active) for coding, reasoning, multimodal chat. Agent-ready.
Free EndpointDownloadableMar 5, 2026open license10M API calls / 30d
Specifications
Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→text, image+text→text
Capabilities
text generationchatcodereasoningfunction callingagenticvision
Tags
tool-callingMoEcodingmultimodal
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
qwen/qwen3.5-122b-a10bcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.5-122b-a10b",
"messages": [{"role": "user", "content": "Hello!"}]
}'