docs(bedrock.md): cleanup doc

This commit is contained in:
Krrish Dholakia 2025-02-27 12:35:03 -08:00
parent 2b13fe5b6c
commit 88ef3b41b6
2 changed files with 12 additions and 19 deletions

View file

@ -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+

View file

@ -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"]
callbacks: ["prometheus"]
general_settings:
disable_spend_logs: true