返回模型列表

Qwen: Qwen3 Coder 480B A35B

qwen/qwen3-coder
Jul 23, 2025262.1K 上下文$1.50/M in · $7.50/M out

描述

Qwen3-Coder-480B-A35B-Instruct 是 Qwen 团队开发的 Mixture-of-Experts (MoE) 代码生成模型,面向 function calling、tool use 以及仓库级长上下文推理等 agentic coding 任务优化。模型总参数 480B,每次前向传播激活 35B(160 个专家中激活 8 个)。

阿里云端点的计费根据上下文长度变化。当请求输入 tokens 超过 128k 时,按更高价格计费。

技术规格

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

定价

类型32K>32K>128K
输入$1.50$2.70$4.50
输出$7.50$13.50$22.50

快速开始

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-coder",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'