Class ModelRecommendationResponse
Inheritance
ModelRecommendationResponse
Assembly: Seclai.dll
Syntax
public sealed class ModelRecommendationResponse
Properties
DeprecatedAt
Declaration
[JsonPropertyName("deprecated_at")]
public string? DeprecatedAt { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
Family
Declaration
[JsonPropertyName("family")]
public string? Family { get; set; }
Property Value
FamilyGeneration
Declaration
[JsonPropertyName("family_generation")]
public double? FamilyGeneration { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
MaxContextTokens
Declaration
[JsonPropertyName("max_context_tokens")]
public int MaxContextTokens { get; set; }
Property Value
MaxOutputTokens
Declaration
[JsonPropertyName("max_output_tokens")]
public int MaxOutputTokens { get; set; }
Property Value
ModelId
Declaration
[JsonPropertyName("model_id")]
public string ModelId { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Provider
Declaration
[JsonPropertyName("provider")]
public string Provider { get; set; }
Property Value
Reason
Declaration
[JsonPropertyName("reason")]
public string Reason { get; set; }
Property Value
RecommendationType
Declaration
[JsonPropertyName("recommendation_type")]
public string RecommendationType { get; set; }
Property Value
ReleasedAt
Declaration
[JsonPropertyName("released_at")]
public string? ReleasedAt { get; set; }
Property Value
SunsetAt
Declaration
[JsonPropertyName("sunset_at")]
public string? SunsetAt { get; set; }
Property Value
SupportsOpenaiArguments
Declaration
[JsonPropertyName("supports_openai_arguments")]
public bool SupportsOpenaiArguments { get; set; }
Property Value
SupportsStreaming
Declaration
[JsonPropertyName("supports_streaming")]
public bool SupportsStreaming { get; set; }
Property Value
SupportsStructuredOutput
Declaration
[JsonPropertyName("supports_structured_output")]
public bool SupportsStructuredOutput { get; set; }
Property Value
SupportsThinking
Declaration
[JsonPropertyName("supports_thinking")]
public bool SupportsThinking { get; set; }
Property Value
Declaration
[JsonPropertyName("supports_tool_use")]
public bool SupportsToolUse { get; set; }
Property Value