AzureModel
Azure OpenAI-hosted model. Pin-only subtype.
Class Diagram
Section titled “Class Diagram”---
title: AzureModel
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class Model {
+string id
+string provider
+string apiType
+Connection connection
+ModelOptions options
}
Model <|-- AzureModel
class AzureModel {
+string provider
}
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| provider | string | The Azure provider discriminator |