Class OpenAIModelData
Describes an OpenAI model offering that can be used with the API.
public class OpenAIModelData : OpenAIObject, IModelData, IAssetData, IProviderData, IData
- Inheritance
-
objectOpenAIModelData
- Implements
-
IData
- Inherited Members
Remarks
Only used for List models and Retrieve model call.
Properties
Api
public Api Api { get; }
Property Value
Name
public string Name { get; }
Property Value
- string
OwnedBy
The organization that owns the model. If it's a public model, it's owned by "openai".
public string OwnedBy { get; set; }
Property Value
- string
Provider
public string Provider { get; }
Property Value
- string