qwen-image-text-to-image API
Alibaba / Qwen Image
透過 RunAPI 使用 Qwen Image 系列的 qwen-image-text-to-image。按次收費,無需訂閱,失敗的生成不扣費。
可正常運作
·
image
·
可商用
curl -X POST https://runapi.ai/api/v1/qwen_image/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-image-text-to-image",
"prompt": "製作一張黃昏杭州嘅電影感旅遊海報,湖面倒映清晰嘅中英雙語標題文字。"
}'
import { QwenImageClient } from "@runapi.ai/qwen-image";
const client = new QwenImageClient();
const result = await client.textToImage.run({
model: "qwen-image-text-to-image",
prompt: "製作一張黃昏杭州嘅電影感旅遊海報,湖面倒映清晰嘅中英雙語標題文字。",
});
require "runapi/qwen_image"
client = RunApi::QwenImage::Client.new
result = client.text_to_image.run(
model: "qwen-image-text-to-image",
prompt: "製作一張黃昏杭州嘅電影感旅遊海報,湖面倒映清晰嘅中英雙語標題文字。"
)
npx skills add runapi-ai/qwen-image -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
切換 variant
OVERVIEW
qwen-image-text-to-image 針對 Qwen Image 系列中品質與成本的最佳平衡點。
- 按次收費,美元計價
- 生成失敗不收費
- 如模型支援,提供串流輸出
- Model skill setup
PRICING
收費
失敗的生成不會收費
Text to image
$0.04
/ image
規格說明
技術詳情
| 模型 ID | qwen-image-text-to-image |
| 供應商 | Alibaba |
| 模式 | image |
| 任務類型 | asynchronous |
| 計費單位 | |
| API endpoint | /api/v1/qwen_image/text_to_image |
| 商業授權 | 是 — 已透過 API 包含 |
| 目錄狀態 | 可正常運作 |
SKILLS
快速開始 — qwen-image-text-to-image
結構一致 · variant 已固定於 model 中
# Install the model skill for app development workflows
npx skills add runapi-ai/qwen-image -g
Or use this setup request in your coding tool:
Install the Qwen Image skill for this app: 1. Add runapi-ai/qwen-image with the skills installer. 2. Load SKILL.md in this workspace. 3. Use its docs, schemas, pricing notes, and setup steps when adding model features. 4. Confirm the install path when done.
運作方式
四步使用 qwen-image-text-to-image
01
安裝
為此模型系列安裝 model skill。
02
設定
將 model 欄位設為本頁顯示的完整 model ID。
03
呼叫
連同 prompt、inputs 及 callback 設定,送出一個 typed request。
04
接收
從 RunAPI 讀取 task response、webhook callback 或 cached output URL。
DIFFERENCES
qwen-image-text-to-image 有咩不同
VS QWEN-IMAGE-EDIT-IMAGE
高質素寫實文生圖,文字渲染能力出色
精準文字指令編輯,具備出色語意控制能力
VS QWEN-IMAGE-REMIX-IMAGE
高質素寫實文生圖,文字渲染能力出色
提示詞引導嘅來源圖像重混,可調整原圖保留程度
使用場景
最適合
產品攝影
自動生成適合電商 catalog、但冇 studio 攝影的 lifestyle 產品相。
遊戲及概念美術
在落實最終美術之前,快速構思場景同角色。
編輯插畫
大規模生成獨特封面圖同插畫,適合 blog post 同文章。
FAQ
關於 qwen-image-text-to-image 的常見問題
模型 ID 會否在不同版本之間保持穩定?
RunAPI 會保持 model ID 穩定,並處理相容的版本更新,而不需要改動你的 request 格式。
這個 variant 的 rate limit 係多少?
每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。
之後可以切換 variant 嗎?
可以——variant 只係一個旗標。只要更改 model 參數就可以切換。
支援 streaming 嗎?
在可用 streaming 的情況下,RunAPI 會端到端串流。
我應該在邊度回報品質問題?
可以在公開 GitHub repo 開 issue,或者電郵支援團隊。
Qwen Image 的其他 variant
其他模型的替代方案
立即開始