AI Gateway

/

voyage-code-3

voyage-code-3 by Voyage

Voyage AI's embedding model optimized for code retrieval.

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