Mistral AI API Skill
mistral
mistral
| Method | Path | Description |
|---|---|---|
GET | /v1/models | |
GET | /v1/models/{model_id} | List Models |
DELETE | /v1/models/{model_id} | Retrieve Model |
POST | /v1/conversations | Delete Model |
GET | /v1/conversations | Create a conversation and append entries to it. |
GET | /v1/conversations/{conversation_id} | List all created conversations. |
DELETE | /v1/conversations/{conversation_id} | Retrieve a conversation information. |
POST | /v1/conversations/{conversation_id} | Delete a conversation. |
GET | /v1/conversations/{conversation_id}/history | Append new entries to an existing conversation. |
GET | /v1/conversations/{conversation_id}/messages | Retrieve all entries in a conversation. |
POST | /v1/conversations/{conversation_id}/restart | Retrieve all messages in a conversation. |
POST | /v1/agents | Restart a conversation starting from a given entry. |
GET | /v1/agents | Create a agent that can be used within a conversation. |
GET | /v1/agents/{agent_id} | List agent entities. |
PATCH | /v1/agents/{agent_id} | Retrieve an agent entity. |
DELETE | /v1/agents/{agent_id} | Update an agent entity. |
PATCH | /v1/agents/{agent_id}/version | Delete an agent entity. |
GET | /v1/agents/{agent_id}/versions | Update an agent version. |
GET | /v1/agents/{agent_id}/versions/{version} | List all versions of an agent. |
PUT | /v1/agents/{agent_id}/aliases | Retrieve a specific version of an agent. |
GET | /v1/agents/{agent_id}/aliases | Create or update an agent version alias. |
DELETE | /v1/agents/{agent_id}/aliases | List all aliases for an agent. |
POST | /v1/conversations#stream | Delete an agent version alias. |
POST | /v1/conversations/{conversation_id}#stream | Create a conversation and append entries to it. |
POST | /v1/conversations/{conversation_id}/restart#stream | Append new entries to an existing conversation. |
POST | /v1/files | Restart a conversation starting from a given entry. |
GET | /v1/files | Upload File |
GET | /v1/files/{file_id} | List Files |
DELETE | /v1/files/{file_id} | Retrieve File |
GET | /v1/files/{file_id}/content | Delete File |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install mistral
Downloads and installs to ~/.claude/skills/mistral/
1.0.0 (2026-02-13)