Mistral AI website screenshot

Mistral AI

Mistral AI is a French artificial intelligence company that develops and provides frontier large language models and APIs for developers and enterprises. Their developer platform offers APIs for chat completions, embeddings, fine-tuning, OCR, batch processing, and agentic workflows, enabling teams to build sophisticated AI-powered applications.

8 APIs 0 Features
AgentsArtificial IntelligenceBatch ProcessingChatEmbeddingsFine-TuningLarge Language ModelsOCR

APIs

Mistral AI Chat Completions API

The Mistral AI Chat Completions API enables developers to interact with Mistral's language models in a conversational manner. It supports multi-turn conversations, function call...

Mistral AI Embeddings API

The Mistral AI Embeddings API allows developers to compute document and text embeddings using Mistral's embedding models. These embeddings can be used for semantic search, clust...

Mistral AI Agents API

The Mistral AI Agents API provides a dedicated framework for building agentic applications. It complements the Chat Completion API by enabling AI agents to handle complex tasks,...

Mistral AI Fine-Tuning API

The Mistral AI Fine-Tuning API allows developers to create and manage fine-tuning jobs that customize Mistral models on proprietary datasets. Users can upload training data, con...

Mistral AI OCR API

The Mistral AI OCR API provides optical character recognition capabilities powered by the mistral-ocr-latest model. It can extract text and structured content from PDF documents...

Mistral AI Models API

The Mistral AI Models API provides endpoints for listing and retrieving information about available models on the Mistral platform. Developers can query which models are accessi...

Mistral AI Forge API

Mistral AI Forge is a model-training platform providing a unified API for the entire model lifecycle from pre-training to reinforcement learning. Forge enables enterprises to bu...

Mistral AI Batch API

The Mistral AI Batch API enables developers to submit large volumes of requests for asynchronous processing at reduced cost. It is designed for workloads that do not require rea...

Collections

GraphQL

Mistral AI GraphQL Schema

This directory contains a conceptual GraphQL schema for the Mistral AI API, derived from the official REST API documented at [https://docs.mistral.ai/api/](https://docs.mistral....

GRAPHQL

Pricing Plans

Mistral Ai Plans Pricing

6 plans

PLANS

Rate Limits

Mistral Ai Rate Limits

3 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Mistral Ai Context

0 classes · 8 properties

JSON-LD

JSON Structure

Mistral Ai Structure

0 properties

JSON STRUCTURE

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Website
Website
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
📰
Blog
Blog
🔗
Login
Login
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
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.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: OCR
    type: folder
  items:
  - info:
      name: Process document with OCR
      type: http
    http:
      method: POST
      url: https://api.mistral.ai/v1/ocr
      body:
        type: json
        data: '{}'
    docs: Extracts text and structured content from a PDF document or image using Mistral's OCR model. The API comprehends
      complex document elements including tables, equations, charts, and interleaved text, returning structured markdown content
      organized by page.
bundled: true