返回模型列表

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 2024arxiv.org ↗2026-06-09已核实
AIME 2025arxiv.org ↗2026-06-09已核实
LiveCodeBench v5arxiv.org ↗2026-06-09已核实
CodeForcesarxiv.org ↗2026-06-09已核实
BFCL v3arxiv.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待核实
帮助与联系