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

# Qwen 2 API

Alibabaのビジュアルモデルファミリーからのテキスト→画像、画像リミックス、画像編集向けにQwen 2 APIにアクセスできます。

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

Qwen 2はAlibabaのビジュアル生成モデルで、テキスト→画像、画像リミックス、画像編集をサポートしています。Tongyi Wanxiangの基盤の上に構築され、強力な言語→ビジュアルの整合性で詳細な出力を提供します。

## Variants

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


## 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 features to an application.

## Context

Qwen 2はQwenファミリーのAlibabaのビジュアルモデルで、画像生成と編集をサポートしています。RunAPI経由では、すべてのQwen 2エンドポイントが統合された課金とAPIアクセスを共有します。

## FAQ

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

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

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

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

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

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

