通义千问 3.0 图像专业版
Qwen 3.0 Image Pro

原始链接: https://www.qwencloud.com/models/qwen-image-3.0-pro

此 `curl` 命令调用阿里云百炼 (DashScope) API,使用 **qwen-image-3.0-pro** 模型生成高质量的电影质感人像。 该请求发送了一段详细的文本提示词,描述了一位身着露背黑裙的年轻女性,场景设定在金色的黄昏时分,充满电影感的城市背景中。提示词具体说明了复杂的视觉元素,包括主体手持一束繁茂的玫瑰、自然光效,以及背景中布满藤蔓的店面和柔和的城市光斑。 关键技术配置如下: * **端点:** 多模态生成服务。 * **身份验证:** 通过 `DASHSCOPE_API_KEY` 环境变量使用 Bearer Token。 * **参数:** 启用 `prompt_extend` 以增强生成输出的描述质量。

```Hacker News 最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Qwen 3.0 Image Pro (qwencloud.com) 24 点积分 | theanonymousone 发布于 1 小时前 | 隐藏 | 过往 | 收藏 | 3 条评论 | 帮助 NBJack 1 分钟前 | 下一条 [-] 如果这里每发布一个模型卡、代码仓库或规格说明,只要没提供实际输出样本,我就能赚一个镍币的话,我大概都能攒钱买下一整架 MI455X 了。 回复 phildougherty 9 分钟前 | 上一条 [-] 这个会发布在 Hugging Face 上,还是仅提供云端/托管服务? 回复 uniclaude 9 分钟前 | 父评论 [-] 页面显示开源为“否”,所以我劝你别抱太大希望。 回复 考虑申请 YC 2026 年秋季批次!申请截止日期为 7 月 27 日。 社区准则 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系方式 搜索:```
相关文章

原文
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
    }
}'
联系我们 contact @ memedata.com