leven_gong 在 gpt-image-2 文生图,图片尺寸低于请求尺寸 中发帖
[image]
[image]
[image]
请求路由:images/generations
请求体:
{
“prompt”: “提示词内容”,
“negative_prompt”: “”,
“model”: “gpt-image-2”,
“size_mode”: “2160x3840”,
“width”: 2160,
“height”: 3840,
“n”: 4,
“quality”: “high”,
“quality_factor”: 1,
“output_format”: “png”,
“reference_image”: null,
“config”: {
“base_url”: “https://xxx/v1”,
“api_key”: “sk-xxx”,
“default_model”: “gpt-image-2”
}
}
...