Skip to content
Qwen3 235B A22B logo

Qwen3 235B A22B

Verified

Open-weight LLM built for long-context text tasks.

Alibaba QwenLanguage ModelsOpen
Model page
Updated 2026-06-15

About Qwen3 235B A22B

The Qwen3 235B A22B model follows a transformer-based design for text processing. It accepts input sequences up to 131072 tokens in length. Its open-weight release allows direct inspection and modification of parameters.

Strengths include flexible adaptation to extended documents and conversations. The model is suited for tasks that require maintaining coherence across large amounts of text. Alibaba Qwen developed it to serve both academic and applied NLP workflows.

Typical usage covers research experiments, domain-specific fine-tuning, and integration into chat or analysis tools. Developers can run it locally or on cloud infrastructure thanks to its open weights. It is positioned for any text-centric application needing substantial context capacity.

Capabilities

Long-context text reasoning
Code generation and debugging
Multilingual text understanding
Mathematical and logical reasoning
Instruction following
Tool use and agent workflows

How Qwen3 235B A22B compares

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

Price

USD per 1M output tokens · Lower is better · Qwen3 235B A22B ranks #73 of 98

$1.4
Aion-1.0-Mini
$1.6
Aion-2.0
$1.6
Aion-RP 1.0
$1.7
GLM 4.6
$1.8
GLM 4.7
$1.8
Qwen3 Coder 480B A35B
$1.8
Qwen3 235B A22B
$1.9
Morph V3 Large
$1.9
GLM 5
$2.1
R1 0528
$2.2
MiniMax M1
$2.2
GLM 4.5
$2.3
Kimi K2 0711

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

Best for

Long-context document analysis

The 131072-token context window enables processing of extensive reports, codebases, or research papers in a single pass for summarization or question answering.

Multilingual reasoning tasks

Qwen models from Alibaba demonstrate strong performance across Chinese and English benchmarks, supporting accurate translation and cross-lingual inference.

Complex coding assistance

Large parameter scale supports generation and debugging of sophisticated algorithms and multi-file projects with coherent structure.

Strengths & limitations

Strengths

  • +Strong coding and math performance
  • +Excellent Chinese-English bilingual ability
  • +Efficient MoE architecture
  • +Extended 128k context handling

Limitations

  • Text-only modality
  • High inference compute cost
  • Knowledge cutoff inherent to training data

Cost calculator

Estimate what Qwen3 235B A22B would cost for your usage.

$0.00136
per request
$13.6
estimated / month

Based on Qwen3 235B A22B's $0.45/1M input · $1.82/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-235b-a22b",
  messages: [{ role: "user", content: "Hello!" }],
});

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

Model slug: qwen/qwen3-235b-a22b

Editor's verdict

Our take on Qwen3 235B A22B

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

At $1.82 per 1M output tokens, it is mid-priced for its class.

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

Best suited to strong coding and math performance and excellent chinese-english bilingual ability.

Did you find this helpful?

Frequently asked questions

The model supports a context window 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 235B A22B

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

DFeatured on DhanasviQwen3 235B A22B 1