tokencostauto 0.1.464__tar.gz → 0.1.466__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.464
3
+ Version: 0.1.466
4
4
  Summary: To calculate token and translated USD cost of string and message calls to OpenAI, for example when used by AI agents
5
5
  Author-email: Trisha Pan <trishaepan@gmail.com>, Alex Reibman <areibman@gmail.com>, Pratyush Shukla <ps4534@nyu.edu>, Thiago MadPin <madpin@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/madpin/tokencostaudo
@@ -11,7 +11,7 @@ tokencostauto = ["model_prices.json"]
11
11
  [project]
12
12
 
13
13
  name = "tokencostauto"
14
- version = "0.1.464"
14
+ version = "0.1.466"
15
15
 
16
16
  authors = [
17
17
  { name = "Trisha Pan", email = "trishaepan@gmail.com" },
@@ -31659,6 +31659,9 @@
31659
31659
  "output_cost_per_token": 0.0
31660
31660
  },
31661
31661
  "azure_ai/claude-haiku-4-5": {
31662
+ "cache_creation_input_token_cost": 1.25e-06,
31663
+ "cache_creation_input_token_cost_above_1hr": 2e-06,
31664
+ "cache_read_input_token_cost": 1e-07,
31662
31665
  "input_cost_per_token": 1e-06,
31663
31666
  "litellm_provider": "azure_ai",
31664
31667
  "max_input_tokens": 200000,
@@ -31677,6 +31680,9 @@
31677
31680
  "supports_vision": true
31678
31681
  },
31679
31682
  "azure_ai/claude-opus-4-1": {
31683
+ "cache_creation_input_token_cost": 1.875e-05,
31684
+ "cache_creation_input_token_cost_above_1hr": 3e-05,
31685
+ "cache_read_input_token_cost": 1.5e-06,
31680
31686
  "input_cost_per_token": 1.5e-05,
31681
31687
  "litellm_provider": "azure_ai",
31682
31688
  "max_input_tokens": 200000,
@@ -31695,6 +31701,9 @@
31695
31701
  "supports_vision": true
31696
31702
  },
31697
31703
  "azure_ai/claude-sonnet-4-5": {
31704
+ "cache_creation_input_token_cost": 3.75e-06,
31705
+ "cache_creation_input_token_cost_above_1hr": 6e-06,
31706
+ "cache_read_input_token_cost": 3e-07,
31698
31707
  "input_cost_per_token": 3e-06,
31699
31708
  "litellm_provider": "azure_ai",
31700
31709
  "max_input_tokens": 200000,
@@ -35382,6 +35391,9 @@
35382
35391
  "supports_system_messages": true
35383
35392
  },
35384
35393
  "azure_ai/claude-opus-4-5": {
35394
+ "cache_creation_input_token_cost": 6.25e-06,
35395
+ "cache_creation_input_token_cost_above_1hr": 1e-05,
35396
+ "cache_read_input_token_cost": 5e-07,
35385
35397
  "input_cost_per_token": 5e-06,
35386
35398
  "litellm_provider": "azure_ai",
35387
35399
  "max_input_tokens": 200000,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.464
3
+ Version: 0.1.466
4
4
  Summary: To calculate token and translated USD cost of string and message calls to OpenAI, for example when used by AI agents
5
5
  Author-email: Trisha Pan <trishaepan@gmail.com>, Alex Reibman <areibman@gmail.com>, Pratyush Shukla <ps4534@nyu.edu>, Thiago MadPin <madpin@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/madpin/tokencostaudo
File without changes