---
title: "qwen-2-remix-image API — Qwen 2 料金・仕様"
url: "https://runapi.ai/ja/models/qwen-2/remix-image.md"
canonical: "https://runapi.ai/ja/models/qwen-2/remix-image.md"
locale: "ja"
model: "Qwen 2"
provider: "Alibaba"
variant_id: "qwen-2-remix-image"
sdk_model_id: "qwen-2-remix-image"
modality: "image"
price_from_cents: 4
billing_unit: "call"
status: "active"
---

# Qwen 2 qwen-2-remix-image API

RunAPI から Qwen 2 ファミリーの qwen-2-remix-image を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。

## Pricing

**$0.040** per call

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

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `qwen-2-remix-image` |
| Provider | Alibaba |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/qwen_2/remix_image` |
| Status | active |

## Request example

```json
{
  "model": "qwen-2-remix-image",
  "prompt": "暖かいライティングと机の上の観葉植物を持つ居心地の良いホームオフィスのアイソメトリックイラストを生成してください。"
}
```

## Install the skill

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

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

```json
{
  "model": "qwen-2-remix-image"
}
```

## FAQ

### %{variant} はどう選択しますか？

quickstart に表示されるモデル ID を渡してください。

### 料金は従量課金ですか？

はい。呼び出しまたは単位ごとの従量課金です。


## Related

Other Qwen 2 variants:

- [qwen-2-edit-image](https://runapi.ai/ja/models/qwen-2/edit-image.md) — `edit-image` · $0.060
- [qwen-2-text-to-image](https://runapi.ai/ja/models/qwen-2/text-to-image.md) — `text-to-image` · $0.060
