LiteLLM passthrough to call arbitrary models using their interface by setting provider="litellm". When doing so, the model needs to be a fully qualified model name which includes the LiteLLM provider route alongside the model name: {provider_route}/{model_name} . More information on how to call specific providers and their models can be found in the LiteLLM documentation.

