Voyage AI Models on XALEN
Specialized embedding models for search and RAG.
Founded: 2023 · HQ: San Francisco, USA · 1 models available
Available Models
Voyage Large 2
EmbeddingHigh-quality embeddings with 16K token context.
Params: ~500M
Context: 16K
Input: $0.002
Output: N/A
Latency: ~25ms
Quick Start
import XALEN from 'xalen-sdk';
const client = new XALEN({ apiKey: 'xln_test_YOUR_KEY' });
const response = await client.chat.completions.create({
model: 'voyage-large-2',
messages: [{ role: 'user', content: 'Hello!' }]
});
Start Using Voyage AI Models
All models available through a single API. No separate accounts needed.
Get API KeyLast updated: 2026-05-21.