返回模型列表

Qwen: Qwen3 Coder 30B A3B Instruct

qwen/qwen3-coder-30b-a3b-instruct
Jul 31, 2025160K 上下文32.8K 最大输出$0.45/M in · $2.25/M out

描述

Qwen3-Coder-30B-A3B-Instruct 是 30.5B 参数的 Mixture-of-Experts (MoE) 模型,拥有 128 个专家(每次前向传播激活 8 个),专为高级代码生成、仓库级代码理解与 agentic tool use 设计。基于 Qwen3 架构构建,原生支持 256K tokens context length(使用 Yarn 可扩展至 1M),在 function calls、browser use 与结构化代码补全任务上表现出色。

模型针对无 thinking 模式的指令遵循进行了优化,与 OpenAI 兼容的 tool-use 格式良好集成。

技术规格

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

定价

类型32K>32K>128K
输入$0.45$0.75$1.20
输出$2.25$3.75$6.00

快速开始

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-30b-a3b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Qwen: Qwen3 Coder 30B A3B Instruct — Pricing & API on OminiGate