Class OpenAIModelData
Describes an OpenAI model offering that can be used with the API.
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class OpenAIModelData : ModelResponse
Remarks
Only used for List models and Retrieve model call.
Properties
Api
Declaration
public AIProvider Api { get; }
Property Value
Type | Description |
---|---|
AIProvider |
OwnedBy
The organization that owns the model. If it's a public model, it's owned by "openai".
Declaration
public string OwnedBy { get; set; }
Property Value
Type | Description |
---|---|
string |
Provider
Declaration
public string Provider { get; }
Property Value
Type | Description |
---|---|
string |