Class OpenAIModelData
Describes an OpenAI model offering that can be used with the API.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class OpenAIModelData : OpenAIModelBase, IApiModelData
Remarks
Only used for List models and Retrieve model call.
Properties
Api
Declaration
public Api Api { get; }
Property Value
Type | Description |
---|---|
Api |
Name
Name of this data.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
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 |