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.

Mô tả chưa có ở ngôn ngữ này nên nội dung tiếng Anh đang được hiển thị.

Dùng trong Consoleqwen-image-3.0

USD /s

Bảng giá

NhómBậc giáGiá
defaultimage_input$0.003
defaultsize=1K$0.21
defaultsize=2K$0.21
qwen-0.8image_input$0.0024
qwen-0.8size=1K$0.168
qwen-0.8size=2K$0.168
default
image_input$0.003
size=1K$0.21
size=2K$0.21
qwen-0.8
image_input$0.0024
size=1K$0.168
size=2K$0.168

Giá niêm yết bằng USD. Chi phí cuối có thể thay đổi theo nhóm tài khoản và mức sử dụng.

API

Ví dụ mã

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

FAQ

Câu hỏi thường gặp

Image 3.0 phù hợp nhất với trường hợp nào?

Image 3.0 phù hợp với các loại đầu vào, đầu ra và khả năng được liệt kê trên trang. Hãy kiểm thử tải thực tế trước khi dùng cho hệ thống quan trọng.

Image 3.0 được tính phí thế nào?

Giá được hiển thị ở phần trên. Chi phí thực tế phụ thuộc vào lưu lượng, nhóm tài khoản và nội dung yêu cầu.

Làm sao gọi Image 3.0?

Dùng ID mô hình phía trên với giao thức API được hỗ trợ. Ví dụ mã sẽ hiển thị khi có dữ liệu sử dụng.

Bắt đầu

Xây dựng với Image 3.0

Dùng trong Console
WhatsApp