voyage-4-large

voyage/voyage-4-large

The best 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-large',
value: 'Sunny day at the beach',
})