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.
文本生成图像接口
/v1/images/generations
model
dall-e-3
gpt-image-1
prompt
n
size
1024x1024
1792x1024
quality
standard
hd
response_format
url
b64_json
curl https://your-domain.com/v1/images/generations \ -H "Authorization: Bearer sk-xxxx" \ -H "Content-Type: application/json" \ -d '{ "model": "dall-e-3", "prompt": "一只在月球上的猫", "size": "1024x1024" }'