Chat Completions
POST /v1/chat/completions
bash
curl https://api.hoyoai.cn/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"model":"claude-sonnet-4-6","messages":[{"role":"user","content":"Hello"}],"stream":false}'Set stream: true for SSE. See Chinese docs for full field notes.