Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
通过 VibeToken 使用阿里巴巴 Qwen 聊天模型,OpenAI 兼容的聊天补全接口。
qwen/qwen3-235b-a22b-instruct-2507
qwen/qwen-2.5-72b-instruct
qwen/qwen3-vl-30b-a3b-instruct
qwen/qwen3-coder-30b-a3b-instruct
qwen/qwen3-coder-480b-a35b-instruct
qwen/qwen3-coder-next
qwen/qwen3.5-397b-a17b
qwen/qwen3.5-27b
qwen/qwen3.5-122b-a10b
qwen/qwen3.5-35b-a3b
qwen/qwen3.5-plus
POST https://vibetoken.cn/v1/chat/completions
curl https://vibetoken.cn/v1/chat/completions \ -H "Authorization: Bearer $VIBETOKEN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "qwen/qwen3.5-plus", "messages": [{"role": "user", "content": "Hello!"}] }'