返回模型列表

Qwen: Qwen3 235B A22B

qwen/qwen3-235b-a22b
Apr 28, 2025131.1K 上下文8.2K 最大输出$0.70/M in · $2.80/M out推理

描述

Qwen3-235B-A22B 是 Qwen 团队开发的 235B 参数 Mixture-of-Experts (MoE) 模型,每次前向传播激活 22B 参数。支持在用于复杂推理、数学与代码任务的 thinking 模式与用于通用对话的 non-thinking 模式之间无缝切换。模型具备强大的推理能力、多语言支持(100 多种语言与方言)、高级指令遵循及 agent tool-calling 能力。原生支持 32K tokens context window,使用 YaRN 扩展可达 131K tokens。

技术规格

供应商
qwen
上下文长度
131.1K
最大输出
8.2K
模态类型
输入text
输出text

定价

类型价格 / 百万 Token
输入$0.70
输出$2.80

快速开始

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!"}]
  }'
Qwen: Qwen3 235B A22B — Pricing & API on OminiGate