Amazon Nova Premier
供应商自营与 TheRouter 服务形态的差异
AWS 通过 Bedrock bedrock-runtime 以 Converse、InvokeModel、response streaming、guardrails、prompt caching(最低 1K / 4 个 checkpoint / 5 分钟 TTL)和客户端工具调用方式提供 Nova Premier。不支持 Structured Outputs。不支持全球跨区域推理——仅支持 Geo 推理(us.amazon.nova-premier-v1:0)和区域内推理(amazon.nova-premier-v1:0)。生命周期为 Legacy,EOL 日期为 2026 年 9 月 14 日。
TheRouter 将 Nova Premier 以 OpenAI 兼容 /v1/chat/completions 形式暴露为 amazon/nova-premier。实际路由、价格、上下文、模态和支持参数来自 TheRouter 实时 catalog。本页 snippets 尚未经过验证,需运营者批准 SNIPPET_VERIFY_APPROVED 运行后才能完成核验;完成度评分因此受限。
API 使用指南
Chat 调用
通过 TheRouter 的 OpenAI 兼容接口调用 Nova Premier。TheRouter 在上游处理 Bedrock InvokeModel / Converse 协议转换,客户端继续按 OpenAI 形态写。注意 Legacy 状态:请在 2026 年 9 月 14 日前规划向 amazon/nova-2-lite 的迁移。
curl https://api.therouter.ai/v1/chat/completions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "amazon/nova-premier",
"messages": [{"role": "user", "content": "Analyse this 90-minute video transcript and identify key decisions made."}]
}'流式输出
为长时推理做流式输出。Nova Premier 通过 Bedrock bedrock-runtime 支持 response streaming。
curl https://api.therouter.ai/v1/chat/completions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "amazon/nova-premier",
"stream": true,
"messages": [{"role": "user", "content": "Summarise the attached codebase architecture."}]
}'工具调用
Nova Premier 通过 Bedrock 支持客户端工具调用。可通过标准 OpenAI 兼容字段传递 tools 与 tool_choice。
curl https://api.therouter.ai/v1/chat/completions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "amazon/nova-premier",
"messages": [{"role": "user", "content": "What is the current weather in Tokyo?"}],
"tools": [{
"type": "function",
"function": {
"name": "get_weather",
"parameters": {"type": "object", "properties": {"city": {"type": "string"}}}
}
}]
}'视觉输入
Nova Premier 原生多模态:可在 content 数组中同时传图像与文字。Bedrock 原生 InvokeModel 路径还支持视频和文档输入。
curl https://api.therouter.ai/v1/chat/completions \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "amazon/nova-premier",
"messages": [{
"role": "user",
"content": [
{"type": "text", "text": "Describe the chart and extract all data series."},
{"type": "image_url", "image_url": {"url": "https://therouter.ai/assets/vision-sample.png"}}
]
}]
}'事实档案 — 本页每条断言可在此回溯来源
| 来源 | URL | 采集于 | |
|---|---|---|---|
| 正式发布日期 | aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| Bedrock 模型上线日期 | docs.aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| 模型生命周期 | docs.aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| 终止支持日期 | docs.aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| 训练数据截止 | docs.aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| 最大输出 tokens | docs.aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| 推理(深度推理) | docs.aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| Prompt caching | docs.aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| 结构化输出 | docs.aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| Bedrock 模型 ID | docs.aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| 许可 | aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| MMLU | aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| Math500 | aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| CharXiv | aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| SimpleQA (with RAG) | aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| Berkeley Function Calling Leaderboard (BFCL) | aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| SWE-bench Verified | aws.amazon.com ↗ | 2026-08-18 | 已核实 |
| Amazon Nova Premier 正式上线:百万 token 上下文、蒸馏教师模型、SWE-bench 42.4% | aws.amazon.com/whats-new ↗ | 2026-08-18 | 已核实 |
| Nova Premier 还可以使用吗? | docs.aws.amazon.com ↗ | 2026-08-18 | 待核实 |
| 什么是模型蒸馏?Nova Premier 是如何支持的? | aws.amazon.com ↗ | 2026-08-18 | 待核实 |
| 在 2026 年 9 月 14 日 EOL 前应该迁移到哪个模型? | docs.aws.amazon.com ↗ | 2026-08-18 | 待核实 |
| Nova Premier 支持结构化 JSON 输出吗? | docs.aws.amazon.com ↗ | 2026-08-18 | 待核实 |
| Nova Premier 的基准测试分数是多少? | aws.amazon.com ↗ | 2026-08-18 | 待核实 |