Claude · JSON Structure

Claude Messages Model List Structure

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

ModelList 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

data has_more first_id last_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ModelList",
  "type": "object",
  "properties": {
    "data": {
      "type": "array"
    },
    "has_more": {
      "type": "boolean"
    },
    "first_id": {
      "type": "string"
    },
    "last_id": {
      "type": "string"
    }
  }
}