---
title: "Qwen Image API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/qwen-image.md"
canonical: "https://runapi.ai/ko/models/qwen-image.md"
locale: "ko"
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는 새 이미지 생성, 소스 이미지 리믹스, 자연어 지시에 따른 정교한 편집을 지원하는 Alibaba의 시각 생성 모델 패밀리입니다. 뛰어난 언어-시각 정렬과 안정적인 텍스트 렌더링, 의미 기반 이미지 편집 기능을 결합합니다.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| qwen-image-edit-image | `edit-image` | $0.050 | — | https://runapi.ai/ko/models/qwen-image/edit-image.md |
| qwen-image-remix-image | `remix-image` | $0.040 | — | https://runapi.ai/ko/models/qwen-image/remix-image.md |
| qwen-image-text-to-image | `text-to-image` | $0.040 | — | https://runapi.ai/ko/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와 구별되는 Alibaba의 초기 이미지 모델 라인입니다. RunAPI에서는 생성, 리믹스, 편집 엔드포인트가 각각 별도의 모델 ID를 사용하면서 일관된 작업 규약을 따릅니다.

## FAQ

### 이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

### 실패한 생성도 비용이 드나요?

실패한 생성은 과금되지 않습니다

### 애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

