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.
发送第一条 APIAny.AI 请求。
curl https://api.apiany.ai/v1/models \ -H "Authorization: Bearer $APIANY_API_KEY"
curl https://api.apiany.ai/v1/chat/completions \ -H "Authorization: Bearer $APIANY_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-5.4", "messages": [ { "role": "user", "content": "为 APIAny.AI 写一句简短的产品标语。" } ] }'
curl https://api.apiany.ai/v1/images/generations \ -H "Authorization: Bearer $APIANY_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "nano-banana", "prompt": "A clean product hero image for an AI API gateway", "size": "1k" }'
task_id
curl https://api.apiany.ai/v1/tasks/task_123 \ -H "Authorization: Bearer $APIANY_API_KEY"
http://localhost:3000/api/v1/...