Skip to content

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

Enumeration: ImageSize

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:76

Image output size/resolution Note: 4K is only available for Gemini 3 Pro Image

Enumeration Members

FourK

FourK: "4K"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:82

4K resolution (~4096px) - Gemini 3 Pro only


OneK

OneK: "1K"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:78

1K resolution (~1024px)


TwoK

TwoK: "2K"

Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-conversation-types.ts:80

2K resolution (~2048px)

Licensed under BUSL-1.1