AI Gateway

/

Codestral Embed

Codestral Embed by Mistral

Code embedding model that can embed code databases and repositories to power coding assistants.

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