返回模型列表

Amazon Nova 2 Lite

amazonamazon/nova-2-lite

Nova 2 Lite is an advanced multimodal reasoning model with 1M context. Dynamically adjusts reasoning depth. Extended thinking on complex problems.

Amazon Nova 2 Lite 是 Amazon Nova 2 系列中面向 agent 任务的小型推理模型,2025 年 12 月初发布,通过 Amazon Bedrock 与 SageMaker AI 提供服务。支持文本、图像、文档和视频输入,上下文窗口为 100 万 tokens——单次调用即可塞入完整代码库或长视频转写。

从 TheRouter 路由层视角看,Nova 2 Lite 适合「需要百万 token 上下文 + mini 档价格」的场景。extended thinking 默认关闭——Amazon 提供 low/medium/high 三档预算让你显式选择速度/成本/质量的权衡。Web grounding 和代码解释器是一等运行时工具,适合「一次调用直接干完」的工作流。

适合使用
  • • 预算紧但需要百万 token 上下文的任务——整库代码问答、长视频摘要、跨多文档 RAG 而无需逐块切分路由
  • • 需要内置 web grounding 或代码解释器、但不想额外接外部工具的 agent 工作流
  • • 已在 Bedrock 上的 AWS 企业工作负载——VPC 隔离、SageMaker 微调、AWS 级 SLA 自动具备
  • • PDF 和短视频片段的多模态信息抽取——Nova Pro 过重的场景
不适合使用
  • • 前沿推理或编程基准 — 想要榜单顶端表现请改路由 Claude Opus 4.7 或 DeepSeek V3.2
  • • 原生音频输入/输出 — Nova 2 Lite 不支持音频模态,请改用专门的语音模型
  • • 对跨区域路由延迟敏感的场景 — Bedrock 使用全球端点时会有约 10% 的跨区域附加费

供应商自营与 TheRouter 服务形态的差异

供应商自己运营时

AWS 通过 Bedrock bedrock-runtime 提供 Nova 2 Lite,支持 Converse、Invoke、response streaming、guardrails、客户端工具调用、prompt caching、extended thinking、web grounding 与代码解释器。原生模型卡列出文本、图像、视频输入,文本输出,1M 上下文,64K 最大输出,且不支持 Bedrock 原生 structured outputs。

在 TheRouter 上

TheRouter 将 Nova 2 Lite 以 OpenAI 兼容 /v1/chat/completions 暴露为 amazon/nova-2-lite。实际路由、价格、上下文、模态和支持参数来自 TheRouter 实时 catalog;本 curated 页面只记录 AWS 侧能力,并说明未验证 snippets 在运营者批准付费验证前保持封顶状态。

上下文长度
1M
最大输出
65K
输入价格每百万 tokens
$0.3564每百万 Tokens
输出价格每百万 tokens
$2.97每百万 Tokens

模态能力

文本图像→文本

能力

视觉理解

价格明细

类型费率
输入$0.3564 每百万 Tokens
输出$2.97 每百万 Tokens

支持参数

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatreasoningstop

模型规格

发布时间2025 年 12 月初(Nova 2 家族发布)aws.amazon.com ↗已核实
Bedrock 模型 idamazon.nova-2-lite-v1:0,以及 us/eu/jp/global inference profile IDsdocs.aws.amazon.com ↗已核实
训练数据截止2025 年 10 月docs.aws.amazon.com ↗已核实
最大输出64,000 tokensdocs.aws.amazon.com ↗已核实
Prompt caching支持 system 与 messages 字段;每个 checkpoint 最少 1K tokens,最多 4 个 checkpoint,TTL 5 分钟docs.aws.amazon.com ↗已核实
Extended thinking 预算档位off(默认)、low、medium、highaws.amazon.com ↗已核实
内置工具Web grounding(带引用的实时 HTTP)、代码解释器aws.amazon.com ↗已核实
可定制化可在 Amazon Bedrock 与 Amazon SageMaker AI 上做微调aws.amazon.com ↗已核实
Bedrock 档位Standard、Priority(+75% 溢价)、Flex(-50% 折扣);该模型卡显示不支持 Reservedaws.amazon.com ↗已核实
许可AWS Service Terms(闭源,仅通过 Bedrock/SageMaker 调用)已核实

基准成绩

BenchmarkDistributionScoreSource
AWS launch benchmark summary
AWS 表示 Nova 2 Lite 在指令遵循、数学、具备时间推理的视频理解、可靠函数调用、精准 UI 交互、代码生成和实际软件工程解题上表现强。AWS 公开发布页没有给出完整逐项数字表,因此本页在权威来源出现前不采用第三方数字声明。
Qualitative: strong instruction-following, math, video temporal reasoning, function calling, UI interaction, and code generationaws.amazon.com ↗
Long-context benchmark disclosure
Amazon Nova 2 技术报告称使用 LongCodeBench 1M 与 OpenAI-MRCR 评估长上下文能力,但公开材料未给出 Nova 2 Lite 的逐模型数字分数。这里应视为证据边界,而不是性能声明。
LongCodeBench 1M and OpenAI-MRCR cited; Nova 2 Lite per-model numbers not publicly disclosedassets.amazon.science ↗
Bedrock model card limits
当前 AWS Bedrock 模型卡是运营侧权威限制页:列出模型生命周期 Active、上下文窗口 1M tokens、最大输出 64K tokens、知识截止 2025 年 10 月。
1M context, 64K max output, Oct 2025 knowledge cutoffdocs.aws.amazon.com ↗

