Developer
Get started building on the Mistral API through Studio.
Open Studio ↗- Authenticate: create an API key and set up the SDK
- Call models: send chat completion requests in Python or TypeScript
- Add tool use: let the model call external functions mid-conversation
- Connect your data: use RAG to ground answers in your own documents
Start with your first API request if you're new, or jump to agents or RAG if you already have credentials.
Quickstarts
Quickstarts
Choose a quickstart to begin. We recommend starting with your first API request if you have not generated an API key yet.
Send your first API request
Install the SDK, set your API key, and get a model response.
5 min to complete
Build an agent with tools
Define tools, let the model call functions, and return real-world data.
10 min to complete
Set up RAG with document search
Upload documents and query them with retrieval-augmented generation.
15 min to complete
What's next