Responses
POST /v1/responses — OpenAI Responses API compatible.
bash
curl https://api.hoyoai.cn/v1/responses \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4o","input":"Introduce HOYOAI in three sentences"}'