diff --git a/litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml b/litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml new file mode 100644 index 00000000000..c1e3e0506ef --- /dev/null +++ b/litellm/proxy/example_config_yaml/azure_config_with_tpm.yaml @@ -0,0 +1,13 @@ +model_list: + - model_name: gpt-3.5-turbo + litellm_params: + model: azure/gpt-35-1 + api_base: https://my-endpoint-canada-berri992.openai.azure.com/ + api_key: 73g + tpm: 80_000 + - model_name: gpt-3.5-turbo + litellm_params: + model: azure/gpt-35-2 + api_base: https://my-endpoint-europe-berri-992.openai.azure.com/ + api_key: 9kj + tpm: 80_000 \ No newline at end of file