Search Results for

    Show / Hide Table of Contents

    Class AiSupportedProviderModel

    Inheritance
    object
    AiSupportedProviderModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AiSupportedProviderModel

    Properties

    | Edit this page View Source

    ContextWindow

    Declaration
    [JsonProperty("contextWindow")]
    public long ContextWindow { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    DisplayName

    Declaration
    [JsonProperty("displayName")]
    public string? DisplayName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Features

    Declaration
    [JsonProperty("features")]
    public AiModelFeatures? Features { get; set; }
    Property Value
    Type Description
    AiModelFeatures
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public string? Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Intelligence

    Declaration
    [JsonProperty("intelligence")]
    public int Intelligence { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    KnowledgeCutoff

    Declaration
    [JsonProperty("knowledgeCutoff")]
    public DateTime? KnowledgeCutoff { get; set; }
    Property Value
    Type Description
    DateTime?
    | Edit this page View Source

    MaxOutputTokens

    Declaration
    [JsonProperty("maxOutputTokens")]
    public long MaxOutputTokens { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Modalities

    Declaration
    [JsonProperty("modalities")]
    public AiModelModalities? Modalities { get; set; }
    Property Value
    Type Description
    AiModelModalities
    | Edit this page View Source

    Price

    Declaration
    [JsonProperty("price")]
    public AiModelPrice? Price { get; set; }
    Property Value
    Type Description
    AiModelPrice
    | Edit this page View Source

    ProviderId

    Declaration
    [JsonProperty("providerId")]
    public long ProviderId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    ProviderName

    Declaration
    [JsonProperty("providerName")]
    public string? ProviderName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ProviderType

    Declaration
    [JsonProperty("providerType")]
    public string? ProviderType { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReleaseDate

    Declaration
    [JsonProperty("releaseDate")]
    public DateTime? ReleaseDate { get; set; }
    Property Value
    Type Description
    DateTime?
    | Edit this page View Source

    Speed

    Declaration
    [JsonProperty("speed")]
    public int Speed { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SupportReasoning

    Declaration
    [JsonProperty("supportReasoning")]
    public bool SupportReasoning { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX