Back to all APIs

Voyage AI

embeddings

“Get API key” opens Voyage AI’s console where you can sign in, claim free credits, and generate your key. “Documentation” shows how to set it up and call the API.

State-of-the-art embedding models. Used by Anthropic for RAG use cases.

50M tokens free per month

Models

voyage-3voyage-3-litevoyage-code-3

Details

Auth: api_key
Uptime: 100% uptime · 7d
Avg latency: 103ms
Checked: 2h ago
Pricing: $0.06–$0.18 / 1M tokens
Rate limit: 300 req/min, 1M tokens/min
Free credits: 50M tokens free per month
SDKs: pythonjavascript
Regions: us
Tags: embeddings, rag, retrieval

Code snippets

72ms avg
import voyageai

vo = voyageai.Client(api_key="YOUR_KEY")
result = vo.embed(
    ["Hello world"],
    model="voyage-3",
    input_type="document"
)
print(result.embeddings[0][:5])

Status history (7 days)

06-10
06-11
06-12
06-13
06-14
06-15
06-21