Skip to content

Commit

Permalink
updated models
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Oct 27, 2024
1 parent af31dc7 commit 76d5a6e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions tokencost/model_prices.json
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,22 @@
"supports_assistant_prefill": true,
"supports_prompt_caching": true
},
"claude-3-haiku-latest": {
"max_tokens": 4096,
"max_input_tokens": 200000,
"max_output_tokens": 4096,
"input_cost_per_token": 2.5e-07,
"output_cost_per_token": 1.25e-06,
"cache_creation_input_token_cost": 3e-07,
"cache_read_input_token_cost": 3e-08,
"litellm_provider": "anthropic",
"mode": "chat",
"supports_function_calling": true,
"supports_vision": true,
"tool_use_system_prompt_tokens": 264,
"supports_assistant_prefill": true,
"supports_prompt_caching": true
},
"claude-3-opus-20240229": {
"max_tokens": 4096,
"max_input_tokens": 200000,
Expand All @@ -1705,6 +1721,22 @@
"supports_assistant_prefill": true,
"supports_prompt_caching": true
},
"claude-3-opus-latest": {
"max_tokens": 4096,
"max_input_tokens": 200000,
"max_output_tokens": 4096,
"input_cost_per_token": 1.5e-05,
"output_cost_per_token": 7.5e-05,
"cache_creation_input_token_cost": 1.875e-05,
"cache_read_input_token_cost": 1.5e-06,
"litellm_provider": "anthropic",
"mode": "chat",
"supports_function_calling": true,
"supports_vision": true,
"tool_use_system_prompt_tokens": 395,
"supports_assistant_prefill": true,
"supports_prompt_caching": true
},
"claude-3-sonnet-20240229": {
"max_tokens": 4096,
"max_input_tokens": 200000,
Expand Down

0 comments on commit 76d5a6e

Please sign in to comment.