---
title: "Qwen Image API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/qwen-image.md"
canonical: "https://runapi.ai/ja/models/qwen-image.md"
locale: "ja"
model: "Qwen Image"
provider: "Alibaba"
modality: "image"
variant_count: 3
price_from_cents: 4
---

# Qwen Image API

高品質な画像生成、プロンプトに沿ったリミックス、テキスト指示による精密な編集のためのQwen Image APIにアクセスできます。

**Provider:** Alibaba
**Modality:** Image
**Catalog:** 3 variants

Qwen Imageは、新しい画像の作成、ソース画像のリミックス、自然言語の指示による精密な編集に対応するAlibabaのビジュアル生成モデルファミリーです。優れた言語とビジュアルの整合性に、安定した文字描画と意味を理解した画像編集を組み合わせています。

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| qwen-image-edit-image | `edit-image` | $0.050 | — | https://runapi.ai/ja/models/qwen-image/edit-image.md |
| qwen-image-remix-image | `remix-image` | $0.040 | — | https://runapi.ai/ja/models/qwen-image/remix-image.md |
| qwen-image-text-to-image | `text-to-image` | $0.040 | — | https://runapi.ai/ja/models/qwen-image/text-to-image.md |


## Install the skill

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

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

## Context

Qwen ImageはAlibabaの初代画像モデルラインで、後発のQwen 2とは別の世代です。RunAPIでは、生成、リミックス、編集の各エンドポイントに個別のモデルIDを使用しながら、一貫したタスク仕様を提供します。

## FAQ

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

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

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

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

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

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

