AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ModelPricing

    Inheritance
    object
    ModelPricing
    Namespace: Glitch9.AIDevKit.OpenRouter
    Assembly: .dll
    Syntax
    public class ModelPricing

    Properties

    Completion

    Required. Cost per completion token.

    Declaration
    public string Completion { get; set; }
    Property Value
    Type Description
    string

    Image

    Required. Cost per image.

    Declaration
    public string Image { get; set; }
    Property Value
    Type Description
    string

    InputCacheRead

    Required. Cost for input cache read.

    Declaration
    public string InputCacheRead { get; set; }
    Property Value
    Type Description
    string

    InputCacheWrite

    Required. Cost for input cache write.

    Declaration
    public string InputCacheWrite { get; set; }
    Property Value
    Type Description
    string

    InternalReasoning

    Required. Cost for internal reasoning.

    Declaration
    public string InternalReasoning { get; set; }
    Property Value
    Type Description
    string

    Prompt

    Required. Cost per prompt token.

    Declaration
    public string Prompt { get; set; }
    Property Value
    Type Description
    string

    Request

    Required. Cost per request.

    Declaration
    public string Request { get; set; }
    Property Value
    Type Description
    string

    WebSearch

    Required. Cost for web search.

    Declaration
    public string WebSearch { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX