关于此模型
Qwen 3.0 文生图是阿里巴巴的先进视觉语言图像生成模型。它擅长根据文本描述渲染逼真的人类特征、自然的织物纹理、服装 / 物体上的文字,以及复杂的建筑场景。
成本分析
| 提供商 | 费用 | 备注 |
|---|---|---|
| muapiapp | $0.03 (1K) / $0.05 (2K) | 快速生成,并启用提示词扩展。 |
| Fal.ai | $0.04 (1K) / $0.06 (2K) | muapiapp 在每个分辨率档位都更具性价比。 |
| Replicate | $0.04 (1K) / $0.065 (2K) | muapiapp 在每个分辨率档位都更具性价比。 |
快速生成,并启用提示词扩展。
muapiapp 在每个分辨率档位都更具性价比。
muapiapp 在每个分辨率档位都更具性价比。
** 竞品价格根据相似模型架构和使用层级估算。
配置参数
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| 提示词 | string | 描述图像内容、风格和构图的正向提示词。(最多 800 个字符) | Create a premium realistic fashion editorial photograph of a young woman standing in front of a refined contemporary building with pale stone walls. |
| 分辨率 | 枚举(2 个选项) | - | 1k |
| 画面比例 | 枚举(8 个选项) | - | 16:9 |
| 输出格式 | 枚举(2 个选项) | - | png |
| 智能提示词扩展 | boolean | - | true |
| 负面提示词 | string | Described content to exclude from the 生成的图像. (Max 5000 characters) | - |
描述图像内容、风格和构图的正向提示词。(最多 800 个字符)
Create a premium realistic fashion editorial photograph of a young woman standing in front of a refined contemporary building with pale stone walls.-
1k-
16:9-
png-
trueDescribed content to exclude from the 生成的图像. (Max 5000 characters)
-开发者文档
1K 或 2K 分辨率,以及所需的画面比例(16:9、1:1、9:16、21:9 等)。prompt_extend=true 会优化简单提示词,以获得更高细节。/api/v1/qwen3-text-to-image 发送 POST 请求。curl -X POST "https://api.muapi.ai/api/v1/qwen3-text-to-image" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Create a premium realistic fashion editorial photograph of a young woman standing in front of a refined building.",
"resolution": "1K",
"image_size": "16:9",
"prompt_extend": true
}'
常见问答
Qwen 3.0 文生图是 Qwen AI 推出的高性能图像生成模型,专注于写实效果、文字渲染和提示词理解。
你可以选择 1K 或 2K 输出分辨率。
启用后(默认值:true),模型会自动丰富简单的用户提示词,从而生成细节显著更丰富的视觉结果。