Back to Models

Qwen: Qwen3 Coder 30B A3B Instruct

qwen/qwen3-coder-30b-a3b-instruct
Jul 31, 2025160K context32.8K max output$0.45/M in · $2.25/M out

Description

Qwen3-Coder-30B-A3B-Instruct is a 30.5B parameter Mixture-of-Experts (MoE) model with 128 experts (8 active per forward pass), designed for advanced code generation, repository-scale understanding, and agentic tool use. Built on the Qwen3 architecture, it supports a native context length of 256K tokens (extendable to 1M with Yarn) and performs strongly in tasks involving function calls, browser use, and structured code completion.

This model is optimized for instruction-following without “thinking mode”, and integrates well with OpenAI-compatible tool-use formats.

Specifications

Provider
qwen
Context Length
160K
Max Output
32.8K
Modality
Intext
Outtext

Pricing

Type32K>32K>128K
Input$0.45$0.75$1.20
Output$2.25$3.75$6.00

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