MoE instruction-tuned model with tool use and 262K context. Free tier.
qwen/qwen3-next-80b-a3b-instruct qwen3-next-80b-a3b-instruct curl https://api.multi-router.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "x-mr-router-id: YOUR_ROUTER_ID" \
-d '{
"model": "qwen/qwen3-next-80b-a3b-instruct",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'