---
title: "qwen-image-text-to-image API — Qwen Image 요금 및 스펙"
url: "https://runapi.ai/ko/models/qwen-image/text-to-image.md"
canonical: "https://runapi.ai/ko/models/qwen-image/text-to-image.md"
locale: "ko"
model: "Qwen Image"
provider: "Alibaba"
variant_id: "qwen-image-text-to-image"
sdk_model_id: "qwen-image-text-to-image"
modality: "image"
price_from_cents: 4
billing_unit: ""
status: "active"
---

# Qwen Image qwen-image-text-to-image API

RunAPI로 Qwen Image 패밀리의 qwen-image-text-to-image를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

## Pricing

**$0.040** per call

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

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `qwen-image-text-to-image` |
| Provider | Alibaba |
| Modality | image |
| Task type | asynchronous |
| Billing unit |  |
| API endpoint | `/api/v1/qwen_image/text_to_image` |
| Status | active |

## Request example

```json
{
  "model": "qwen-image-text-to-image",
  "prompt": "해 질 무렵의 항저우를 담은 영화 같은 여행 포스터를 만들고, 호수에 비친 선명한 이중 언어 제목을 넣어 주세요."
}
```

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

```json
{
  "model": "qwen-image-text-to-image"
}
```

## FAQ

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

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

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

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


## Related

Other Qwen Image variants:

- [qwen-image-edit-image](https://runapi.ai/ko/models/qwen-image/edit-image.md) — `edit-image` · $0.050
- [qwen-image-remix-image](https://runapi.ai/ko/models/qwen-image/remix-image.md) — `remix-image` · $0.040
