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