Skip to content
Dashboard

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.

amazon logo
amazon logo

Ask Nova Pro anything to try it out.

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
300K
0.3s
122tps
$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
132tps
$0.06/M$0.24/M——
bedrock logo
12/03/2024
1M
0.5s
179tps
$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.