Voyage 3.5
Voyage 3.5 is Voyage AI's Voyage 3.5 general-purpose embedding model with a context window of 0 tokens. It surpasses OpenAI text-embedding-3-large by 8.26% and Cohere Embed v4 by 1.63% across eight retrieval domains, with Matryoshka dimensionality and quantization-aware training.
import { embed } from 'ai';
const result = await embed({ model: 'voyage/voyage-3.5', value: 'Sunny day at the beach',})