Back to Models

Qwen: Qwen3 235B A22B

qwen/qwen3-235b-a22b
Apr 28, 2025131.1K context8.2K max output$0.70/M in · $2.80/M outReasoning

Description

Qwen3-235B-A22B is a 235B parameter mixture-of-experts (MoE) model developed by Qwen, activating 22B parameters per forward pass. It supports seamless switching between a "thinking" mode for complex reasoning, math, and code tasks, and a "non-thinking" mode for general conversational efficiency. The model demonstrates strong reasoning ability, multilingual support (100+ languages and dialects), advanced instruction-following, and agent tool-calling capabilities. It natively handles a 32K token context window and extends up to 131K tokens using YaRN-based scaling.

Specifications

Provider
qwen
Context Length
131.1K
Max Output
8.2K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.70
Output$2.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-235b-a22b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'