跳至内容
Qwen3 Next 80B

Qwen3 Next 80B

模型 ID qwen/qwen3-next-80b-a3b-instruct:free
这是 OpenRouter 免费模型,无需付费即可使用。

模型信息

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

描述

Qwen3-Next-80B 是指令微调聊天模型,针对快速稳定响应优化,适合长上下文和多轮对话。

使用示例

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

相关链接