# Amazon Nova Reel v1.0 — deprecation status

> Yes — Amazon deprecated Amazon Nova Reel v1.0 on March 30, 2026 and shuts it down on September 30, 2026 (in 58 days). The recommended replacement is MiniMax H3.

The first release of Amazon's video generation model, producing 720p at 24 frames a second from a 512-character prompt. Both Reel versions were moved to Legacy on the same day and share a 30 September 2026 end of life, so there is no newer Reel to migrate to. The Bedrock invoke id is amazon.nova-reel-v1:0.

## Facts

| Field | Value |
| --- | --- |
| Provider | Amazon |
| Model id | `nova-reel-1-0` |
| Status | Deprecated |
| Deprecated | March 30, 2026 |
| Shutdown | September 30, 2026 (in 58 days) |
| Last verified | August 3, 2026 |

## Replacement

- **MiniMax H3** (`MiniMax-H3`) — https://modeldeprecations.dev/minimax/MiniMax-H3
  - Amazon names no successor and Nova 2 ships no video generation model. MiniMax H3 is the nearest live video model in this catalogue; it is our suggestion, not Amazon's.
  - Parameters it accepts: https://modelparams.dev/models/minimax/MiniMax-H3

```diff
- "model": "nova-reel-1-0"
+ "model": "MiniMax-H3"
```

## FAQ

### When will Amazon Nova Reel v1.0 shut down?

Amazon Nova Reel v1.0 is scheduled to shut down on September 30, 2026, in 58 days.

### What replaces Amazon Nova Reel v1.0?

Amazon recommends MiniMax H3 (`MiniMax-H3`) as the replacement for Amazon Nova Reel v1.0. Amazon names no successor and Nova 2 ships no video generation model. MiniMax H3 is the nearest live video model in this catalogue; it is our suggestion, not Amazon's.

### Is Amazon Nova Reel v1.0 still available?

Yes, for now. Amazon Nova Reel v1.0 is deprecated but still answers requests until September 30, 2026. Deprecated models get no further updates and are the first to lose capacity.

### How do I migrate from Amazon Nova Reel v1.0 to MiniMax-H3?

Swap the model id in your API call: replace "nova-reel-1-0" with "MiniMax-H3". Amazon names no successor and Nova 2 ships no video generation model. MiniMax H3 is the nearest live video model in this catalogue; it is our suggestion, not Amazon's.

## Sources

- [Amazon Bedrock model lifecycle](https://docs.aws.amazon.com/bedrock/latest/userguide/model-lifecycle.html) — accessed 2026-08-03

---

Canonical page: https://modeldeprecations.dev/amazon/nova-reel-1-0
JSON: https://modeldeprecations.dev/api/v1/models/amazon/nova-reel-1-0.json
