Amazon Nova Reel 1.1

Amazon Nova Reel 1.1
Amazon · Video Generation
POST /v1/videos/generations

Video generation model producing up to 2-minute multi-shot videos from text and optional image prompts with improved quality and consistency.

At a glance

FieldValue
Model idamazon-nova-reel-1-1
Input modalitiesText, Image
Output modalitiesVideo
Context window-
Weight precision-
Featurescamera_control
Native inferenceNo
NewNo
Supported endpointsPOST /v1/videos/generations

Pricing

ChargeSpecRate
Per Secondper second$0.14

Example request

$curl https://api.empiriolabs.ai/v1/videos/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "amazon-nova-reel-1-1", "prompt": "sunrise over the ocean", "duration": 6}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyes-Text description of the output to generate.
durationnumberno6Length of the generated clip in seconds. · Range: 6 – 120
seednumberno-Random seed for reproducibility. Same seed + prompt = same output.
manual_modebooleannofalseMulti-shot mode: provide image_shots
image_shotsstringno-JSON array of {prompt, image} for manual_mode

Notes

Multi-shot output

  • Up to 2 minutes total, in 6-second increments
  • Manual mode: provide one prompt per 6-second shot, with optional starting image (1280x720 PNG/JPEG)

Retention

  • Generated videos are deleted after 48 hours.

Uploaded media preprocessing

  • Uploaded starter images are resized to 1280x720 before generation.
  • Duration is generated in 6-second increments.

Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/amazon-nova-reel-1-1.