Important
Action needed for two new vulnerabilities
Auto-fix projects

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