OpenAI's legacy text embedding model.
import { embed } from 'ai';
const result = await embed({ model: 'openai/text-embedding-ada-002', value: 'Sunny day at the beach',})GPT-4.1 mini
GPT 4.1 mini provides a balance between intelligence, speed, and cost that makes it an attractive model for many use cases.