AI Gateway

All Models/

Mistral Embed

Mistral Embed by Mistral

General-purpose text embedding model for semantic search, similarity, clustering, and RAG workflows.

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