mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
feat: add aihubmix provider pricing entries
Add 72 model price entries for the aihubmix openai_like provider so cost tracking and budgets work for aihubmix/* model calls. The provider is already registered in llms/openai_like/providers.json but model_prices_and_context_window.json had zero entries for it. The Anthropic-family entries (claude-fable-5, claude-haiku-4-5, claude-opus-4-8, claude-opus-5, claude-sonnet-5) carry the same supports_adaptive_thinking, thinking_always_on, supports_sampling_params, and prompt_cache_min_tokens flags already used by this repo's other Anthropic re-exports (azure_ai, databricks, openrouter, and so on) for the same underlying models, since those flags gate request shapes the provider otherwise rejects with a 400. TASK-2BK38Y
This commit is contained in:
parent
15bd8b0e4a
commit
8607c49ea1