Back to Models
Q

Qwen 3 Next 80B

Qwen
by Qwen

Qwen3-Next Instruct blends hybrid attention, sparse MoE, and stability boosts for ultra-long context AI.

Free EndpointDownloadableSep 22, 2025open license27M API calls / 30d

Specifications

Context Length
256K
256,000 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text

Capabilities

text generationchat

Tags

text-generationlong-contextMoE

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

qwen/qwen3-next-80b-a3b-instruct
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-next-80b-a3b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'