qwen

Qwen: Qwen3 30B A3B Instruct 2507

Qwen3-30B-A3B-Instruct-2507 is a 30.5B-parameter mixture-of-experts language model from Qwen, with 3.3B active parameters per inference. It operates in non-thinking mode and is designed for high-quality instruction following, multilingual understanding, and...

Context
131k tokens
Input / 1M tokens
$0.05
Output / 1M tokens
$0.19
Benchmark

Pricing

Input tokens$0.05 per 1M tokens
Output tokens$0.19 per 1M tokens

Technical details

Model IDqwen/qwen3-30b-a3b-instruct-2507
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens32,000

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

Ready to use Qwen: Qwen3 30B A3B Instruct 2507?

Get an API key and start making requests in minutes.

Get an API key