跳至内容
Qwen3 Coder 480B

Qwen3 Coder 480B

模型 ID qwen/qwen3-coder:free
这是 OpenRouter 免费模型,无需付费即可使用。

模型信息

属性
上下文长度262000 tokens
最大输出262,000 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商OpenRouter
状态免费

描述

Qwen3-Coder-480B 是 MoE 代码生成模型,总参数 480B,每 forward pass 激活 35B 参数。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-coder:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接