Urgent
React2Shell security update
Auto-fix projectsLearn more

voyage-3.5-lite

voyage/voyage-3.5-lite

Voyage AI's embedding model optimized for latency and cost.

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