Qwen

Image 2.0 PRO

Built for image generation and editing, improving over Qwen Image 1.x in Chinese text rendering, instruction following, and complex layouts. Compared with GPT Image, Gemini image models, and Seedream, it is well suited to Chinese posters, e-commerce images, infographics, and iterative visual creation.

  • 構造化出力
  • マルチモーダル出力

このモデルの説明は現在の言語に未対応のため、英語で表示しています。

コンソールで使うqwen-image-2.0-pro

USD

料金

default
標準レート
入力$2.2/1M tokens補完価格$2.2/1M tokens

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

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-2.0-pro",
    "input": {
        "messages": [
            {
                "role": "user",
                "content": [
                    {
                        "text": "Draw a cute cat."
                    }
                ]
            }
        ]
    },
    "parameters": {
        "negative_prompt": "",
        "prompt_extend": true,
        "watermark": false
    }
}'

Qwen

関連モデル

FAQ

よくある質問

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

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

Image 2.0 PRO の料金体系は?

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

Image 2.0 PRO を呼び出すには?

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

はじめる

Image 2.0 PRO で構築する

コンソールで使う