Merge pull request #3069 from Manouchehri/add-opus-to-bedrock-3068

(feat): Add Claude v3 Opus on Amazon Bedrock.
This commit is contained in:
Krish Dholakia 2024-04-16 11:32:35 -07:00 committed by GitHub
commit 77df5d7658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

View file

@ -1742,6 +1742,15 @@
"litellm_provider": "bedrock",
"mode": "chat"
},
"anthropic.claude-3-opus-20240229-v1:0": {
"max_tokens": 4096,
"max_input_tokens": 200000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.000015,
"output_cost_per_token": 0.000075,
"litellm_provider": "bedrock",
"mode": "chat"
},
"anthropic.claude-v1": {
"max_tokens": 8191,
"max_input_tokens": 100000,

View file

@ -1742,6 +1742,15 @@
"litellm_provider": "bedrock",
"mode": "chat"
},
"anthropic.claude-3-opus-20240229-v1:0": {
"max_tokens": 4096,
"max_input_tokens": 200000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.000015,
"output_cost_per_token": 0.000075,
"litellm_provider": "bedrock",
"mode": "chat"
},
"anthropic.claude-v1": {
"max_tokens": 8191,
"max_input_tokens": 100000,