Urgent
React2Shell security update
Auto-fix projectsLearn more

voyage-3.5

voyage/voyage-3.5

Voyage AI's embedding model optimized for general-purpose and multilingual retrieval quality.

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