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

# 图片生成

> 网关要求显式传入 `model`。不同模型只支持下表中的参数组合。

| 模型 | 尺寸 | 质量 | 模型专属参数 |
| --- | --- | --- | --- |
| `gpt-image-2.5-sunburst` / `flare`（含快照） | 任意 `WIDTHxHEIGHT`（16 倍数、1:3～3:1、最高 3840x2160） | `auto/low/medium/high/xhigh/max` | `background`、`moderation`、`output_format`、`output_compression`、`stream`、`partial_images` |
| `gpt-image-2`（含快照） | 同上 | `auto/low/medium/high` | 同上；透明背景仍为预览能力 |
| `gpt-image-1` / `1.5` / `1-mini` | `auto`、1024×1024、1536×1024、1024×1536 | `auto/low/medium/high` | `background`、`moderation`、`output_format`、`output_compression`、`stream`、`partial_images` |
| `dall-e-3` | 1024×1024、1792×1024、1024×1792 | `standard/hd` | `n` 只能为 1；支持 `style`、`response_format` |
| `dall-e-2` | 256×256、512×512、1024×1024 | `standard` | 支持 `n=1..10`、`response_format` |



## API Specification

The full API specification for this endpoint is available in the [documentation index](https://tikway.mintlify.site/llms.txt).
