Skip to content

PersistentAI API Documentation / @persistentai/fireflow-nodes / ImagenAspectRatio

Enumeration: ImagenAspectRatio

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:51

Aspect ratios supported by Imagen models Note: Imagen has a more limited set than Gemini native

Enumeration Members

Landscape16x9

Landscape16x9: "16:9"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:61

16:9 Landscape (Widescreen)


Landscape4x3

Landscape4x3: "4:3"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:57

4:3 Landscape


Portrait3x4

Portrait3x4: "3:4"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:55

3:4 Portrait


Portrait9x16

Portrait9x16: "9:16"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:59

9:16 Portrait (Stories/Reels)


Square

Square: "1:1"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/imagen-types.ts:53

1:1 Square

Licensed under BUSL-1.1