Voyage AI / voyageai/voyage-4-lite

Voyage 4 Lite - access through LLMTR

Voyage 4 Lite targets workloads where you index millions of chunks and unit cost determines the total. It keeps the 32,000-token context window and flexible output dimensions from 256 to 2048 while running at one sixth the price of Voyage 4 Large. It suits volume-heavy work such as log search, product catalog matching and large-scale document indexing.

Technical specifications

Canonical IDvoyageai/voyage-4-lite
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.020000

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-lite","messages":[{"role":"user","content":"Hello"}]}'

Related models