Videoslash API
Creative studioGeneratedModels

Nano Banana Pro

Creative Studio image model reference for the public API.

Nano Banana Pro

Public model ID: nano-banana-pro

Asset type: image

Category: Generation

Starting credits: 0.75 (defaults: 0.75)

Prompt required.

Start a generation

curl -s -X POST "$API_BASE_URL/v1/creative-studio/generations" \
  -H "Authorization: Bearer vsl_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "modelId": "nano-banana-pro",
    "prompt": "Your prompt here",
    "image_input": ["https://example.com/reference.jpg"],
    "aspect_ratio": "match_input_image"
  }' | jq

Poll GET /v1/creative-studio/generations/{id} until status is completed. Completed generations return outputUrl on cdn.videoslash.com.

Media parameters

NameTypeConstraintsDefaultDescription
image_inputarrayoptional · max items: 14[]Input images to transform or use as reference (supports up to 14 images)

Settings parameters

NameTypeConstraintsDefaultDescription
aspect_ratioenumoptional · enum: match_input_image, 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9match_input_imageAspect ratio of the generated image
resolutionenumoptional · enum: 1K, 2K, 4K2KResolution of the generated image
output_formatenumoptional · enum: jpg, pngjpgFormat of the output image
safety_filter_levelenumoptional · enum: block_low_and_above, block_medium_and_above, block_only_highblock_only_highblock_low_and_above is strictest, block_medium_and_above blocks some prompts, block_only_high is most permissive but some prompts will still be blocked
allow_fallback_modelbooleanoptionalfalseFallback to another model (currently seedream-5) if Nano Banana Pro is at capacity.

On this page