Skip to main content
Mistral AI
Mistral AI
59 actions · 1 auth method

Authentication

API Key

Authenticate using a Mistral AI API key generated from the Mistral AI console.Guides: Connector Profile, Link Account
Actions
59 actions
Action
Description
Create Chat Completion
Generate a chat response from a Mistral model given a conversation history.
Create Embeddings
Generate vector embeddings for one or more text inputs using a Mistral embedding model.
Create FIM Completion
Generate code completions using the fill-in-the-middle (FIM) pattern for code infill.
Create OCR
Extract text and structured data from documents and images using Mistral’s OCR model.
Create Moderation
Classify text input for policy violations and harmful content using a Mistral moderation model.
Create Chat Moderation
Classify a full chat conversation for policy violations using a Mistral moderation model.
Create Classification
Classify text using a fine-tuned Mistral classifier model.
Create Chat Classification
Classify a chat conversation using a fine-tuned Mistral classifier model.
List Models
List all available Mistral models accessible to the organization.
Get Model
Retrieve metadata and capabilities for a specific Mistral model by ID.
Delete Fine-Tuned Model
Permanently delete a fine-tuned model from the organization.
Update Fine-Tuned Model
Update the name or description of a fine-tuned model.
Archive Fine-Tuned Model
Archive a fine-tuned model to disable inference on it without deleting it.
Unarchive Fine-Tuned Model
Restore an archived fine-tuned model to active status for inference.
List Files
List all files uploaded to the Mistral AI organization.
Get File
Retrieve metadata for a specific uploaded file by its ID.
Delete File
Permanently delete an uploaded file from the Mistral AI organization.
Download File
Download the raw content of an uploaded file by its ID.
Get File Signed URL
Generate a temporary signed URL to access a specific file without exposing API credentials.
List Batch Jobs
List all asynchronous batch processing jobs for the organization.
Create Batch Job
Create an asynchronous batch inference job to process large numbers of requests at reduced cost.
Get Batch Job
Retrieve the details and current status of a specific batch job.
Cancel Batch Job
Request cancellation of a running batch processing job.
List Agents
List all agent entities in the Mistral AI organization.
Create Agent
Create a new Mistral agent with custom instructions, tools, and a backing model.
Get Agent
Retrieve the configuration and metadata for a specific Mistral agent.
Update Agent
Modify an agent’s configuration and create a new version with the updated settings.
Delete Agent
Permanently delete a Mistral agent and all its versions.
List Agent Versions
List all versions of a specific Mistral agent.
Get Agent Version
Retrieve the configuration for a specific version of a Mistral agent. Use list_agent_versions to discover available vers…
Update Agent Active Version
Switch the active version of a Mistral agent to a specific version number.
List Agent Aliases
List all version aliases for a specific Mistral agent.
Create Or Update Agent Alias
Create or update a named version alias for a Mistral agent.
Delete Agent Alias
Remove a named version alias from a Mistral agent.
List Conversations
List all stored conversations in the Mistral AI organization.
Create Conversation
Create a new persistent conversation and run an initial completion.
Get Conversation
Retrieve metadata for a specific stored conversation.
Append Conversation Entries
Append new messages to an existing conversation and run a completion.
Delete Conversation
Permanently delete a stored conversation and its full message history.
Get Conversation History
Retrieve the full entry history of a conversation including tool calls and results.
Get Conversation Messages
Retrieve all user and assistant messages in a conversation.
Restart Conversation
Restart a conversation from a specific entry point, branching the conversation history. Use get_conversation_history to…
List Libraries
List all document libraries available in the Mistral AI organization.
Create Library
Create a new document library for indexing documents for RAG retrieval.
Get Library
Retrieve metadata for a specific document library.
Update Library
Update the name or description of an existing document library.
Delete Library
Permanently delete a document library and all its indexed documents.
Upload Library Document
Upload a document to a Mistral document library for indexing and RAG search.
List Library Documents
List all documents in a specific Mistral document library.
Get Library Document
Retrieve metadata for a specific document in a Mistral library.
Delete Library Document
Remove a document from a Mistral document library.
Get Library Document Text Content
Retrieve the extracted text content of a specific document in a Mistral library.
Get Library Document Status
Retrieve the processing status of a specific document in a Mistral library.
Get Library Document Signed URL
Retrieve a temporary signed URL to access a specific document in a Mistral library.
Get Library Document Extracted Text Signed URL
Retrieve a signed URL to access the OCR-extracted text of a document in a Mistral library.
Reprocess Library Document
Trigger reprocessing of a document in a Mistral library.
List Library Accesses
List all entities that have been granted access to a Mistral library.
Create Or Update Library Access
Grant or update access to a Mistral library for a user, workspace, or organization.
Delete Library Access
Revoke access to a Mistral library for a user, workspace, or organization. Use list_library_accesses to find the share_w…

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/mistral-ai/filled/png

Connector Profile

Mistral AI - API Key
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/mistral-ai/filled/png

Link Account

Mistral AI - API Key
4

Use Actions

Invoke actions using one of the methods below: