Voyage AI / voyageai/voyage-finance-2

Voyage Finance 2 - access through LLMTR

Voyage Finance 2 is trained for retrieval over financial reports, balance sheet footnotes, investor presentations and analyst notes. It matches passages containing sector-specific terminology and numeric context more accurately than general-purpose models. Output dimension is fixed at 1024 with no quantization options; the 32,000-token window handles long reports in a single pass.

Technical specifications

Canonical IDvoyageai/voyage-finance-2
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.120000

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

Related models