---
title: "qwen-image-text-to-image API — Qwen Image 收費詳情與規格"
url: "https://runapi.ai/zh-HK/models/qwen-image/text-to-image.md"
canonical: "https://runapi.ai/zh-HK/models/qwen-image/text-to-image.md"
locale: "zh-HK"
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

### 模型 ID 會否在不同版本之間保持穩定？

RunAPI 會保持 model ID 穩定，並處理相容的版本更新，而不需要改動你的 request 格式。

### 這個 variant 的 rate limit 係多少？

每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。

### 之後可以切換 variant 嗎？

可以——variant 只係一個旗標。只要更改 model 參數就可以切換。

### 支援 streaming 嗎？

在可用 streaming 的情況下，RunAPI 會端到端串流。

### 我應該在邊度回報品質問題？

可以在公開 GitHub repo 開 issue，或者電郵支援團隊。


## Related

Other Qwen Image variants:

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