# Amazon Nova Premier — deprecation status

> Yes — Amazon deprecated Amazon Nova Premier on March 13, 2026 and shuts it down on September 14, 2026 (in 42 days). The recommended replacement is Amazon Nova Pro.

The most capable model Amazon has trained itself, a million-token multimodal system sold as much for distilling smaller custom models as for serving traffic. It went Legacy on 13 March 2026 and ends on 14 September. Anyone who used it as a distillation teacher loses the teacher, not just the endpoint. The Bedrock invoke id is amazon.nova-premier-v1:0.

## Facts

| Field | Value |
| --- | --- |
| Provider | Amazon |
| Model id | `nova-premier` |
| Status | Deprecated |
| Deprecated | March 13, 2026 |
| Shutdown | September 14, 2026 (in 42 days) |
| Last verified | August 3, 2026 |

## Replacement

- **Amazon Nova Pro** (`nova-pro`) — https://modeldeprecations.dev/amazon/nova-pro
  - Bedrock's lifecycle table names no successor. Nova Pro is the most capable Active first-generation Nova; AWS has since opened a separate Nova 2 user guide, but no Nova 2 model id appears in the v1 documentation cited here.
  - Parameters it accepts: https://modelparams.dev/models/amazon/nova-pro

```diff
- "model": "nova-premier"
+ "model": "nova-pro"
```

## FAQ

### When will Amazon Nova Premier shut down?

Amazon Nova Premier is scheduled to shut down on September 14, 2026, in 42 days.

### What replaces Amazon Nova Premier?

Amazon recommends Amazon Nova Pro (`nova-pro`) as the replacement for Amazon Nova Premier. Bedrock's lifecycle table names no successor. Nova Pro is the most capable Active first-generation Nova; AWS has since opened a separate Nova 2 user guide, but no Nova 2 model id appears in the v1 documentation cited here.

### Is Amazon Nova Premier still available?

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

### How do I migrate from Amazon Nova Premier to nova-pro?

Swap the model id in your API call: replace "nova-premier" with "nova-pro". Bedrock's lifecycle table names no successor. Nova Pro is the most capable Active first-generation Nova; AWS has since opened a separate Nova 2 user guide, but no Nova 2 model id appears in the v1 documentation cited here.

## Sources

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

---

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