Table of Contents

Class OpenAIModelData

Describes an OpenAI model offering that can be used with the API.

public class OpenAIModelData : OpenAIObject, IModelData, IAssetData, IProviderData, IData
Inheritance
object
OpenAIModelData
Implements
IData
Inherited Members

Remarks

Only used for List models and Retrieve model call.

Properties

Api

public Api Api { get; }

Property Value

Api

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