@pydantic/genai-prices 0.0.50 → 0.0.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -96,6 +96,7 @@ export declare interface Provider {
96
96
  api_pattern: string;
97
97
  description?: string;
98
98
  extractors?: UsageExtractor[];
99
+ fallback_model_providers?: string[];
99
100
  id: string;
100
101
  model_match?: MatchLogic;
101
102
  models: ModelInfo[];
package/dist/index.d.ts CHANGED
@@ -96,6 +96,7 @@ export declare interface Provider {
96
96
  api_pattern: string;
97
97
  description?: string;
98
98
  extractors?: UsageExtractor[];
99
+ fallback_model_providers?: string[];
99
100
  id: string;
100
101
  model_match?: MatchLogic;
101
102
  models: ModelInfo[];