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-3 | 10.7143 |
voyage-3-large | 32.1429 |
voyage-3-lite | 3.5714 |
voyage-3.5 | 10.7143 |
voyage-3.5-lite | 3.5714 |
voyage-4 | 10.7143 |
voyage-4-large | 21.4286 |
voyage-4-lite | 3.5714 |
voyage-code-2 | 21.4286 |
voyage-code-3 | 32.1429 |
voyage-context-3 | 32.1429 |
voyage-finance-2 | 21.4286 |
voyage-law-2 | 21.4286 |
voyage-multilingual-2 | 21.4286 |
Rerank
| Model | Credits per 1M tokens |
|---|---|
rerank-2 | 8.9286 |
rerank-2-lite | 3.5714 |
rerank-2.5 | 8.9286 |
rerank-2.5-lite | 3.5714 |
Model capabilities & parameters: docs.voyageai.com ↗