qwen

Qwen: Qwen3 Next 80B A3B Thinking

Qwen3-Next-80B-A3B-Thinking is a reasoning-first chat model in the Qwen3-Next line that outputs structured “thinking” traces by default. It’s designed for hard multi-step problems; math proofs, code synthesis/debugging, logic, and agentic...

Context
262k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.78
Benchmark

Pricing

Input tokens$0.10 per 1M tokens
Output tokens$0.78 per 1M tokens

Technical details

Model IDqwen/qwen3-next-80b-a3b-thinking
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens32,768

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'qwen/qwen3-next-80b-a3b-thinking',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen3 Next 80B A3B Thinking?

Get an API key and start making requests in minutes.

Get an API key