ModelInfoOutput interface
Represents some basic information about the AI model.
Properties
model_name | The name of the AI model. For example: |
model_provider_name | The model provider name. For example: |
model_type | The type of the AI model. A Unique identifier for the profile. Possible values: "embeddings", "image_generation", "text_generation", "image_embeddings", "audio_generation", "chat" |
Property Details
model_name
The name of the AI model. For example: Phi21
model_name: string
Property Value
string
model_provider_name
The model provider name. For example: Microsoft Research
model_provider_name: string
Property Value
string
model_type
The type of the AI model. A Unique identifier for the profile.
Possible values: "embeddings", "image_generation", "text_generation", "image_embeddings", "audio_generation", "chat"
model_type: string
Property Value
string
Azure SDK for JavaScript