---
title: "Z Image API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/z-image.md"
canonical: "https://runapi.ai/ko/models/z-image.md"
locale: "ko"
model: "Z Image"
provider: "Alibaba"
modality: "image"
variant_count: 1
price_from_cents: 1
---

# Z Image API

초고속 텍스트-이미지 변환, 사실적인 결과물, 짧은 추론 경로를 위한 Z Image API 액세스.

**Provider:** Alibaba
**Modality:** Image
**Catalog:** 1 endpoints

Z Image는 단 8번의 추론 단계로 약 1초 만에 이미지를 생성하는 Alibaba의 초고속 텍스트-이미지 모델입니다. 일관성 있고 고품질 출력물을 유지하면서 생성 속도를 우선시합니다.

## Variants

Single-SKU line. The SDK model ID is `z-image` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_image` | $0.010 | call |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `z-image` |
| Provider | Alibaba |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/z_image/text_to_image` |


## Install the skill

```sh
npx skills add runapi-ai/z-image -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Z Image features to an application.

## Context

Z Image는 약 1초 만에 결과물을 생성하는 Alibaba의 속도 최적화 텍스트-이미지 모델입니다. RunAPI를 통해 모든 Alibaba 모델과 동일한 API 형태 및 과금 방식을 공유합니다.

## FAQ

### 이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

### 실패한 생성도 비용이 드나요?

실패한 생성은 과금되지 않습니다

### 애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

