Voyage AI / voyageai/voyage-4

Voyage 4 - access through LLMTR

Voyage 4 is the balanced choice for search and retrieval systems under production load. It offers the same 32,000-token window as Voyage 4 Large, the same flexible dimension set (256/512/1024/2048) and the same quantization options at half the price per million tokens. Choose it when indexing large document collections from scratch and cost drives the decision.

Technical specifications

Canonical IDvoyageai/voyage-4
ProviderVoyage AI
Context window32,000 tokens
OperationsEMBEDDINGS
Modalitiestext, embedding

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
EMBEDDINGSINPUT_TEXTPER_1M_TOKENS$0.060000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"voyageai/voyage-4","messages":[{"role":"user","content":"Hello"}]}'

Related models