ToolPuma Logo

Embedding Cost Calculator

Estimate embedding API costs for your corpus.

300,000
Total tokens
$0.039
Cost (no overlap)
$0.043
Cost (with chunks)
Chunking detail
Chunks1,334
Tokenized with overlap333,500
Overhead11%
text-embedding-3-large from OpenAI costs $0.13 per 1M tokens. Embedding costs scale linearly with the total number of tokens you send.

What Is a Embedding Cost Calculator?

The Embedding Cost Calculator estimates the API cost of embedding a corpus. Enter the number of documents, average tokens per document, and chunking settings to see the total tokens and the cost across common embedding models from OpenAI, Google, and Voyage AI.

How to Use This Embedding Cost Calculator

  1. 1
    Pick an embedding modelChoose the model you will use.
  2. 2
    Enter documentsSet the number of documents and average tokens each.
  3. 3
    Set chunkingEnter the chunk size and overlap if you chunk.
  4. 4
    Read the costSee total tokens and the estimated embedding cost.

Frequently Asked Questions

Embedding providers charge per million tokens of text you send for embedding. The cost is therefore the total token count divided by one million, times the model's rate.
Yes. Overlap makes the tokenized total larger than the raw text, and each chunk is embedded separately, raising the final cost.
The calculator includes OpenAI's text-embedding-3 and ada-002, Google's text-embedding-004, Voyage AI's voyage-3, and the open BGE-M3.