Skip to main content

Reversibility of the Mistral AI Platform

The managed Mistral AI Platform service is designed to guarantee reversibility, that is, the ability for the customer to retrieve their data and migrate to another solution without lock-in.

Exportable data

All the data associated with your Mistral AI Platform instance (configurations, requests, usage history) can be retrieved by the customer.

Reversibility tools

Retrieving data through Numspot support

Unlike the other managed services that offer self-service export tools, retrieving the data of the Mistral AI Platform is done on request to Numspot's technical user support.

  1. Contact Numspot support to submit your data retrieval request.
  2. Support makes your data available in a dedicated S3 bucket.
  3. Download the data from the S3 bucket using standard tools (AWS CLI, etc.).
aws s3 sync s3://<bucket-name>/<prefix> ./mistral-ai-platform-export

Open formats

  • Exported data is in JSON format, an industry standard.
  • Configurations and history are provided in structured, readable formats.
  • Mistral models are accessible through the standard Mistral API, compatible with any Mistral endpoint or any platform supporting Mistral AI's open-weight models.

Exit procedure

  1. Contact Numspot support to request the export of your data.
  2. Retrieve the data from the S3 bucket made available by support.
  3. Deploy an equivalent infrastructure on the new platform (Mistral instance or another language-model provider).
  4. Import your configurations and data into the new solution.
  5. Check the consistency of the retrieved data and update the endpoints in your applications.