Expand description
Model catalog from CodeTether API
Fetches model information from the “models” endpoint for each provider, including capabilities, costs, and limits. This is used to enrich our internal model information and provide better recommendations and cost estimates. The catalog is fetched on demand and cached in memory. It also integrates with the secrets manager to check which providers have API keys configured, allowing us to filter available models accordingly.
Structs§
- ApiModel
Info - Model information from the API
- Model
Catalog - Model catalog for looking up models
- Model
Cost - Model cost information (per million tokens)
- Model
Limit - Model limits
- Model
Modalities - Model modalities
- Provider
Info - Provider information
Type Aliases§
- Models
ApiResponse - The full API response