text-embedding-3-small
index.ts
import { embed } from 'ai';
const result = await embed({ model: 'openai/text-embedding-3-small', value: 'Sunny day at the beach',})More models by OpenAI
| Model |
|---|
import { embed } from 'ai';
const result = await embed({ model: 'openai/text-embedding-3-small', value: 'Sunny day at the beach',})| Model |
|---|