📖 使用说明
1. 登录后,在下方的应用列表中选择一个应用
— 使用 API 调用(替换为你的域名):
curl https://YOUR_DOMAIN/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "<app_id>",
"messages": [{"role": "user", "content": "你好"}],
"stream": true
}'
3. 获取模型列表:
curl https://YOUR_DOMAIN/v1/models