> ## 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>

***

## 모델 유형

* **Generation:** 텍스트 프롬프트에서 이미지 생성
* **Upscale:** 이미지 해상도와 품질 향상
* **Edit:** 인페인팅으로 기존 이미지 수정

<Note>
  text-to-image에는 [Image Generate API](/api-reference/endpoint/image/generate), 향상에는 [Upscale API](/api-reference/endpoint/image/upscale), 인페인팅에는 [Edit API](/api-reference/endpoint/image/edit)를 참조하세요.
</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)를 참조하거나 [모델 엔드포인트](/api-reference/endpoint/models/list)에서 `model_spec.pricing.quality`를 가져오세요.
</Tip>
