- Generate a chat response from a Mistral model given a conversation history.
- Generate vector embeddings for one or more text inputs using a Mistral embedding model.
- Generate code completions using the fill-in-the-middle (FIM) pattern for code infill.
- Extract text and structured data from documents and images using Mistral's OCR model.
- Classify text input for policy violations and harmful content using a Mistral moderation model.
- Classify a full chat conversation for policy violations using a Mistral moderation model.
- Classify text using a fine-tuned Mistral classifier model.
- Classify a chat conversation using a fine-tuned Mistral classifier model.
- List all available Mistral models accessible to the organization.
- Retrieve metadata and capabilities for a specific Mistral model by ID.
- Permanently delete a fine-tuned model from the organization.
- Update the name or description of a fine-tuned model.
- Archive a fine-tuned model to disable inference on it without deleting it.
- Restore an archived fine-tuned model to active status for inference.
- List all files uploaded to the Mistral AI organization.
- Retrieve metadata for a specific uploaded file by its ID.
- Permanently delete an uploaded file from the Mistral AI organization.
- Download the raw content of an uploaded file by its ID.
- Generate a temporary signed URL to access a specific file without exposing API credentials.
- List all asynchronous batch processing jobs for the organization.
- Create an asynchronous batch inference job to process large numbers of requests at reduced cost.
- Retrieve the details and current status of a specific batch job.
- Request cancellation of a running batch processing job.
- List all agent entities in the Mistral AI organization.
- Create a new Mistral agent with custom instructions, tools, and a backing model.
- Retrieve the configuration and metadata for a specific Mistral agent.
- Modify an agent's configuration and create a new version with the updated settings.
- Permanently delete a Mistral agent and all its versions.
- List all versions of a specific Mistral agent.
- Retrieve the configuration for a specific version of a Mistral agent.
- Switch the active version of a Mistral agent to a specific version number.
- List all version aliases for a specific Mistral agent.
- Create or update a named version alias for a Mistral agent.
- Remove a named version alias from a Mistral agent.
- List all stored conversations in the Mistral AI organization.
- Create a new persistent conversation and run an initial completion.
- Retrieve metadata for a specific stored conversation.
- Append new messages to an existing conversation and run a completion.
- Permanently delete a stored conversation and its full message history.
- Retrieve the full entry history of a conversation including tool calls and results.
- Retrieve all user and assistant messages in a conversation.
- Restart a conversation from a specific entry point, branching the conversation history.
- List all document libraries available in the Mistral AI organization.
- Create a new document library for indexing documents for RAG retrieval.
- Retrieve metadata for a specific document library.
- Update the name or description of an existing document library.
- Permanently delete a document library and all its indexed documents.
- List all documents in a specific Mistral document library.
- Retrieve metadata for a specific document in a Mistral library.
- Remove a document from a Mistral document library.
- Retrieve the extracted text content of a specific document in a Mistral library.
- Retrieve the processing status of a specific document in a Mistral library.
- Retrieve a temporary signed URL to access a specific document in a Mistral library.
- Retrieve a signed URL to access the OCR-extracted text of a document in a Mistral library.
- Trigger reprocessing of a document in a Mistral library.
- List all entities that have been granted access to a Mistral library.
- Grant or update access to a Mistral library for a user, workspace, or organization.
- Revoke access to a Mistral library for a user, workspace, or organization.
No matching actions