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.
图片生成接口规范
POST /v1/images/generations
curl https://api.aigc.it/v1/images/generations \ -H "Content-Type: application/json" \ -H "Authorization: Bearer <YOUR_TOKEN>" \ -d '{ "model": "模型名称", "prompt": "图片描述", ...其他参数(根据模型不同而不同) }'