All Models
Qwen active

Qwen3 Next 80B A3B Instruct

qwen/qwen3-next-80b-a3b-instruct

MoE instruction-tuned model with tool use and 262K context. Free tier.

Specifications

Context Window 262K tokens
Max Output 8.2K tokens
Latency fast
Knowledge Cutoff
Training Data

Pricing

Input $0.00 per 1M tokens
Output $0.00 per 1M tokens

Capabilities

text Text generation and understanding
tool use Function calling and tool integration

API Identifiers

Model ID qwen/qwen3-next-80b-a3b-instruct
Provider API ID qwen3-next-80b-a3b-instruct

Usage via Multi-Router

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!"}
    ]
  }'