qwen3-coder-480b-a35b-instruct
Qwen3 / QwQ · 每 Token
qwen3-coder-480b-a35b-instruct可用⚡缓存 90% 优惠聊天推理上下文窗口: 262K最大输出 Token 数: 262K
价格
| 官方价格 | LemonData 价格 | |
|---|---|---|
| 输入 | ¥2.10 | ¥1.47 |
| 输出 | ¥9.10 | ¥6.37 |
| 缓存读取 | ¥0.21 | ¥0.21 |
参数量
上下文窗口
262K tokens
最大输出 Token 数
262K tokens
最适合
聊天
对话式 AI、客户支持和问答
推理
复杂推理任务、分析工作和研究
费用计算器
1M
0.5M
预估月度费用¥4.66
API 代码示例
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "qwen3-coder-480b-a35b-instruct",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'常见问题
qwen3-coder-480b-a35b-instruct 的费用是多少?
在 LemonData 上,qwen3-coder-480b-a35b-instruct 的价格为每 1M 输入 Token $0.2100,每 1M 输出 Token $0.9100,比官方价格最高优惠 30%。
qwen3-coder-480b-a35b-instruct 最适合做什么?
qwen3-coder-480b-a35b-instruct 擅长 聊天, 推理。通过 LemonData 的统一 API 和单个 API 密钥即可访问。
如何使用 qwen3-coder-480b-a35b-instruct API?
从 LemonData 获取您的 API key,然后使用任何兼容的 SDK 调用 https://api.lemondata.cc/v1/chat/completions。有关集成的详细信息,请参阅上方的代码示例。