Mistral AI website screenshot

Mistral AI

Mistral AI provides state-of-the-art large language models and AI APIs for developers and enterprises.

11 APIs 16 Features

APIs

Mistral AI Chat API

Chat completion API for conversational AI using Mistral's language models.

Mistral Embeddings API

Generate vector embeddings for text and code using Mistral's embedding models for retrieval, clustering, classification, and semantic search.

Mistral Moderation API

Content moderation and classification API for detecting potentially harmful or inappropriate content across nine safety categories including text and chat moderation.

Mistral AI Agents API

Agent completions API for building AI agents that can handle complex tasks, maintain context, coordinate multiple actions, and use tools including function calling.

Mistral AI FIM API

Fill-in-the-Middle code completion API powered by Codestral for generating code between a given prompt and suffix, supporting over 80 programming languages.

Mistral AI OCR API

Optical Character Recognition API that extracts text, images, tables, and structured data from documents and PDFs with support for complex layouts, LaTeX, and mathematical expre...

Mistral AI Fine-Tuning API

Fine-tuning API for customizing Mistral models on your own datasets, supporting text, vision, and classifier fine-tuning with configurable hyperparameters and integrations.

Mistral AI Files API

File management API for uploading, retrieving, downloading, and deleting files used across fine-tuning, batch processing, and OCR endpoints with support for files up to 512 MB.

Mistral AI Models API

Models management API for listing available models, retrieving model details, and managing fine-tuned models including archiving and updating.

Mistral AI Batch API

Batch inference API for processing up to one million requests asynchronously at reduced cost, supporting chat completions, embeddings, FIM, moderations, OCR, classifications, an...

Mistral AI Audio Transcription API

Audio transcription API powered by Voxtral for converting speech to text with support for speaker diarization, word-level timestamps, context biasing, and real-time streaming ac...

Collections

GraphQL

Mistral AI GraphQL Schema

Conceptual GraphQL schema for the Mistral AI API. Mistral AI exposes a REST API (OpenAI-compatible) at `https://api.mistral.ai/v1`. This schema translates those REST resources i...

GRAPHQL

Pricing Plans

Mistral Plans Pricing

6 plans

PLANS

Rate Limits

Mistral Rate Limits

4 limits

RATE LIMITS

FinOps

Features

Mistral Large 2 at $2/$6 per MTok
Mistral Medium 3 at $0.40/$2
Mistral Small 3 at $0.10/$0.30
Ministral 3B at $0.04/$0.04 (smallest commercial model)
Mistral Nemo at $0.02/$0.04 (cheapest tier)
Codestral at $0.30/$0.90 for code completion/FIM
Pixtral Large for vision
Mixtral 8x22B mixture-of-experts
La Plateforme free tier with 1 RPS
Paid tier: 10 RPS, 5M TPM
OpenAI-compatible Chat Completions
Function calling and tool use
JSON mode and guided generation
Embed model for semantic search
Available on AWS Bedrock, Azure AI, Vertex AI
Fine-tuning service for select models

Event Specifications

Mistral AI Streaming Completions API

AsyncAPI definition for Mistral AI streaming completion endpoints. Mistral is OpenAI-compatible and delivers streamed completions as Server-Sent Events (SSE) over HTTP when `str...

ASYNCAPI

Semantic Vocabularies

Mistral Context

0 classes · 11 properties

JSON-LD

JSON Structure

Mistral Structure

0 properties

JSON STRUCTURE

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💰
Pricing
Pricing
🟢
StatusPage
StatusPage
👥
GitHub
GitHub
🔗
Twitter
Twitter
🔗
LinkedIn
LinkedIn
🔗
Discord
Discord
🌐
Portal
Portal
📰
Blog
Blog
📄
ChangeLog
ChangeLog
📝
Signup
Signup
💰
Pricing
Pricing
📦
SDKs
SDKs
📦
PythonSDK
PythonSDK
📦
TypeScriptSDK
TypeScriptSDK
🚀
GettingStarted
GettingStarted
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Mistral AI OCR API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: OCR
    type: folder
  items:
  - info:
      name: Mistral AI Process a document with OCR
      type: http
    http:
      method: POST
      url: https://api.mistral.ai/v1/ocr
      body:
        type: json
        data: '{}'
    docs: Extract text, images, tables, and structured data from documents, PDFs, or images. Returns structured Markdown with
      extracted content including mathematical expressions in LaTeX format.
bundled: true