AI Gateway

/

Gemini Embedding 001

Gemini Embedding 001 by Google

State-of-the-art embedding model with excellent performance across English, multilingual and code tasks.

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