qwen

Qwen: Qwen Plus 0728

Qwen Plus 0728, based on the Qwen3 foundation model, is a 1 million context hybrid reasoning model with a balanced performance, speed, and cost combination.

Context
1M tokens
Input / 1M tokens
$0.26
Output / 1M tokens
$0.78
Benchmark

Pricing

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

Technical details

Model IDqwen/qwen-plus-2025-07-28
Context window1M 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/qwen-plus-2025-07-28',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen Plus 0728?

Get an API key and start making requests in minutes.

Get an API key
Qwen: Qwen Plus 0728 — MegaBrain Gateway