Skip to content

ImageGenData

This content is not available in your language yet.

ImageGen 产物(表面层渲染用结构化数据;错误时携错误码、images 为空数组、imageCount 0)。 端侧按形状识别:images 数组 → Images 型产物。

optional errorCode?: string;

错误码(如 forbidden / imagegen_not_configured / model_not_authorized;成功缺席)。


imageCount: number;

images: {
url: string;
}[];
url: string;

model: string;

optional taskId?: string;

异步任务号(平台任务径在场时恒携)。预算耗尽/中断时凭此找回产出: GET /t1/imagegen/tasks/{taskId}(服务端照跑照扣,7 天可查)。同步回落径 / BYO 径缺席。