

# Generating videos with Amazon Nova Reel
<a name="video-generation"></a>

With Amazon Nova Reel, you can generate realistic, studio-quality videos by using text- and image-based prompts. The model supports text-to-video generation and text-and-image to-video generation. Videos up to two minutes long are generated in six second increments at 1280x720 resolution and 24 frames per second.

Amazon Nova Reel supports the following features:
+ Text-to-video (T2V) generation – Input a text prompt and generate a new video as output. The generated video captures the concepts described by the text prompt.
+ Text and Image-to-video (I2V) generation - Uses an input reference image to guide video generation. The model generates output video that uses the reference image as the starting key frame and generates a video that aligns with the text prompt.
+ Content provenance – Use publicly available tools such as [Content Credentials Verify](https://contentcredentials.org/verify) to check if an image was generated by Amazon Nova Reel 1.1. This should indicate the image was generated unless the metadata has been removed.


|  | Amazon Nova Reel | 
| --- |--- |
| Model ID | amazon.nova-reel-v1:1 | 
| Input modalities | text, image | 
| Output Modalities | video | 
| Input Context Window Text | Text-to-video: 512 characters<br />Multi-shot automated: 4000 characters<br />Multi-shot manual: 512 characters per shot | 
| Supported Languages | English | 
| Regions | Amazon Nova Reel 1.0 is available in US East (N. Virginia), Europe (Ireland), and Asia Pacific (Tokyo).<br />Amazon Nova Reel 1.1 is available only in US East (N. Virginia). | 
| Video Resolution | 1280x720 | 
| Frames per second | 24 | 
| Video Duration (seconds) | 6 second increments, up to two minutes | 
| Async Invoke Model API | [Yes](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_StartAsyncInvoke.html) | 
| Invoke Model API | No | 
| Fine-tuning | No | 
| Provisioned throughput | No | 

To generate videos longer than six seconds, you must use `amazon.nova-reel-v1:1` as the model ID.

**Topics**
+ [Video generation access and usage](video-gen-access.md)
+ [Error handling](video-gen-errors.md)
+ [Single-shot video generation examples](video-gen-code-examples.md)
+ [Multi-shot video generation code examples](video-gen-code-examples2.md)
+ [Storyboarding videos with Amazon Nova Reel](video-generation-storyboard.md)