Class AzureOpenAIModelInfo
Inheritance
AzureOpenAIModelInfo
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class AzureOpenAIModelInfo
Properties
|
Edit this page
View Source
Id
Declaration
[JsonProperty("model_name")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Provider
Declaration
[JsonProperty("model_provider_name")]
public string Provider { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("model_type")]
public string Type { get; set; }
Property Value
Extension Methods