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.
cURL
curl --request POST \ --url https://alltoken.aatest.online/v1/images/generations \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "prompt": "<string>" } '
{ "data": [ {} ] }
图片生成接口。
{ "model": "gpt-image-1", "prompt": "一张未来感的 AI 控制台界面" }