---
title: "Z Image API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/z-image.md"
canonical: "https://runapi.ai/ja/models/z-image.md"
locale: "ja"
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はAlibabaの超高速テキスト→画像モデルで、わずか8つの推論ステップを使用して約1秒で画像を生成します。整合性の高い高品質な出力を維持しながら生成速度を優先します。

## 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はAlibabaの速度最適化テキスト→画像モデルで、約1秒で結果を生成します。RunAPI経由では、すべてのAlibabaモデルと同じAPIの形式と課金を共有します。

## FAQ

### このモデルはどう呼び出しますか？

model skill をインストールし、RunAPI key とセットアップメモに従ってください。

### 失敗した生成は課金されますか？

失敗した生成は課金されません

### アプリケーションから呼び出せますか？

はい。コード作業環境に model skill をインストールし、モデル機能を追加するときに利用してください。

