router support setting pass_through_all_models

This commit is contained in:
Ishaan Jaff 2024-07-25 18:22:35 -07:00
parent 711496e260
commit e67daf79be

View file

@ -540,3 +540,6 @@ class RouterGeneralSettings(BaseModel):
async_only_mode: bool = Field( async_only_mode: bool = Field(
default=False default=False
) # this will only initialize async clients. Good for memory utils ) # this will only initialize async clients. Good for memory utils
pass_through_all_models: bool = Field(
default=False
) # if passed a model not llm_router model list, pass through the request to litellm.acompletion/embedding