API 使用示例

所有新集成都应使用下方示例中的全球端点 api.therouter.ai;旧中国加速端点已下线。

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "amazon/nova-2-lite",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'

API 使用指南

完整 API 参考 →

Chat 调用

通过 TheRouter 的 OpenAI 兼容接口调用 Nova 2 Lite。TheRouter 在上游处理 Bedrock InvokeModel / Converse 的协议转换,客户端继续按 OpenAI 形态写。

cURL
curl https://api.therouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/nova-2-lite",
    "messages": [{"role": "user", "content": "Summarise this 200-page PDF in 5 bullets."}]
  }'

amazon 其他模型

同类模型

跨供应商的相似能力档位

动态与变更

2025-12-02

AWS 发布 Nova 2 Lite:100 万 token 上下文、extended thinking、内置 web grounding

AWS 发布 Nova 2 Lite,作为 Nova 2 家族的 mini 档,提供在 Bedrock 与 SageMaker AI。对路由层用户最实用的三个钩子是:mini 档价位下的百万 token 上下文、可选的 extended thinking 预算(low / medium / high),以及内置的 web grounding + 代码解释器运行时工具——适合「一次模型调用直接干完」的工作流。

TheRouter 编辑重写aws.amazon.com/blogs/aws ↗
2025-12-02

Amazon 发布 Nova 2 技术报告

Amazon Nova 2 技术报告说明了评估方法(MMLU-Pro、GPQA-Diamond、AIME 2025、IF-Bench、MultiChallenge、LongCodeBench 1M、OpenAI-MRCR)和 Amazon Frontier Model Safety Framework 安全评估。Nova 2 Lite 的逐模型分数披露较稀疏——使用第三方基准时请按低置信度处理。

TheRouter 编辑重写assets.amazon.science ↗

常见问题

Nova 2 Lite 的上下文窗口有多大?

100 万 tokens。足够支持整库代码问答、长视频转写、跨多文档 RAG,不必分块路由。

Nova 2 Lite 支持深度推理吗?

支持,但默认关闭。通过 reasoning 字段开启,选择 low / medium / high 预算,以速度和成本换深度。AWS 建议在任务确实需要时再开启。

Nova 2 Lite 内置了哪些工具?

两个:web grounding(带引用的实时 HTTP 调用)和代码解释器。两者由 Bedrock 作为运行时工具托管,与请求里声明的 function-calling 工具分开。

Nova 2 Lite 可以微调吗?

可以——Amazon Bedrock 与 Amazon SageMaker AI 均支持微调。在窄域工作流中提示工程触顶时较有用。

Nova 2 Lite 在 Bedrock 不同档位下的价格如何?

Bedrock 提供三档:Standard(基准)、Priority(+75% 溢价,享受优先算力)、Flex(-50% 折扣,适合可接受更高排队时间的负载)。TheRouter 默认走 Standard 档;如果需要专走 Flex 或 Priority 的路由策略,请告知。

事实档案 — 本页每条断言可在此回溯来源
来源URL采集于
发布时间aws.amazon.com ↗2026-08-15已核实
Bedrock 模型 iddocs.aws.amazon.com ↗2026-08-15已核实
训练数据截止docs.aws.amazon.com ↗2026-08-15已核实
最大输出docs.aws.amazon.com ↗2026-08-15已核实
Prompt cachingdocs.aws.amazon.com ↗2026-08-15已核实
Extended thinking 预算档位aws.amazon.com ↗2026-08-15已核实
内置工具aws.amazon.com ↗2026-08-15已核实
可定制化aws.amazon.com ↗2026-08-15已核实
Bedrock 档位aws.amazon.com ↗2026-08-15已核实
许可——已核实
AWS launch benchmark summaryaws.amazon.com ↗2026-08-15已核实
Long-context benchmark disclosureassets.amazon.science ↗2026-08-15已核实
Bedrock model card limitsdocs.aws.amazon.com ↗2026-08-15已核实
AWS 发布 Nova 2 Lite:100 万 token 上下文、extended thinking、内置 web groundingaws.amazon.com/blogs/aws ↗2026-08-15已核实
Amazon 发布 Nova 2 技术报告assets.amazon.science ↗2026-08-15已核实
Nova 2 Lite 的上下文窗口有多大?aws.amazon.com ↗2026-08-15待核实
Nova 2 Lite 支持深度推理吗?aws.amazon.com ↗2026-08-15待核实
Nova 2 Lite 内置了哪些工具?aws.amazon.com ↗2026-08-15待核实
Nova 2 Lite 可以微调吗?aws.amazon.com ↗2026-08-15待核实
Nova 2 Lite 在 Bedrock 不同档位下的价格如何?aws.amazon.com ↗2026-08-15待核实
帮助与联系