Mistral AI · JSON Structure
Mistral Structure
Structural overview of the Mistral AI API surface; extracted from openapi/.
Type:
Properties: 0
Mistral Structure is a JSON Structure definition published by Mistral AI.
Meta-schema:
JSON Structure
{
"provider": "Mistral AI",
"providerId": "mistral",
"kind": "json-structure",
"description": "Structural overview of the Mistral AI API surface; extracted from openapi/.",
"schemaCount": 6,
"operationCount": 5,
"schemas": [
{
"name": "CreateFineTuningJobRequest",
"type": "object",
"propertyCount": 7,
"required": [
"model",
"training_files"
]
},
{
"name": "TrainingFile",
"type": "object",
"propertyCount": 2,
"required": [
"file_id"
]
},
{
"name": "Hyperparameters",
"type": "object",
"propertyCount": 6,
"required": []
},
{
"name": "Integration",
"type": "object",
"propertyCount": 4,
"required": [
"type"
]
},
{
"name": "FineTuningJob",
"type": "object",
"propertyCount": 12,
"required": []
},
{
"name": "FineTuningJobList",
"type": "object",
"propertyCount": 2,
"required": []
}
],
"operations": [
{
"method": "GET",
"path": "/fine_tuning/jobs",
"operationId": "listFineTuningJobs",
"summary": "Mistral AI List fine-tuning jobs",
"tags": [
"Fine-Tuning Jobs"
]
},
{
"method": "POST",
"path": "/fine_tuning/jobs",
"operationId": "createFineTuningJob",
"summary": "Mistral AI Create a fine-tuning job",
"tags": [
"Fine-Tuning Jobs"
]
},
{
"method": "GET",
"path": "/fine_tuning/jobs/{job_id}",
"operationId": "getFineTuningJob",
"summary": "Mistral AI Get a fine-tuning job",
"tags": [
"Fine-Tuning Jobs"
]
},
{
"method": "POST",
"path": "/fine_tuning/jobs/{job_id}/cancel",
"operationId": "cancelFineTuningJob",
"summary": "Mistral AI Cancel a fine-tuning job",
"tags": [
"Fine-Tuning Jobs"
]
},
{
"method": "POST",
"path": "/fine_tuning/jobs/{job_id}/start",
"operationId": "startFineTuningJob",
"summary": "Mistral AI Start a validated fine-tuning job",
"tags": [
"Fine-Tuning Jobs"
]
}
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/mistral-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.