diff --git a/docs/my-website/docs/providers/bedrock.md b/docs/my-website/docs/providers/bedrock.md index 8921518ad3f..816c260770c 100644 --- a/docs/my-website/docs/providers/bedrock.md +++ b/docs/my-website/docs/providers/bedrock.md @@ -379,7 +379,7 @@ print(f"\nResponse: {resp}") ## Usage - 'thinking' / 'reasoning content' -This is currently only supported for Anthropic's Claude 3.5 Sonnet. +This is currently only supported for Anthropic's Claude 3.7 Sonnet. Works for: - sync completion calls (SDK) - v1.61.19+ diff --git a/litellm/proxy/_new_secret_config.yaml b/litellm/proxy/_new_secret_config.yaml index d9180abd4e1..400c6e057b1 100644 --- a/litellm/proxy/_new_secret_config.yaml +++ b/litellm/proxy/_new_secret_config.yaml @@ -1,22 +1,15 @@ model_list: - - model_name: claude-3.7 + - model_name: gpt-4o-mini litellm_params: - model: openai/gpt-3.5-turbo - api_key: os.environ/OPENAI_API_KEY - api_base: http://0.0.0.0:8090 - - model_name: deepseek-r1 - litellm_params: - model: bedrock/deepseek_r1/arn:aws:bedrock:us-west-2:888602223428:imported-model/bnnr6463ejgf - - model_name: deepseek-r1-api - litellm_params: - model: deepseek/deepseek-reasoner - - model_name: cohere.embed-english-v3 - litellm_params: - model: bedrock/cohere.embed-english-v3 - api_key: os.environ/COHERE_API_KEY - - model_name: bedrock-claude-3-7 - litellm_params: - model: bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0 + custom_llm_provider: azure + model: gpt-4o-mini + api_version: "2024-10-21" + api_base: os.environ/AZURE_API_BASE + api_key: os.environ/AZURE_API_KEY litellm_settings: - callbacks: ["langfuse"] \ No newline at end of file + callbacks: ["prometheus"] + +general_settings: + disable_spend_logs: true + \ No newline at end of file