qwen-plus-latest
NixAPI 价格,低至
输入$0.2028
输出$0.6084
USD / 百万 Token · 分组 Self-Deployed-1 · 官方价 $0.4 / $1.2省 49%
关于 qwen-plus-latest
The latest Qwen-Plus offers balanced capabilities, with reasoning quality, cost, and speed positioned between Qwen-Max and Qwen-Turbo. Suited for moderately complex tasks.
各路由分组价格
创建 Key 时可在控制台选择分组,状态实时来自路由。 查看各分组实时状态 →
| 分组 | 分组状态 | 模型状态 | 倍率 | 输入 | 输出 | 缓存读取 | 缓存写入 |
|---|---|---|---|---|---|---|---|
Self-Deployed-1 | … | ×0.507 | $0.2028 | $0.6084 | — | — | |
Alibaba-1 | … | ×0.845 | $0.338 | $1.014 | — | — | |
Self-Deployed-2 | … | ×0.845 | $0.338 | $1.014 | — | — | |
Alibaba-2 | … | ×1.2675 | $0.507 | $1.521 | — | — | |
Alibaba-3 | … | ×1.859 | $0.7436 | $2.231 | — | — |
USD / 百万 Token
长上下文计价
- 输入超过 128,000 Token:输入 ×3,输出 ×10
- 输入超过 256,000 Token:输入 ×6,输出 ×24
支持的接口
openai
一个请求调用 qwen-plus-latest
兼容 OpenAI SDK 及任何 OpenAI 格式的客户端,把 Key 换成你自己的即可。
curl https://api.nixapi.com/v1/chat/completions \
-H "Authorization: Bearer $NIXAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-plus-latest",
"messages": [{"role": "user", "content": "Hello!"}]
}'from openai import OpenAI
client = OpenAI(base_url="https://api.nixapi.com/v1", api_key="sk-…")
resp = client.chat.completions.create(
model="qwen-plus-latest",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)import OpenAI from 'openai';
const client = new OpenAI({ baseURL: 'https://api.nixapi.com/v1', apiKey: process.env.NIXAPI_KEY });
const resp = await client.chat.completions.create({
model: "qwen-plus-latest",
messages: [{ role: 'user', content: 'Hello!' }],
});
console.log(resp.choices[0].message.content);关于 qwen-plus-latest 的常见问题
qwen-plus-latest 在 NixAPI 上多少钱?
在 Self-Deployed-1 分组下,输入低至每百万 Token $0.2028,输出低至每百万 Token $0.6084,比官方价低约 49%。按量付费,以美元计价,没有月最低消费。
如何调用 qwen-plus-latest?
把任意兼容 OpenAI 格式的客户端指向 https://api.nixapi.com/v1,使用你的 NixAPI Key,并把 model 设为 "qwen-plus-latest" 即可。
哪些路由分组提供 qwen-plus-latest?
qwen-plus-latest 可在 5 个路由分组中使用:Self-Deployed-1、Alibaba-1、Self-Deployed-2、Alibaba-2、Alibaba-3。其中 Self-Deployed-1 分组价格最低。