Processing 100,000 lines of code (~1,120,000 tokens) with Yi-Lightning (01.AI) costs $0.1568 for codebase ingestion and $0.1882 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.
Yi-Lightning (01.AI) writes 100,000 lines of code from scratch based on product specifications.
| Model | Provider | Code Ingestion | Cached Ingestion | Code Review Cost | Context Limit |
|---|---|---|---|---|---|
| Yi-Lightning (01.AI) (Current) | 01ai | $0.1568 | $0.0392 | $0.1882 | 16,384 |
| 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 Yi-Lightning (01.AI) (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.1882. Utilizing prompt caching on repeat turns or static repository definitions drops this to $0.0706.
Yi-Lightning (01.AI) has a context window of 16,384 tokens. 100,000 lines of code consumes 6835.94% of its total available context.