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.
使用 OpenAI 兼容协议调用图像生成接口
POST https://api.littlecold.cn/v1/images/generations
Authorization
Bearer $LITTLEAPI_KEY
Content-Type
application/json
model
gpt-image-1
prompt
n
1
size
1024x1024
curl https://api.littlecold.cn/v1/images/generations \ -H "Authorization: Bearer $LITTLEAPI_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-image-2", "prompt": "一只在雪地里玩耐的小狐狸,动漫风格", "n": 1, "size": "1024x1024" }'
{ "created": 1730000000, "data": [ { "url": "https://..." } ] }