AzureOpenAIModelConfiguration interface
Azure OpenAI model configuration. The API version would be selected by the service for querying the model.
- Extends
Properties
| model |
Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based |
| type | The type discriminator, always 'azure_openai'. |
Property Details
modelDeploymentName
Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based connection_name/deployment_name (e.g. my-aoai-connection/gpt-4o).
modelDeploymentName: string
Property Value
string
type
The type discriminator, always 'azure_openai'.
type: "AzureOpenAIModel"
Property Value
"AzureOpenAIModel"