From af1cd9e06f900e8bba35d4083847cf2e2b97f60a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 25 Jul 2024 19:17:20 -0700 Subject: [PATCH] docs on pass through support --- docs/my-website/docs/proxy/configs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/my-website/docs/proxy/configs.md b/docs/my-website/docs/proxy/configs.md index ecd82375e5..cb0841c60c 100644 --- a/docs/my-website/docs/proxy/configs.md +++ b/docs/my-website/docs/proxy/configs.md @@ -59,6 +59,13 @@ model_list: rpm: 1440 model_info: version: 2 + + # Use this if you want to make requests to `claude-3-haiku-20240307`,`claude-3-opus-20240229`,`claude-2.1` without defining them on the config.yaml + # Default models + # Works for ALL Providers and needs the default provider credentials in .env + - model_name: "*" + litellm_params: + model: "*" litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py drop_params: True