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