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"
}' | jqPoll GET /v1/creative-studio/generations/{id} until status is completed. Completed generations return outputUrl on cdn.videoslash.com.
Media parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
image_input | array | optional · max items: 15 | [] | Input images to transform or use as reference (supports multiple images) |
Settings parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
aspect_ratio | enum | optional · enum: match_input_image, 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9 | match_input_image | Aspect ratio of the generated image |
output_format | enum | optional · enum: jpg, png | jpg | Format of the output image |