Microsoft Azure · Schema

ModelListResponse

Response listing available models.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
object string
data array
View JSON Schema on GitHub

JSON Schema

azure-openai-service-model-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ModelListResponse",
  "type": "object",
  "description": "Response listing available models.",
  "properties": {
    "object": {
      "type": "string"
    },
    "data": {
      "type": "array"
    }
  }
}