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.

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

USD

Bảng giá

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

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

Mô hình liên quan

FAQ

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

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

Image 3.0 PRO 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 PRO đượ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 PRO?

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 PRO

Dùng trong Console