From 7a0ea9867df1573f3847b6cd227dd39be7c2a8fa Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 03:38:14 +0000 Subject: [PATCH] docs(fireworks): drop provider example from get_model_cost_key docstring Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm/llms/base_llm/base_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/litellm/llms/base_llm/base_utils.py b/litellm/llms/base_llm/base_utils.py index 32f98fbc933..a446a721307 100644 --- a/litellm/llms/base_llm/base_utils.py +++ b/litellm/llms/base_llm/base_utils.py @@ -54,8 +54,7 @@ class BaseLLMModelInfo(ABC): """ Maps the model name a user sends to the key `litellm.model_cost` stores it under, when the two differ. `get_model_info` tries this key once the exact `model` and `provider/model` keys miss. The default None means - the provider's user-facing names already match the cost map, so there is nothing extra to try. Fireworks - overrides it: `deepseek-r1` -> `fireworks_ai/accounts/fireworks/models/deepseek-r1`. + the provider's user-facing names already match the cost map, so there is nothing extra to try. """ return None