使用 Midjourney 图片混合接口,上传多张参考图进行混合生成,帮助开发者快速组合不同画面风格、构图元素和视觉特征。
Documentation Index
Fetch the complete documentation index at: https://docs.ttapi.io/llms.txt
Use this file to discover all available pages before exploring further.
将要生成混图的图片Base64数组,数组长度为 2-5
[
"data:image/png;base64,xxx1",
"data:image/png;base64,xxx2"
]速度模式
relax, fast, turbo "fast"
生成图像的比例 PORTRAIT=2:3、SQUARE=1:1、LANDSCAPE=3:2
PORTRAIT, SQUARE, LANDSCAPE 任务超时时间,单位:秒,范围 300 - 1200。fast与turbo模式下默认最小值为300,relax模式下默认最小值为600。
"300"
回调通知地址