Mistral AI · Schema

UpdateModelRequest

Properties

Name Type Description
name string New name for the model
description string New description for the model
View JSON Schema on GitHub

JSON Schema

mistral-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": "New name for the model"
    },
    "description": {
      "type": "string",
      "description": "New description for the model"
    }
  }
}