Videoslash API
Creative studioGeneratedModels

Nano Banana

Creative Studio image model reference for the public API.

Nano Banana

Public model ID: nano-banana

Asset type: image

Category: Generation

Starting credits: 0.2 (defaults: 0.2)

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",
    "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: 15[]Input images to transform or use as reference (supports multiple 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
output_formatenumoptional · enum: jpg, pngjpgFormat of the output image

On this page