Skip to content

Nova Pro

Nova Pro is a first-generation Nova model built for high-accuracy multimodal tasks including financial document analysis, large-codebase review, and complex visual reasoning across a context of 300K tokens.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'amazon/nova-pro',
prompt: 'Why is the sky blue?'
})

Playground

Try out Nova Pro by Amazon. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.

Providers

Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.

Provider
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
ZDR
No Training
Release Date
Amazon Bedrock
Legal:Terms
Privacy
300K
0.4s
116tps
$0.80/M$3.20/M
12/03/2024
Throughput

P50 throughput on live AI Gateway traffic, in tokens per second (TPS). Visit the docs for more info.

Latency

P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.

Uptime

Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.

More models by Amazon

Model
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
Providers
ZDR
No Training
Release Date
300K
0.5s
$0.06/M$0.24/M
bedrock logo
12/03/2024
1M
0.4s
219tps
$0.30/M$2.50/M
Read:$0.07/M
Write:
bedrock logo
12/01/2024
$0.02/M
bedrock logo
04/01/2024
128K
0.3s
$0.04/M$0.14/M
bedrock logo

About Nova Pro

Nova Pro launched on December 3, 2024 as the accuracy-focused tier in Amazon's first Nova generation. Its purpose is clear: deliver the highest accuracy the first-generation architecture can achieve, particularly on structured and complex inputs where cheaper models produce unreliable results.

The accuracy advantage shows most clearly in three categories.

First, structured documents. Financial reports with dense tabular data, legal contracts with nested conditional clauses, and regulatory filings where a single misinterpreted figure cascades into downstream errors. Nova Pro parses tables correctly, maintains numerical consistency across a long context, and distinguishes between semantically similar but legally distinct phrasings.

Second, large codebases. Nova Pro reasons over up to 15,000 lines of code in a single request. Entire modules can be evaluated in context for automated code review, migration analysis, and refactoring assessments. The model tracks variable state, identifies subtle logic errors, and assesses architectural patterns across files.

Third, combined visual and textual evidence. An insurance platform can analyze a policy document alongside claim photos. A manufacturing quality system can compare product specs against inspection images. Nova Pro accepts text, images, and video in the same request. Its accuracy advantage over Nova Lite is most pronounced when visual content contains structured information (charts, schematics, annotated diagrams) that requires precise interpretation.

What To Consider When Choosing a Provider

  • Configuration: Nova Pro is the top input rate in the first-generation Nova lineup on AI Gateway. Watch the AI Gateway cost dashboard so Pro spend matches the error cost you avoid.
  • Zero Data Retention: AI Gateway supports Zero Data Retention for this model via direct gateway requests (BYOK is not included). To configure this, check the documentation.
  • Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.

When to Use Nova Pro

Best For

  • Financial document processing: Precision on tables, figures, and numerical data is non-negotiable
  • Automated code review: Migration analysis for codebases up to 15,000 lines per request
  • Multi-document reasoning: Compare contracts, cross-reference reports, and validate data against documentation
  • Regulated industry analysis: Combined visual and textual analysis in insurance, healthcare, and legal workflows

Consider Alternatives When

  • Routine classification or extraction: Nova Lite handles multimodal inputs at a fraction of the cost when Pro-level accuracy isn't required
  • Extended thinking or web grounding: Nova 2 Lite provides second-generation agentic and reasoning capabilities
  • Text-only workloads: Nova Micro is significantly cheaper and faster for pure text processing

Conclusion

Nova Pro is for requests where a wrong answer costs more than the extra per-token spend. It targets structured documents, large codebases, and complex multimodal inputs within the first-generation Nova lineup. Route your hardest problems here and send the rest to cheaper models.

Frequently Asked Questions

  • What makes Nova Pro more accurate than Nova Lite on financial documents?

    Nova Pro is tuned for precision on structured inputs, including tables with dense numerical data, nested clauses, and cross-referenced figures. Nova Lite may approximate values or miss conditional relationships in complex documents. Pro maintains consistency across the full context.

  • How large of a codebase can Nova Pro analyze in one request?

    Up to 15,000 lines of code per request within the context of 300K tokens. For larger codebases, split across multiple requests or focus on specific modules.

  • When does the cost premium over Nova Lite pay for itself?

    Whenever the cost of an incorrect output exceeds the per-token price difference. In financial compliance, legal review, and code quality assessment, a single error caught by Pro that Lite would have missed can justify hundreds of requests at the higher rate.

  • Can Nova Pro handle complex reasoning tasks like multi-step proofs or planning?

    Nova Pro prioritizes accuracy within its generation but doesn't include extended thinking or configurable reasoning budgets. For deliberate multi-step reasoning, use Nova 2 Lite, a second-generation model with those capabilities.

  • Is Nova Pro suitable as the default model in a high-volume pipeline?

    Usually not as a blanket default. Its input rate is well above Nova Lite's. Most teams route easy traffic to Lite or Micro and send only high-risk work to Pro.

  • What regulated-industry workflows benefit most from Nova Pro?

    Insurance claims processing that combines policy documents with photographic evidence, healthcare record analysis where numerical lab values must be parsed precisely, and legal contract comparison where subtle phrasing differences have material consequences.