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ị.
qwen-image-3.0-proUSD /s
Bảng giá
| Nhóm | Bậc giá | Giá |
|---|---|---|
| default | image_input | $0.003 |
| default | size=1K | $0.21 |
| default | size=2K | $0.42 |
| qwen-0.8 | image_input | $0.0024 |
| qwen-0.8 | size=1K | $0.168 |
| qwen-0.8 | size=2K | $0.336 |
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-pro",
"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 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
API