Mistral
AI / ML Pattern correct

Mistral Connector

Connect to Mistral AI for chat, embeddings, FIM and agent completions, content moderation and classification, OCR, plus file, fine-tuning-job, batch-job, and model management.

$pip install "toolsconnector[mistral]"
30
Actions
AI / ML
Category
Free
Apache 2.0

All 30 Actions

Action Description Parameters Returns
agents_completionCreate an agent completionagent_id, messages  [max_tokens, tools, response_format]AgentsCompletion
archive_modelArchive a fine-tuned modelmodel_idArchiveModelResult
cancel_batch_job ⚠Cancel a batch jobjob_idBatchJob
cancel_finetuning_job ⚠Cancel a fine-tuning jobjob_idFineTuningJob
chat_completionCreate a chat completionmodel, messages  [temperature, max_tokens, top_p]ChatCompletion
chat_moderationsRun content moderation on a conversationmodel, inputsModerationResult
classificationsClassify text with a classifier modelmodel, inputClassificationResult
create_batch_jobCreate a batch jobendpoint  [input_files, requests, model, metadata, timeout_hours]BatchJob
create_finetuning_jobCreate a fine-tuning jobmodel, hyperparameters  [training_files, validation_files, suffix, auto_start]FineTuningJob
delete_batch_job ⚠Delete a batch jobjob_idBatchJobDeleted
delete_file ⚠Delete an uploaded filefile_idFileDeleted
delete_model ⚠Delete a fine-tuned modelmodel_idModelDeleted
embeddingsCreate text embeddingsmodel, inputEmbedding
fim_completionCreate a fill-in-the-middle (FIM) code completionmodel, prompt  [suffix, max_tokens]FIMCompletion
get_batch_jobGet a batch job by IDjob_idBatchJob
get_fileGet file metadata by IDfile_idMistralFile
get_file_contentDownload file content by IDfile_idbytes
get_file_signed_urlGet a temporary signed download URL for a filefile_id  [expiry]FileSignedURL
get_finetuning_jobGet a fine-tuning job by IDjob_idFineTuningJob
get_modelGet a model by IDmodel_idMistralModel
list_batch_jobsList batch jobs[page, page_size, model, status]list
list_filesList uploaded files[page, page_size, purpose]list
list_finetuning_jobsList fine-tuning jobs[page, page_size, model, status]list
list_modelsList available modelslist
moderationsRun content moderation on textmodel, inputModerationResult
ocr_processRun OCR on a documentmodel, document  [pages, include_image_base64, image_limit, document_annotation_format]OCRResult
start_finetuning_jobStart a validated fine-tuning jobjob_idFineTuningJob
unarchive_modelUnarchive a fine-tuned modelmodel_idArchiveModelResult
update_finetuned_modelUpdate a fine-tuned model's name or descriptionmodel_id  [name, description]MistralModel
upload_fileUpload a filefile_content, purpose  [filename]MistralFile
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing