Processing 25,000 lines of code (~280,000 tokens) with Qwen 2.5 Turbo costs $0.014 for codebase ingestion and $0.0252 for an AI-powered code review and refactoring pass.
Feed 25,000 lines of code into the prompt context for repository search, Q&A, or architecture planning.
Ingest 25,000 lines of code and generate audit findings, unit test recommendations, and refactor diffs.
Qwen 2.5 Turbo writes 25,000 lines of code from scratch based on product specifications.
| Model | Provider | Code Ingestion | Cached Ingestion | Code Review Cost | Context Limit |
|---|---|---|---|---|---|
| Qwen 2.5 Turbo (Current) | qwen | $0.014 | $0.0014 | $0.0252 | 1,000,000 |
| GPT-5.6 Luna | openai | $0.051 | $0.0051 | $0.1122 | 1,050,000 |
| GPT-5.4 mini | openai | $0.1913 | $0.0191 | $0.4207 | 256,000 |
| GPT-5.4 nano | openai | $0.051 | $0.0051 | $0.1148 | 128,000 |
| GPT-4o mini | openai | $0.0383 | $0.0191 | $0.0689 | 128,000 |
| Claude Haiku 4.5 | anthropic | $0.28 | $0.028 | $0.56 | 1,000,000 |
On average, code yields approximately 11.2 tokens per line in Qwen 2.5 Turbo (qwen_bpe tokenizer). Indentation, brackets, camelCase variable names, and comments slightly increase token density compared to plain English text. 25,000 lines of code produces approximately 280,000 tokens.
Sending 25,000 lines of code as context and generating a thorough code review with recommendations costs approximately $0.0252. Utilizing prompt caching on repeat turns or static repository definitions drops this to $0.0126.
Qwen 2.5 Turbo has a context window of 1,000,000 tokens. 25,000 lines of code consumes 28.00% of its total available context.