---
title: "qwen-3-edit-image API — Qwen 3 定价与规格"
url: "https://runapi.ai/zh-CN/models/qwen-3/edit-image.md"
canonical: "https://runapi.ai/zh-CN/models/qwen-3/edit-image.md"
locale: "zh-CN"
model: "Qwen 3"
provider: "Alibaba"
variant_id: "qwen-3-edit-image"
sdk_model_id: "qwen-3-edit-image"
modality: "image"
price_from_cents: 7
billing_unit: "call"
status: "active"
---

# Qwen 3 qwen-3-edit-image API

通过 RunAPI 使用 Qwen 3 系列的 qwen-3-edit-image。按次计费，无需订阅，失败的生成不计费。

## Pricing

**$0.070** per call

失败的生成不计费

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `qwen-3-edit-image` |
| Provider | Alibaba |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/qwen_3/edit_image` |
| Status | active |

## Request example

```json
{
  "model": "qwen-3-edit-image",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "生成一张 4K 的产品 hero 图：哑光黑色水瓶放在米色石面上，侧光柔和。"
}
```

## 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 qwen-3-edit-image features to an application.

```json
{
  "model": "qwen-3-edit-image"
}
```

## FAQ

### 模型 ID 跨版本稳定吗？

RunAPI 保持模型 ID 稳定，并在不改变请求形态的前提下处理兼容版本刷新。

### 该变体的限流？

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

### 能切到其它变体吗？

可以——变体只是参数，改 model 字段即可。

### 支持流式吗？

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

### 质量问题在哪里报？

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


## Related

Other Qwen 3 variants:

- [qwen-3-pro-edit-image](https://runapi.ai/zh-CN/models/qwen-3/pro-edit-image.md) — `pro-edit-image` · $0.140
- [qwen-3-pro-text-to-image](https://runapi.ai/zh-CN/models/qwen-3/pro-text-to-image.md) — `pro-text-to-image` · $0.120
- [qwen-3-text-to-image](https://runapi.ai/zh-CN/models/qwen-3/text-to-image.md) — `text-to-image` · $0.050
