SilkDock
APIImage Generation

Gemini 3 Pro Image Preview

Configurable fields and supported values for gemini-3-pro-image-preview.

Model ID

gemini-3-pro-image-preview

Capabilities

CapabilitySupported value
Text-to-imageYes
Image-to-imageYes
Multi-image referenceNo
Aspect ratio (aspect_ratio)1:1, 5:4, 4:5, 4:3, 3:4, 3:2, 2:3, 16:9, 9:16, 21:9
resolutionSelected automatically by the model
qualitySelected automatically by the model; do not send
Reference fieldimage

Output count is limited by the model metadata returned for your account.

Configurable fields

FieldRequiredNotes
modelYesMust be gemini-3-pro-image-preview.
promptYesText description or editing instruction.
aspect_ratioNoPreferred aspect-ratio field; select one supported value listed above.
sizeNoCompatibility alias for aspect_ratio. New integrations should use aspect_ratio.
nNoDefaults to 1; account/model limit comes from the model list API.
imageNoSingle reference image URL for image-to-image generation.
response_formatNourl (default) or b64_json.
output_formatNopng or jpeg.
wait_for_completionNoDefaults to false, which returns an asynchronous task ID. Set to true to wait in the create request.
polling_timeoutNoPolling timeout used only when wait_for_completion is true.

Example

{
  "model": "gemini-3-pro-image-preview",
  "prompt": "Create a cinematic editorial image",
  "aspect_ratio": "21:9"
}

Last updated on

On this page