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',
})