Merge · Schema

RoutingPoliciesGetResponsesContentApplicationJsonSchemaDataItemsProvidersItems

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
provider string
model string
View JSON Schema on GitHub

JSON Schema

merge-routingpoliciesgetresponsescontentapplicationjsonschemadatai-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RoutingPoliciesGetResponsesContentApplicationJsonSchemaDataItemsProvidersItems",
  "title": "RoutingPoliciesGetResponsesContentApplicationJsonSchemaDataItemsProvidersItems",
  "type": "object",
  "properties": {
    "provider": {
      "type": "string"
    },
    "model": {
      "type": "string"
    }
  }
}