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:
tkubo-heroz 2024-10-30 23:01:01 +09:00 committed by GitHub
parent dc171221b3
commit 028e0253d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ MODEL_COST_PER_1K_INPUT_TOKENS = {
"anthropic.claude-v2:1": 0.008,
"anthropic.claude-3-sonnet-20240229-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,
}
@ -19,6 +20,7 @@ MODEL_COST_PER_1K_OUTPUT_TOKENS = {
"anthropic.claude-v2:1": 0.024,
"anthropic.claude-3-sonnet-20240229-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,
}