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_completion" | 
Property Details
model_name
The name of the AI model. For example: Phi21
model_name: stringProperty Value
string
model_provider_name
The model provider name. For example: Microsoft Research
model_provider_name: stringProperty 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_completion"
model_type: stringProperty Value
string