AI Gateway

All Models/

voyage-3.5-lite

voyage-3.5-lite by Voyage

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