返回模型列表
Qwen3 235B
qwenqwen/qwen3-235b
API 使用指南
非思考模式(快速直接)
cURL
curl https://api.therouter.ai/v1/chat/completions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-235b",
"messages": [
{"role": "user", "content": "/no_think Summarise the key changes in this diff: ..."}
]
}'思考模式(深度推理)
cURL
curl https://api.therouter.ai/v1/chat/completions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-235b",
"messages": [
{"role": "user", "content": "/think Solve: How many trailing zeros does 1000! have?"}
],
"temperature": 0.6,
"top_p": 0.95
}'事实档案 — 本页每条断言可在此回溯来源
| 来源 | URL | 采集于 | |
|---|---|---|---|
| 发布日期 | qwenlm.github.io ↗ | 2026-06-09 | 已核实 |
| 架构 | huggingface.co ↗ | 2026-06-09 | 已核实 |
| 原生上下文长度 | huggingface.co ↗ | 2026-06-09 | 已核实 |
| 思考模式 | huggingface.co ↗ | 2026-06-09 | 已核实 |
| 预训练数据 | qwenlm.github.io ↗ | 2026-06-09 | 已核实 |
| 多语言支持 | qwenlm.github.io ↗ | 2026-06-09 | 已核实 |
| 许可 | qwenlm.github.io ↗ | 2026-06-09 | 已核实 |
| 训练数据截止 | www.mindstudio.ai ↗ | 2026-06-09 | 待核实 |
| AIME 2024 | arxiv.org ↗ | 2026-06-09 | 已核实 |
| AIME 2025 | arxiv.org ↗ | 2026-06-09 | 已核实 |
| LiveCodeBench v5 | arxiv.org ↗ | 2026-06-09 | 已核实 |
| CodeForces | arxiv.org ↗ | 2026-06-09 | 已核实 |
| BFCL v3 | arxiv.org ↗ | 2026-06-09 | 已核实 |
| Qwen3 技术报告发布于 arXiv(2505.09388) | arxiv.org ↗ | 2026-06-09 | 已核实 |
| Qwen3-235B-A22B 以 Apache 2.0 协议开源发布 | qwenlm.github.io ↗ | 2026-06-09 | 已核实 |
| TheRouter 上 qwen/qwen3-235b 思考模式和非思考模式有何区别? | huggingface.co ↗ | 2026-06-09 | 待核实 |
| Qwen3-235B 与 DeepSeek-R1 和 o1 相比如何? | arxiv.org ↗ | 2026-06-09 | 待核实 |
| 可以从 Cursor、Cline 或 OpenAI 兼容 SDK 使用 Qwen3-235B 吗? | huggingface.co ↗ | 2026-06-09 | 待核实 |
| Qwen3-235B 总参数量 2350 亿,为何每次只激活 220 亿? | huggingface.co ↗ | 2026-06-09 | 待核实 |