---
title: "qwen-3-edit-image API — Qwen 3 요금 및 스펙"
url: "https://runapi.ai/ko/models/qwen-3/edit-image.md"
canonical: "https://runapi.ai/ko/models/qwen-3/edit-image.md"
locale: "ko"
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": "이 모델로 프로덕션에 바로 쓸 수 있는 결과를 만드세요."
}
```

## 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

### %{variant}는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


## Related

Other Qwen 3 variants:

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