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

# 图像模型

> 用于文生图、图像编辑、背景移除和放大的 Venice 图像模型，附带模型 ID、价格和支持的参数。

<div id="model-search-placeholder" data-filter="image">Loading models...</div>

***

## 模型类型

* **生成：** 根据文本提示创建图像
* **放大：** 提升图像分辨率和质量
* **编辑：** 通过 inpainting 修改现有图像

<Note>
  请参阅 [Image Generate API](/api-reference/endpoint/image/generate) 进行文生图，[Upscale API](/api-reference/endpoint/image/upscale) 进行增强，以及 [Edit API](/api-reference/endpoint/image/edit) 进行 inpainting。
</Note>

<Tip>
  图像生成尺寸是模型专属的。基于像素的模型（如 `venice-sd35` 和 `qwen-image`）使用 `width` 和 `height`；基于宽高比的模型（如 `qwen-image-2`）使用 `aspect_ratio`；列出了 `1K`、`2K` 或 `4K` 等分辨率选项的模型则同时使用 `resolution` 和 `aspect_ratio`。
</Tip>

<Tip>
  **质量等级。** `gpt-image-2`（生成）和 `gpt-image-2-edit`（编辑/多图像编辑）接受可选的 `quality` 参数 —— `low`、`medium` 或 `high`（默认）。较低的等级费用更低；完整的价格矩阵请参阅[定价概览](/overview/pricing#quality-tier-pricing-gpt-image-2)，或从 [Models 端点](/api-reference/endpoint/models/list)获取 `model_spec.pricing.quality`。
</Tip>
