Class ModelMetadataEntry
Parsed entry from the LiteLLM model catalog.
public sealed record ModelMetadataEntry : IEquatable<ModelMetadataEntry>
- Inheritance
-
ModelMetadataEntry
- Implements
- Inherited Members
Properties
InputCostPerToken
public decimal? InputCostPerToken { get; init; }
Property Value
Key
public required string Key { get; init; }
Property Value
LitellmProvider
public string? LitellmProvider { get; init; }
Property Value
MaxInputTokens
public int? MaxInputTokens { get; init; }
Property Value
- int?
MaxOutputTokens
public int? MaxOutputTokens { get; init; }
Property Value
- int?
Mode
public string? Mode { get; init; }
Property Value
OutputCostPerToken
public decimal? OutputCostPerToken { get; init; }
Property Value
SupportsFunctionCalling
public bool? SupportsFunctionCalling { get; init; }
Property Value
- bool?
SupportsReasoning
public bool? SupportsReasoning { get; init; }
Property Value
- bool?
SupportsVision
public bool? SupportsVision { get; init; }
Property Value
- bool?