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 Key 可访问的模型,并把返回的 id 作为请求模型名。
curl https://kaienapi.com/v1/models \ -H "Authorization: Bearer <YOUR_API_KEY>"
id
{ "object": "list", "data": [ { "id": "gpt-5.5", "object": "model" } ] }