Qwen
Image 3.0 PRO
A quality-first image generation and editing model: it supports text-to-image and edits from 1–3 reference images, accepts prompts of up to about 4.5K tokens, and is aimed at dense layouts, fine 10px-scale text, 12 languages, and multiple fonts. Choose it over the standard variant when complex composition and detail fidelity matter more than speed or cost; use the standard variant for a faster, more economical workflow.
このモデルの説明は現在の言語に未対応のため、英語で表示しています。
コンソールで使う
qwen-image-3.0-proUSD /s
料金
| グループ | 料金区分 | 料金 |
|---|---|---|
| default | image_input | $0.003 |
| default | size=1K | $0.21 |
| default | size=2K | $0.42 |
| qwen-0.8 | image_input | $0.0024 |
| qwen-0.8 | size=1K | $0.168 |
| qwen-0.8 | size=2K | $0.336 |
default
image_input$0.003
size=1K$0.21
size=2K$0.42
qwen-0.8
image_input$0.0024
size=1K$0.168
size=2K$0.336
米ドル建ての公開価格です。実際の料金はアカウントグループや利用量により異なる場合があります。
API
コード例
curl --location --request POST 'https://api.tokenhot.ai/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen-image-3.0-pro",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"text": "Draw a cute cat."
}
]
}
]
},
"parameters": {
"size": "2K",
"negative_prompt": "",
"prompt_extend": true,
"watermark": false
}
}'FAQ
よくある質問
Image 3.0 PRO はどの用途に適していますか?
Image 3.0 PRO は、このページに記載された入出力と機能に適しています。重要なシステムでは実際の負荷で事前に検証してください。
Image 3.0 PRO の料金体系は?
料金は上の料金セクションに表示されています。実際の費用は利用量、アカウントグループ、リクエスト内容によって異なります。
Image 3.0 PRO を呼び出すには?
上記のモデル ID と対応 API プロトコルを使用します。利用データがある場合はコード例も表示されます。
はじめる
Image 3.0 PRO で構築する
API