Documentation Index
Fetch the complete documentation index at: https://docs.seeoneapi.com/llms.txt
Use this file to discover all available pages before exploring further.
请求参数
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
model | string | 是 | — | 固定为 gpt-image-2 |
prompt | string | 是 | — | 图像描述,支持中英文 |
n | integer | 否 | 1 | 生成图片数量,1-4 |
size | string | 否 | 1024x1024 | 图片尺寸 |
response_format | string | 否 | url | 返回格式:url 或 b64_json |
quality | string | 否 | auto | 图片质量:auto、high、medium、low |
尺寸详解
质量参数
| 质量 | 说明 | 适用场景 |
|---|---|---|
auto | 模型自动判断 | 大多数场景 |
high | 最高质量 | 商用素材、精细插画 |
medium | 中等质量 | 日常使用 |
low | 较低质量 | 快速预览、草稿 |
响应格式
revised_prompt 字段会返回模型实际使用的优化后提示词,便于你理解和改进提示词写法。