Search Results for

    Show / Hide Table of Contents

    Class ModelRecommendationResponse

    Inheritance
    object
    ModelRecommendationResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class ModelRecommendationResponse

    Properties

    DeprecatedAt

    Declaration
    [JsonPropertyName("deprecated_at")]
    public string? DeprecatedAt { get; set; }
    Property Value
    Type Description
    string

    Description

    Declaration
    [JsonPropertyName("description")]
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Family

    Declaration
    [JsonPropertyName("family")]
    public string? Family { get; set; }
    Property Value
    Type Description
    string

    FamilyGeneration

    Declaration
    [JsonPropertyName("family_generation")]
    public double? FamilyGeneration { get; set; }
    Property Value
    Type Description
    double?

    Id

    Declaration
    [JsonPropertyName("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    MaxContextTokens

    Declaration
    [JsonPropertyName("max_context_tokens")]
    public int MaxContextTokens { get; set; }
    Property Value
    Type Description
    int

    MaxOutputTokens

    Declaration
    [JsonPropertyName("max_output_tokens")]
    public int MaxOutputTokens { get; set; }
    Property Value
    Type Description
    int

    ModelId

    Declaration
    [JsonPropertyName("model_id")]
    public string ModelId { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Provider

    Declaration
    [JsonPropertyName("provider")]
    public string Provider { get; set; }
    Property Value
    Type Description
    string

    Reason

    Declaration
    [JsonPropertyName("reason")]
    public string Reason { get; set; }
    Property Value
    Type Description
    string

    RecommendationType

    Declaration
    [JsonPropertyName("recommendation_type")]
    public string RecommendationType { get; set; }
    Property Value
    Type Description
    string

    ReleasedAt

    Declaration
    [JsonPropertyName("released_at")]
    public string? ReleasedAt { get; set; }
    Property Value
    Type Description
    string

    SunsetAt

    Declaration
    [JsonPropertyName("sunset_at")]
    public string? SunsetAt { get; set; }
    Property Value
    Type Description
    string

    SupportsOpenaiArguments

    Declaration
    [JsonPropertyName("supports_openai_arguments")]
    public bool SupportsOpenaiArguments { get; set; }
    Property Value
    Type Description
    bool

    SupportsStreaming

    Declaration
    [JsonPropertyName("supports_streaming")]
    public bool SupportsStreaming { get; set; }
    Property Value
    Type Description
    bool

    SupportsStructuredOutput

    Declaration
    [JsonPropertyName("supports_structured_output")]
    public bool SupportsStructuredOutput { get; set; }
    Property Value
    Type Description
    bool

    SupportsThinking

    Declaration
    [JsonPropertyName("supports_thinking")]
    public bool SupportsThinking { get; set; }
    Property Value
    Type Description
    bool

    SupportsToolUse

    Declaration
    [JsonPropertyName("supports_tool_use")]
    public bool SupportsToolUse { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX