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

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

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

## Pricing

**$0.060** per call

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

## Spec sheet

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

## Request example

```json
{
  "model": "qwen-2-text-to-image",
  "prompt": "따뜻한 조명과 책상 위에 식물이 있는 아늑한 홈 오피스의 아이소메트릭 일러스트레이션을 생성해 주세요."
}
```

## Install the skill

```sh
npx skills add runapi-ai/qwen-2 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Qwen 2 qwen-2-text-to-image features to an application.

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

## FAQ

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

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

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

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


## Related

Other Qwen 2 variants:

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