image
Generate a single image from a text prompt with options for model, aspect ratio, resolution, and reference images. Supports negative prompts and adjustable influence for style control.
Instructions
生成单张图像
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | 是否异步模式,默认false(同步) | |
| model | No | 模型名称,支持: jimeng-4.5, jimeng-4.1, jimeng-4.0 (默认), jimeng-3.1, jimeng-3.0 | |
| prompt | Yes | 图像描述文本 | |
| filePath | No | 参考图绝对路径数组,最多4张 | |
| resolution | No | 分辨率选择,2k或4k,默认2k | 2k |
| aspectRatio | No | 宽高比: auto/1:1/16:9/9:16/3:4/4:3/3:2/2:3/21:9 | auto |
| negative_prompt | No | 负向提示词 | |
| sample_strength | No | 参考图影响强度0-1,默认0.5 | |
| reference_strength | No | 每张参考图的独立强度数组 |