Merge · Schema

Models_list_Response_200

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-models-list-response-200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Models_list_Response_200",
  "title": "Models_list_Response_200",
  "oneOf": [
    {
      "$ref": "#/components/schemas/PublicModelsListResponse"
    },
    {
      "$ref": "#/components/schemas/PublicModel"
    }
  ]
}