点击刷新加载模型列表...
使用你的 API Key 调用:
curl https://www.oneapi.host/v1/chat/completions \\
-H "Authorization: Bearer sk-your-key" \\
-H "Content-Type: application/json" \\
-d '{
"model": "your-model",
"messages": [{"role": "user", "content": "Hello"}],
"stream": true
}'