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.
本页面面向 API 参考区使用者,目标是尽快发出第一条可验证请求。
https://api.aiid.edu.kg
Authorization: Bearer YOUR_API_KEY
POST /v1/chat/completions
curl https://api.aiid.edu.kg/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{ "model": "gpt-4o", "messages": [{"role": "user", "content": "hello"}] }'
task_id
operation_name