跳至内容

Qwen 3 235B

模型 ID cerebras/qwen-3-235b-a22b-instruct-2507
这是 Cerebras 免费模型,无需付费即可使用。

模型信息

属性
上下文长度65,536 tokens
最大输出65,536 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商Cerebras
状态免费 (Preview)

速率限制

类型限制
Requests30/分钟,900/小时,14,400/天
Tokens30,000/分钟,1,000,000/小时,1,000,000/天

描述

Qwen 3 235B 是阿里云推出的大规模 MoE 模型,具有强大的推理和多语言能力。

使用示例

curl https://api.cerebras.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-3-235b-a22b-instruct-2507",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接