qwen

Qwen: Qwen3 Next 80B A3B Instruct

Qwen3-Next-80B-A3B-Instruct is an instruction-tuned chat model in the Qwen3-Next series optimized for fast, stable responses without “thinking” traces. It targets complex tasks across reasoning, code generation, knowledge QA, and multilingual...

Context
262k tokens
Input / 1M tokens
$0.09
Output / 1M tokens
$1.10
Benchmark

Pricing

Input tokens$0.09 per 1M tokens
Output tokens$1.10 per 1M tokens

Technical details

Model IDqwen/qwen3-next-80b-a3b-instruct
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens16,384

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-instruct',
  messages: [{ role: 'user', content: 'Hello!' }],
})

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

Get an API key and start making requests in minutes.

Get an API key