{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--gpt-4-turbo.json",
  "title": "gpt-4-turbo",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/LLMModel/gpt-4-turbo.json",
    "sourceSha256": "0024a999099a5664ffea9535ad7aedfa48ad3d2283e61c4f376ae0d393271e5c"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "gpt-4-turbo",
      "title": "Implementation"
    },
    "human_name": {
      "default": "GPT-4 Turbo",
      "title": "Human Name",
      "type": "string"
    },
    "name": {
      "default": "gpt-4-turbo",
      "title": "Name",
      "type": "string"
    },
    "input_context_limit": {
      "default": 128000,
      "title": "Input Context Limit",
      "type": "integer"
    },
    "output_context_limit": {
      "default": 4096,
      "title": "Output Context Limit",
      "type": "integer"
    },
    "supports_tools": {
      "default": true,
      "title": "Supports Tools",
      "type": "boolean"
    },
    "supports_image_input": {
      "default": false,
      "title": "Supports Image Input",
      "type": "boolean"
    },
    "supports_audio_input": {
      "default": false,
      "title": "Supports Audio Input",
      "type": "boolean"
    }
  },
  "additionalProperties": false,
  "required": [
    "human_name",
    "name",
    "input_context_limit",
    "output_context_limit",
    "supports_tools",
    "supports_image_input",
    "supports_audio_input",
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.apu.llm_unit.LLMModel",
    "groups": [
      "LLMModel"
    ],
    "name": "gpt-4-turbo",
    "overrides": {
      "human_name": "GPT-4 Turbo",
      "input_context_limit": 128000,
      "name": "gpt-4-turbo",
      "output_context_limit": 4096,
      "supports_audio_input": false,
      "supports_image_input": false,
      "supports_tools": true
    }
  }
}
