mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
docs(bedrock.md): cleanup doc
This commit is contained in:
parent
2b13fe5b6c
commit
88ef3b41b6
2 changed files with 12 additions and 19 deletions
|
|
@ -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+
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Reference in a new issue