Skip to content
Qwen3 30B A3B logo

Qwen3 30B A3B

Verified

Open-weight LLM with 131k context for extended text tasks.

Alibaba QwenLanguage ModelsOpen
Model page
Updated 2026-06-15

About Qwen3 30B A3B

Built on the Qwen3 series architecture, this model provides full access to its weights for customization. Its 131k token context enables processing of long documents and multi-turn dialogues without truncation. The design emphasizes flexibility for both academic and commercial use cases.

Strengths include strong text generation and comprehension capabilities suited to general-purpose language tasks. As an open-weight release, it allows developers to run inference locally or on cloud infrastructure. Typical usage involves chat interfaces, summarization pipelines, and domain-specific adaptations.

Capabilities

Long-context reasoning
Code generation
Mathematical problem solving
Multilingual text generation
Instruction following
Tool use and function calling

How Qwen3 30B A3B compares

Qwen3 30B A3B (striped bar) vs other language models on intelligence, speed and price.

Price

USD per 1M output tokens · Lower is better · Qwen3 30B A3B ranks #32 of 98

$0.40
Qwen3 8B
$0.40
Hermes 4 70B
$0.40
Qwen3 30B A3B Thinking 2507
$0.40
Llama 3.3 Nemotron Super 49B V1.5
$0.41
DeepSeek V3.2 Exp
$0.45
Nemotron 3 Super
$0.50
Qwen3 30B A3B
$0.50
Cydonia 24B V4.1
$0.50
Olmo 3 32B Think
$0.57
Hunyuan A13B Instruct
$0.60
GPT-4o-mini Search Preview
$0.60
Solar Pro 3
$0.63
Ring-2.6-1T

Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).

Best for

Long-Document Reasoning

The model processes and reasons over inputs up to 131072 tokens, making it suitable for summarizing extensive reports or extracting insights from lengthy technical documentation.

Code and Math Workflows

It performs code generation and mathematical problem solving while supporting instruction following, enabling reliable assistance in algorithm development and quantitative analysis tasks.

Multilingual Tool-Integrated Applications

With multilingual text generation and tool use capabilities, the model supports building chat systems that handle multiple languages and integrate external function calls.

Strengths & limitations

Strengths

  • +Strong reasoning and coding performance
  • +Effective handling of extended contexts
  • +Solid multilingual support
  • +Efficient architecture for its parameter count

Limitations

  • Text-only modality
  • Requires substantial compute for inference
  • General LLM limitations such as occasional hallucinations

Cost calculator

Estimate what Qwen3 30B A3B would cost for your usage.

$0.00037
per request
$3.7
estimated / month

Based on Qwen3 30B A3B's $0.12/1M input · $0.50/1M output. Estimate only — actual cost varies by provider and caching.

Quick start

OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.

JavaScript · openai
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://openrouter.ai/api/v1",
  apiKey: process.env.OPENROUTER_API_KEY,
});

const completion = await client.chat.completions.create({
  model: "qwen/qwen3-30b-a3b",
  messages: [{ role: "user", content: "Hello!" }],
});

console.log(completion.choices[0].message.content);

Model slug: qwen/qwen3-30b-a3b

Editor's verdict

Our take on Qwen3 30B A3B

Qwen3 30B A3B is Alibaba Qwen's open-weight language models with a 131K-token context window.

At $0.50 per 1M output tokens, it is very cost-efficient for its class.

As an open-weight model you can self-host it or call it through a hosted API.

Best suited to strong reasoning and coding performance and effective handling of extended contexts.

Did you find this helpful?

Frequently asked questions

The model supports a context length of 131072 tokens.

User reviews

Real, verified reviews from the community shape this model's rating.

Loading reviews…

Sign in to review

Other Qwen models

Sibling versions in the Qwen family from Alibaba Qwen.

Promote Qwen3 30B A3B

Add this badge to your website, or share the tool.

DFeatured on DhanasviQwen3 30B A3B 1