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-pro

USD

料金

default
image_input$0.003/image
size=1K$0.21/image
size=2K$0.42/image

米ドル建ての公開価格です。実際の料金はアカウントグループや利用量により異なる場合があります。

API

コード例

curl --location --request POST 'https://api.tokenhot.cn/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": {
        "negative_prompt": "",
        "prompt_extend": true,
        "watermark": false
    }
}'

Qwen

関連モデル

FAQ

よくある質問

Image 3.0 PRO はどの用途に適していますか?

Image 3.0 PRO は、このページに記載された入出力と機能に適しています。重要なシステムでは実際の負荷で事前に検証してください。

Image 3.0 PRO の料金体系は?

料金は上の料金セクションに表示されています。実際の費用は利用量、アカウントグループ、リクエスト内容によって異なります。

Image 3.0 PRO を呼び出すには?

上記のモデル ID と対応 API プロトコルを使用します。利用データがある場合はコード例も表示されます。

はじめる

Image 3.0 PRO で構築する

コンソールで使う