Pricing
This page shows the pricing of Voyage AI. All costs will be charged to the billing account associated with the API key used to invoke the endpoint.
Embeddings
We charge for requests to the Voyage embedding endpoint based on the number of tokens in the docs/queries.
The first 200 million tokens for voyage-3
and voyage-3-lite
, or the first 50 million tokens for voyage-finance-2
, voyage-multilingual-2
, voyage-law-2
, and voyage-code-2
are free for every account. Subsequent usage is priced on a per-token basis as in the following table.
Model | Price per thousand tokens | Price per million tokens | Number of free tokens |
---|---|---|---|
voyage-3 | $0.00006 | $0.06 | 200 million |
voyage-3-lite | $0.00002 | $0.02 | 200 million |
voyage-finance-2 | $0.00012 | $0.12 | 50 million |
voyage-multilingual-2 | $0.00012 | $0.12 | 50 million |
voyage-law-2 | $0.00012 | $0.12 | 50 million |
voyage-code-2 | $0.00012 | $0.12 | 50 million |
Reranker
Pricing for the Voyage reranker endpoint is based on the total number of processed tokens, calculated as “(the number of query tokens × the number of documents) + sum of the number of tokens in all documents”. The first 200 million tokens for rerank-2
and rerank-2-lite
are free for each account. Subsequent usage is priced on a per-token basis as in the table below.
Model | Price per thousand tokens | Price per million tokens | Estimated price per request * | Number of free tokens |
---|---|---|---|---|
rerank-2 | $0.00005 | $0.05 | $0.0025 | 200 million |
rerank-2-lite | $0.00002 | $0.02 | $0.001 | 200 million |
* This price estimate assumes each request includes 100 documents, and the sum of the number of tokens in the query and the number of tokens in each single document is 500.
Older models
The following table shows the pricing for older embedding models. Please note that we do not offer free tokens for them.
Model | Price per thousand tokens | Price per million tokens | Number of free tokens |
---|---|---|---|
voyage-large-2-instruct voyage-large-2 | $0.00012 | $0.12 | 0 |
voyage-01 voyage-lite-01 voyage-lite-01-instruct voyage-02 voyage-lite-02-instruct | $0.0001 | $0.1 | 0 |
rerank-1 | $0.00005 | $0.05 | 0 |
rerank-lite-1 | $0.00002 | $0.02 | 0 |
Fine-tuned models
For fine-tuned embedding models with dedicated instances and support channels, please get in touch with our sales team.
Updated 18 days ago