This commit is contained in:
Mary Hipp
2025-04-28 18:58:10 -04:00
committed by psychedelicious
parent 4f911a0ea8
commit c54afd600c

View File

@@ -2062,7 +2062,7 @@ export type components = {
* @description Base model type.
* @enum {string}
*/
BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3";
BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3" | "chatgpt-4o";
/** Batch */
Batch: {
/**