Claude · JSON Structure

Claude Messages Model Info Structure

Type: object Properties: 4
Artificial IntelligenceChatbotConversational AIGenerative AILarge Language ModelsMachine LearningNatural Language Processing

ModelInfo is a JSON Structure definition published by Claude, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id type display_name created_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ModelInfo",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  }
}