---
title: "Qwen 3 API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/qwen-3.md"
canonical: "https://runapi.ai/ko/models/qwen-3.md"
locale: "ko"
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/ko/models/qwen-3/edit-image.md |
| qwen-3-pro-edit-image | `pro-edit-image` | $0.140 | call | https://runapi.ai/ko/models/qwen-3/pro-edit-image.md |
| qwen-3-pro-text-to-image | `pro-text-to-image` | $0.120 | call | https://runapi.ai/ko/models/qwen-3/pro-text-to-image.md |
| qwen-3-text-to-image | `text-to-image` | $0.050 | call | https://runapi.ai/ko/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을 설치하고 모델 기능을 추가할 때 사용하세요.

