Skip to content
Prompty

AzureModel

Azure OpenAI-hosted model. Pin-only subtype.

---
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
    }
Name Type Description
provider string The Azure provider discriminator