Developers
API reference, SDKs, cookbooks, and resources to integrate Mistral models into your applications.
Explore
Endpoint specifications, client SDKs for every language, and cookbook examples for common integration patterns.
API Reference
Explore the Mistral API: endpoints, authentication, request/response schemas, and error handling.
SDKs
Install official SDKs for Python, TypeScript, and other languages to integrate Mistral models.
Cookbooks
Build with step-by-step code walkthroughs for RAG, function calling, fine-tuning, and other integration patterns.
Changelogs
Track API updates, new model releases, deprecations, and breaking changes.
Vibe Code
Mistral's coding mode. CLI, VS Code extension, and remote web sessions to write code with an agent.
Quickstarts
Hands-on guides to activate Studio, send your first request, build agents, run RAG, and wire workflows. Most take 15 minutes or less.
Activate Studio and generate an API key
Activate Studio in Free mode and generate your first API key.
Test a model in the API playground
Send prompts, adjust parameters, and compare model outputs in the Studio playground.
Send your first API request
Install the SDK, set your API key, and get a model response.
Build an agent with tools
Define tools, let the model call functions, and return real-world data.
Set up RAG with document search
Upload documents and query them with retrieval-augmented generation.
Build a workflow
Scaffold a durable AI pipeline, run a worker, and trigger your first execution.