Processing 100,000 lines of code (~1,120,000 tokens) with Amazon Nova Micro costs $0.0392 for codebase ingestion and $0.0706 for an AI-powered code review and refactoring pass.
Feed 100,000 lines of code into the prompt context for repository search, Q&A, or architecture planning.
Ingest 100,000 lines of code and generate audit findings, unit test recommendations, and refactor diffs.
Amazon Nova Micro writes 100,000 lines of code from scratch based on product specifications.
| Model | Provider | Code Ingestion | Cached Ingestion | Code Review Cost | Context Limit |
|---|---|---|---|---|---|
| Amazon Nova Micro (Current) | amazon | $0.0392 | $0.0098 | $0.0706 | 128,000 |
| GPT-5.6 Luna | openai | $0.204 | $0.0204 | $0.4488 | 1,050,000 |
| GPT-5.4 mini | openai | $0.765 | $0.0765 | $1.683 | 256,000 |
| GPT-5.4 nano | openai | $0.204 | $0.0204 | $0.459 | 128,000 |
| GPT-4o mini | openai | $0.153 | $0.0765 | $0.2754 | 128,000 |
| Claude Haiku 4.5 | anthropic | $1.12 | $0.112 | $2.24 | 1,000,000 |
On average, code yields approximately 11.2 tokens per line in Amazon Nova Micro (tiktoken_cl100k tokenizer). Indentation, brackets, camelCase variable names, and comments slightly increase token density compared to plain English text. 100,000 lines of code produces approximately 1,120,000 tokens.
Sending 100,000 lines of code as context and generating a thorough code review with recommendations costs approximately $0.0706. Utilizing prompt caching on repeat turns or static repository definitions drops this to $0.0412.
Amazon Nova Micro has a context window of 128,000 tokens. 100,000 lines of code consumes 875.00% of its total available context.