Mistral AI · Schema

UpdateModelRequest

AgentsArtificial IntelligenceBatch ProcessingChatEmbeddingsFine-TuningLarge Language ModelsOCR

Properties

Name Type Description
name string The new name for the model.
description string The new description for the model.
View JSON Schema on GitHub

JSON Schema

mistral-ai-updatemodelrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateModelRequest",
  "title": "UpdateModelRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The new name for the model."
    },
    "description": {
      "type": "string",
      "description": "The new description for the model."
    }
  }
}