Qwen3 235B A22B
Qwen logo

Qwen3 235B A22B

qwen3-235b-a22bllms.txt
Qwen
Qwen3-235B-A22B is a massive 235B parameter Mixture-of-Experts (MoE) model that operates with the efficiency of a 22B model. Its standout feature is the ability to seamlessly switch between a "thinking" mode for complex reasoning and a "non-thinking" mode for fast conversation, offering both world-class power and practical speed.

Pricing

  • Input Tokens: $0.280 /M tokens
  • Output Tokens: $1.120 /M tokens

Input Modalities

  • Text

Output Modalities

  • Text

Capabilities

  • Tools
  • Tool calling
  • Structured outputs

Providers

Alibaba Cloud alicloud-qwen3-235b-a22b
Pricing$0.280$1.120
Context131K
Max output32K
Latency1.0S
Throughput62.2TPS
Uptime
100.00% uptime 2 days ago
100.00% uptime yesterday
100.00% uptime today
Chutes chutes-qwen3-235b-a22b
Pricing$0.300$1.200
Cache$0.000
Context41K
Max output41K
Latency1.4S
Throughput81.2TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today
Siliconflow siliconflow-qwen3-235b-a22b
Pricing$0.350$1.421
Cache$0.000
Context128K
Max output128K
Latency0.6S
Throughput44.0TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today

Performance for qwen3-235b-a22b

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="qwen3-235b-a22b",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is Qwen3 235B A22B?

Qwen3-235B-A22B is a massive 235B parameter Mixture-of-Experts (MoE) model that operates with the efficiency of a 22B model. Its standout feature is the ability to seamlessly switch between a "thinking" mode for complex reasoning and a "non-thinking" mode for fast conversation, offering both world-class power and practical speed.