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

Raw ↑
{
  "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"
      ]
    }
  ]
}