AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class OpenAIModelData

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

    Inheritance
    object
    ModelResponse
    OpenAIModelData
    Inherited Members
    ModelResponse.Id
    ModelResponse.Object
    ModelResponse.Model
    ModelResponse.CreatedAt
    ModelResponse.Metadata
    ModelResponse.Usage
    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
    In this article
    Back to top Generated by DocFX