mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-12 06:13:36 +00:00
community: Added anthropic.claude-3-5-sonnet-20241022-v2:0 cost detials (#27728)
Added anthropic.claude-3-5-sonnet-20241022-v2:0 cost detials
This commit is contained in:
parent
dc171221b3
commit
028e0253d8
@ -10,6 +10,7 @@ MODEL_COST_PER_1K_INPUT_TOKENS = {
|
|||||||
"anthropic.claude-v2:1": 0.008,
|
"anthropic.claude-v2:1": 0.008,
|
||||||
"anthropic.claude-3-sonnet-20240229-v1:0": 0.003,
|
"anthropic.claude-3-sonnet-20240229-v1:0": 0.003,
|
||||||
"anthropic.claude-3-5-sonnet-20240620-v1:0": 0.003,
|
"anthropic.claude-3-5-sonnet-20240620-v1:0": 0.003,
|
||||||
|
"anthropic.claude-3-5-sonnet-20241022-v2:0": 0.003,
|
||||||
"anthropic.claude-3-haiku-20240307-v1:0": 0.00025,
|
"anthropic.claude-3-haiku-20240307-v1:0": 0.00025,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -19,6 +20,7 @@ MODEL_COST_PER_1K_OUTPUT_TOKENS = {
|
|||||||
"anthropic.claude-v2:1": 0.024,
|
"anthropic.claude-v2:1": 0.024,
|
||||||
"anthropic.claude-3-sonnet-20240229-v1:0": 0.015,
|
"anthropic.claude-3-sonnet-20240229-v1:0": 0.015,
|
||||||
"anthropic.claude-3-5-sonnet-20240620-v1:0": 0.015,
|
"anthropic.claude-3-5-sonnet-20240620-v1:0": 0.015,
|
||||||
|
"anthropic.claude-3-5-sonnet-20241022-v2:0": 0.015,
|
||||||
"anthropic.claude-3-haiku-20240307-v1:0": 0.00125,
|
"anthropic.claude-3-haiku-20240307-v1:0": 0.00125,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user