Voyage AI embeddings & rerank via Claudible

Voyage AI via Claudible

Drop-in Voyage AI proxy. Use your Claudible API key, send standard Voyage requests, get standard Voyage responses.

Send your first request

Embeddings

Endpoint POST https://voyage.claudible.io/v1/embeddings
curl https://voyage.claudible.io/v1/embeddings \
  -H "Authorization: Bearer YOUR_CLAUDIBLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":["Hello world"],"model":"voyage-3.5-lite"}'

Rerank

Endpoint POST https://voyage.claudible.io/v1/rerank
curl https://voyage.claudible.io/v1/rerank \
  -H "Authorization: Bearer YOUR_CLAUDIBLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"What is the capital of France?","documents":["Paris is the capital of France.","Tokyo is the capital of Japan."],"model":"rerank-2.5-lite"}'

Models & pricing

Embeddings
Model Credits per 1M tokens
voyage-310.7143
voyage-3-large32.1429
voyage-3-lite3.5714
voyage-3.510.7143
voyage-3.5-lite3.5714
voyage-410.7143
voyage-4-large21.4286
voyage-4-lite3.5714
voyage-code-221.4286
voyage-code-332.1429
voyage-context-332.1429
voyage-finance-221.4286
voyage-law-221.4286
voyage-multilingual-221.4286
Rerank
Model Credits per 1M tokens
rerank-28.9286
rerank-2-lite3.5714
rerank-2.58.9286
rerank-2.5-lite3.5714

Model capabilities & parameters: docs.voyageai.com ↗