Qwen

Image 3.0

The balanced standard tier of Qwen-Image 3.0 for image generation and editing: it supports text-to-image and edits from 1–3 reference images, prompts of up to about 4.5K tokens, up to six outputs, and 2K-class resolution. It fits everyday posters, interfaces, infographics, and repeated creative work; move to Pro when complex layouts and fine text fidelity matter more, and use this tier when speed and cost efficiency are the priority.

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

USD

料金

default
image_input$0.003/s
size=1K$0.21/s
size=2K$0.21/s

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

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

Qwen

関連モデル

FAQ

よくある質問

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

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

Image 3.0 の料金体系は?

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

Image 3.0 を呼び出すには?

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

はじめる

Image 3.0 で構築する

コンソールで使う