voyage-4

voyage/voyage-4

Optimized for general-purpose and multilingual retrieval quality. 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',
value: 'Sunny day at the beach',
})