mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
update bedrock claude-3-5 max_tokens
This commit is contained in:
parent
821e4bbdf0
commit
58608a9422
2 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ SUPPORT_STREAM_MODELS = {
|
|||
"anthropic.claude-3-opus-20240229-v1:0": 4096,
|
||||
# Claude 3.5 Sonnet
|
||||
"anthropic.claude-3-5-sonnet-20240620-v1:0": 8192,
|
||||
"anthropic.claude-3-5-sonnet-20241022-v2:0": 8192,
|
||||
"us.anthropic.claude-3-5-sonnet-20241022-v2:0": 8192,
|
||||
# Claude 3.7 Sonnet
|
||||
"us.anthropic.claude-3-7-sonnet-20250219-v1:0": 131072,
|
||||
"anthropic.claude-3-7-sonnet-20250219-v1:0": 131072,
|
||||
|
|
|
|||
|
|
@ -93,6 +93,8 @@ TOKEN_COSTS = {
|
|||
"openai/o1-preview": {"prompt": 0.015, "completion": 0.06},
|
||||
"openai/o1-mini": {"prompt": 0.003, "completion": 0.012},
|
||||
"anthropic/claude-3-opus": {"prompt": 0.015, "completion": 0.075},
|
||||
"anthropic.claude-3-5-sonnet-20241022-v2:0": {"prompt": 0.003, "completion": 0.015},
|
||||
"us.anthropic.claude-3-5-sonnet-20241022-v2:0": {"prompt": 0.003, "completion": 0.015},
|
||||
"anthropic/claude-3.7-sonnet": {"prompt": 0.003, "completion": 0.015},
|
||||
"anthropic/claude-3.7-sonnet:beta": {"prompt": 0.003, "completion": 0.015},
|
||||
"anthropic/claude-3.7-sonnet:thinking": {"prompt": 0.003, "completion": 0.015},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue