diff --git a/litellm/llms/text_completion_codestral.py b/litellm/llms/text_completion_codestral.py index a6865b9533..9dbe3bb37b 100644 --- a/litellm/llms/text_completion_codestral.py +++ b/litellm/llms/text_completion_codestral.py @@ -365,6 +365,7 @@ class CodestralTextCompletion(BaseLLM): stream = optional_params.pop("stream", False) data = { + "model": model, "prompt": prompt, **optional_params, }