diff --git a/litellm/llms/black_forest_labs/image_edit/handler.py b/litellm/llms/black_forest_labs/image_edit/handler.py index 26a651cb7f5..38abb497e53 100644 --- a/litellm/llms/black_forest_labs/image_edit/handler.py +++ b/litellm/llms/black_forest_labs/image_edit/handler.py @@ -212,7 +212,8 @@ class BlackForestLabsImageEdit: headers.update(extra_headers) # Get complete URL - api_base = self.config.get_complete_url( + # Get complete URL + complete_url = self.config.get_complete_url( model=model, api_base=api_base, litellm_params=litellm_params_dict,