diff --git a/tokencost/costs.py b/tokencost/costs.py index 55f38d1..209f584 100644 --- a/tokencost/costs.py +++ b/tokencost/costs.py @@ -20,6 +20,7 @@ def get_anthropic_token_count(messages: List[Dict[str, str]], model: str) -> int if not any( supported_model in model for supported_model in [ + "claude-3-7-sonnet", "claude-3-5-sonnet", "claude-3-5-haiku", "claude-3-haiku",