> ## Documentation Index
> Fetch the complete documentation index at: https://docs.heihuzi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# GPT Image 使用指南

> 三个图片模型的实测入口和参数阅读位置。

## 模型与入口

| 模型                       | 已测入口                | 已测质量                           |
| ------------------------ | ------------------- | ------------------------------ |
| `gpt-image-2.5-flare`    | 生成、编辑、SSE           | low、medium、high、xhigh、max、auto |
| `gpt-image-2.5-sunburst` | 生成、编辑、SSE           | low、medium、high、xhigh、max、auto |
| `gpt-image-2`            | JSON 生成、JSON / 文件编辑 | low、medium、high、auto           |

质量矩阵使用单张 1024×1024 PNG；流式使用 low。生成和编辑省略模型的实测调度记录均为 Flare，业务中建议显式填写完整模型名。

## 按目标使用

* 文字生成图片：运行[图像生成](/cn/api-reference/images/gpt-image-2.5/generation)中的示例。
* 修改已有图片：运行[图像编辑](/cn/api-reference/images/gpt-image-2.5/edits)中的 JSON 或文件上传示例。
* 透明输出：使用生成或编辑页表格中的 2.5 PNG/WebP 透明组合。
* 保存流式结果：运行[图片流式返回](/cn/api-reference/images/gpt-image-2.5/streaming)中的完整 Python 示例。

Flare、Sunburst 的横竖尺寸、两张输出及 JPEG/WebP 组合均在生成和编辑页列出。需要固定输出尺寸时显式填写 `size`。

## GPT Image 2 独立文档

使用 `gpt-image-2` 时，请查看 [GPT Image 2 生成](/cn/api-reference/images/gpt-image-2/generation)和 [GPT Image 2 编辑](/cn/api-reference/images/gpt-image-2/edits)。上方 2.5 示例中的扩展参数请按版本阅读。
