Qwen 3.0 Image Pro 发布:支持 4.5k token 输入与 10px 级文字渲染

Hacker News 热门(buzzing.cc 中文翻译)·2026-08-06 01:11·48天前·theanonymousone
AI 导读

通义千问推出 Qwen-Image-3.0-Pro 图像生成模型,支持最多 4.5k token 输入和图文混排,可一次生成报纸、分镜、菜单等复杂版式。模型能精确渲染小至 10px 的文字,原生支持 12 种语言和 20+ 字体,并模拟网页、游戏、直播等主流界面。API 定价为 1K 图像输入 $0.003、1K 图像输出 $0.04。

Hacker News 热门(buzzing.cc 中文翻译)
53AI 编辑部评分,满分 100

Qwen 3.0 Image Pro 发布:支持 4.5k token 输入与 10px 级文字渲染

2026-08-06 01:11· 48天前· theanonymousone
AI 导读

通义千问推出 Qwen-Image-3.0-Pro 图像生成模型,支持最多 4.5k token 输入和图文混排,可一次生成报纸、分镜、菜单等复杂版式。模型能精确渲染小至 10px 的文字,原生支持 12 种语言和 20+ 字体,并模拟网页、游戏、直播等主流界面。API 定价为 1K 图像输入 $0.003、1K 图像输出 $0.04。

Overview

Rich content: Supports input of up to 4.5k tokens and dense information layout with images-within-images, enabling complex layouts like newspapers, storyboards, menus, and exam papers to be generated in a single pass. Authentic detail: Supports precise rendering of text as small as 10px, and vividly reproduces fine details such as micro-expressions, pores, and individual strands of hair—approaching the quality of real photography. Deep knowledge: Supports native rendering of 12 languages and 20+ fonts, realistic simulation of mainstream interfaces such as web pages, games, and live streams, fully incorporating external knowledge. Qwen-Image-3.0-Pro isn't just pursuing "good looks"—it's pursuing "usefulness", making image generation a truly deployable productivity tool.

Prefix Completion

Enable Partial Mode when calling the Qwen API to make the model continue strictly from your provided prefix text.

View docs

Function Calling

Use function calling to connect large language models with external tools and systems.

View docs

Cache

Context Cache stores shared prefixes for long-context requests to reduce repeated computation, improve latency, and lower cost.

View docs

Structured Outputs

Structured Outputs help ensure the model returns a JSON string in the expected format.

View docs

Batches

Asynchronously process requests in batches to reduce costs.

View docs

Web Search

Enable web search so the model can answer with real-time retrieved data.

View docs

Fine-tuning

Train models on sample data to better adapt them to specific tasks.

View docs

Pricing

  • 1K Image Input
    $0.003Per image
  • 2K Image Input
    $0.003Per image
  • 1K Image Output
    $0.04Per image
  • 2K Image Output
    $0.075Per image

Rate Limits

  • RPMRequests Per Minute
    1

API Reference

Call API

Copy success!

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

curl --location 'https://dashscope-intl.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation' \
--header 'Content-Type: application/json' \
--header "Authorization: Bearer $DASHSCOPE_API_KEY" \
--data '{
    "model": "qwen-image-3.0-pro",
    "input": {
        "messages": [
            {
                "role": "user",
                "content": [
                    {
                        "text": "A vertical outdoor portrait photograph with a warm, film-like afternoon street atmosphere, featuring a beautiful young adult woman looking back over her shoulder at the camera with a joyful toothy smile, her long thick wavy black hair catching the golden rim light, her fair skin, delicate eyebrows, bright eyes, and soft coral-red lips creating a radiant expression. She wears a simple black backless dress with thin spaghetti straps, showcasing her back, and cradles a large, lush bouquet of orange, apricot, pink, and pale peach roses in her arms, creating a sharp contrast against her dress. The top-left of the frame is covered with dark green vines and small orange flowers draping naturally, partially obscuring a matte dark blue signboard with the white Gothic text \"Il Messaggero\". Below the sign is a blurred glass newsstand window with black metal frames showing hints of newspapers and magazines. The right background features strong golden hour backlighting streaming down a warm-toned, sun-drenched city street, with buildings blurred into soft beige-gray shapes, creating a beautiful bokeh effect and a blurry red traffic sign in the far distance. The entire image has a cinematic, romantic, and bright urban stroll atmosphere, characterized by soft contrast, fine film grain, a shallow depth of field, and stunning backlit highlights."
                    }
                ]
            }
        ]
    },
    "parameters": {
        "prompt_extend": true
    }
}'

来源:Hacker News 热门(buzzing.cc 中文翻译)· qwencloud.com