Skip to content
Vercel April 2026 security incident

Voyage 4 Lite

voyage/voyage-4-lite

Optimized for latency and cost. All embeddings created with the 4 series are compatible with each other.

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