Qwen Image API 料金
Pay per image, no subscription required
Qwen Image API - GenerationGeneration
$0.015 /画像
- Text-to-image generation with multilingual text rendering.
Qwen Image API - EditEdit
$0.025 /画像
- Precision image editing through the Qwen Image API.
Qwen Image API Features
Qwen Image API は 26 以上の言語で優れたテキスト描画を提供します。
SOTA 性能
Qwen Image は 主要ベンチマーク で最先端の結果を達成しています。
優れた多言語テキスト描画
英語、中国語、日本語を含む 26 以上の言語で優れたテキスト描画を提供します。
200 億パラメータ基盤モデル
200 億パラメータ構成により、テキスト、編集、アート生成で新たな基準を示します。
Qwen Image Edit
細かなオブジェクト修正からシーン全体の変換まで、業界最先端の編集性能を提供します。
画像理解
物体検出、意味領域分割、深度推定、新視点合成、超解像をサポートします。
高速生成
複雑なシナリオでも高品質を保ちながら高速に生成します。
GPU 最適化推論
PiAPI の Qwen Image API はクラウドでもローカルでも GPU 配備に高効率です。
バッチ処理
複数プロンプトの並列生成をサポートし、大規模ワークフローを効率化します。
商用ライセンス
Apache 2.0 ライセンスで個人利用・商用利用の両方に対応しています。
Integrate in Minutes
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "Qubico/qwen-image",
"task_type": "qwen-image",
"input": {
"prompt": "A multilingual editorial poster with precise typography.",
"width": 1024,
"height": 1024
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"image_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run qwen-image \ prompt="A multilingual editorial poster with precise typography." \ width=1024 \ height=1024 ✓ Task completed! https://img.theapi.app/ephemeral/…
Qwen Image API についてもっと知りたいですか?
Qwen Image とは?
開発元は Alibaba, Qwen Image は画像生成と編集が可能な強力な T2I モデルです。 PiAPI, では開発者とクリエイター向けに Qwen AI API を提供しています。
テキスト描画で対応する言語は?
英語のようなアルファベット系言語と中国語のような表意文字の両方を高精度にサポートします。
プロ向け画像編集に使えますか?
はい。スタイル変換、オブジェクト追加・削除、細部強化、画像内テキスト編集など高精度な編集に対応します。
どのようなアートスタイルを生成できますか?
フォトリアルから印象派絵画、鮮やかなアニメ調まで幅広く生成できます。
バーチャルアバター作成に適していますか?
はい。高度なセマンティック編集と見た目編集により、多様なスタイルのアバター作成に適しています。
More questions? See the API docs.
Our blog
Qwen Image API


