Skip to content

Voyage 3.5 Lite

Voyage 3.5 Lite is Voyage AI's cost-efficient embedding model with a context window of 0 tokens. It outperforms OpenAI text-embedding-3-large by 6.34% and achieves retrieval quality within 0.3% of Cohere Embed v4 at one-sixth the cost.

index.ts
import { embed } from 'ai';
const result = await embed({
model: 'voyage/voyage-3.5-lite',
value: 'Sunny day at the beach',
})