Processing 1,000 lines of code (~11,200 tokens) with Text Embedding 3 (Small) costs $0.000224 for codebase ingestion and $0.000224 for an AI-powered code review and refactoring pass.
Feed 1,000 lines of code into the prompt context for repository search, Q&A, or architecture planning.
Ingest 1,000 lines of code and generate audit findings, unit test recommendations, and refactor diffs.
Text Embedding 3 (Small) writes 1,000 lines of code from scratch based on product specifications.
| Model | Provider | Code Ingestion | Cached Ingestion | Code Review Cost | Context Limit |
|---|---|---|---|---|---|
| Text Embedding 3 (Small) (Current) | openai | $0.000224 | $0.000056 | $0.000224 | 8,191 |
| Text Embedding 3 (Large) | openai | $0.001456 | $0.000364 | $0.001456 | 8,191 |
| Text Embedding 004 | $0.000224 | $0.000056 | $0.000224 | 8,192 |
On average, code yields approximately 11.2 tokens per line in Text Embedding 3 (Small) (cl100k_base tokenizer). Indentation, brackets, camelCase variable names, and comments slightly increase token density compared to plain English text. 1,000 lines of code produces approximately 11,200 tokens.
Sending 1,000 lines of code as context and generating a thorough code review with recommendations costs approximately $0.000224. Utilizing prompt caching on repeat turns or static repository definitions drops this to $0.000056.
Text Embedding 3 (Small) has a context window of 8,191 tokens. 1,000 lines of code consumes 136.74% of its total available context.