{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--OpenAIGPT.json",
  "title": "OpenAIGPT",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/LLMUnit/OpenAIGPT.json",
    "sourceSha256": "f1f2dd2d9ae3cc6996ea03f9cadb1c6a22846beb81fcfe9e26a7c7a11a5681f6"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "OpenAIGPT",
      "title": "Implementation"
    },
    "model": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "temperature": {
      "default": 0.3,
      "title": "Temperature",
      "type": "number"
    },
    "force_json": {
      "default": true,
      "title": "Force Json",
      "type": "boolean"
    },
    "max_tokens": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Max Tokens"
    },
    "supports_system_messages": {
      "default": true,
      "title": "Supports System Messages",
      "type": "boolean"
    },
    "can_stream": {
      "default": true,
      "title": "Can Stream",
      "type": "boolean"
    },
    "client_args": {
      "default": {},
      "title": "Client Args",
      "type": "object"
    },
    "connection_handler": {
      "anyOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "deprecated": true
    }
  },
  "additionalProperties": false,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.apu.llm.open_ai_llm_unit.OpenAIGPT",
    "groups": [
      "LLMUnit"
    ],
    "name": "OpenAIGPT",
    "overrides": {}
  }
}
