Back to Models

Qwen: Qwen3 30B A3B

qwen/qwen3-30b-a3b
Apr 28, 202541.0K context41.0K max output$0.20/M in · $0.80/M outReasoning

Description

Qwen3, the latest generation in the Qwen large language model series, features both dense and mixture-of-experts (MoE) architectures to excel in reasoning, multilingual support, and advanced agent tasks. Its unique ability to switch seamlessly between a thinking mode for complex reasoning and a non-thinking mode for efficient dialogue ensures versatile, high-quality performance.

Significantly outperforming prior models like QwQ and Qwen2.5, Qwen3 delivers superior mathematics, coding, commonsense reasoning, creative writing, and interactive dialogue capabilities. The Qwen3-30B-A3B variant includes 30.5 billion parameters (3.3 billion activated), 48 layers, 128 experts (8 activated per task), and supports up to 131K token contexts with YaRN, setting a new standard among open-source models.

Specifications

Provider
qwen
Context Length
41.0K
Max Output
41.0K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.20
Output$0.80

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-30b-a3b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Qwen: Qwen3 30B A3B — Pricing & API on OminiGate