---
title: "Qwen Image API — 全部变体、定价与 Model Skill"
url: "https://runapi.ai/zh-CN/models/qwen-image.md"
canonical: "https://runapi.ai/zh-CN/models/qwen-image.md"
locale: "zh-CN"
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 是阿里巴巴的视觉生成模型系列，可创建新图像、重混源图像，并根据自然语言指令进行精准编辑。它兼具强语言到视觉对齐能力、可靠的文字渲染和语义图像编辑。

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| qwen-image-edit-image | `edit-image` | $0.050 | — | https://runapi.ai/zh-CN/models/qwen-image/edit-image.md |
| qwen-image-remix-image | `remix-image` | $0.040 | — | https://runapi.ai/zh-CN/models/qwen-image/remix-image.md |
| qwen-image-text-to-image | `text-to-image` | $0.040 | — | https://runapi.ai/zh-CN/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 是阿里巴巴的初代图像模型系列，与更新的 Qwen 2 代际不同。通过 RunAPI，其生成、重混和编辑端点采用各自独立的模型 ID，并遵循一致的任务协议。

## FAQ

### 应该从哪个变体开始？

选满足质量要求的最便宜变体。多数团队从 fast 起步，生产时升级到 pro。

### 有免费额度吗？

新账户每个模型都有免费调用额度，之后按次计费。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。

### 失败怎么计费？

失败的生成不计费。

### 输出会缓存吗？

输出按任务 ID 存储在 R2 供回取。输入不缓存。

### 可以商用吗？

可以——所有变体默认含商用许可，除非模型许可明确限制；有例外会在变体页面注明。

### 速率限制？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 在哪里报问题？

在公共 GitHub 仓库提 issue 或邮件联系 support。

