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

# Qwen 3 API

Qwen 3 の標準版と Pro 版による画像生成・編集。

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

Qwen 3 API は RunAPI から利用できる image モデルです。model skill をインストールすると、docs、schema、料金メモ、セットアップ手順をアプリ開発ワークフローに持ち込めます。

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| qwen-3-edit-image | `edit-image` | $0.070 | call | https://runapi.ai/ja/models/qwen-3/edit-image.md |
| qwen-3-pro-edit-image | `pro-edit-image` | $0.140 | call | https://runapi.ai/ja/models/qwen-3/pro-edit-image.md |
| qwen-3-pro-text-to-image | `pro-text-to-image` | $0.120 | call | https://runapi.ai/ja/models/qwen-3/pro-text-to-image.md |
| qwen-3-text-to-image | `text-to-image` | $0.050 | call | https://runapi.ai/ja/models/qwen-3/text-to-image.md |


## Install the skill

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

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

## Context

Qwen 3 は Alibaba のモデルで、RunAPI の image カタログに含まれます。マネージド API アクセス、料金コンテキスト、model skill をまとめて使いたい場合に適しています。

## FAQ

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

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

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

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

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

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

