tokencostauto 0.1.483__tar.gz → 0.1.485__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.483
3
+ Version: 0.1.485
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.483"
14
+ version = "0.1.485"
15
15
 
16
16
  authors = [
17
17
  { name = "Trisha Pan", email = "trishaepan@gmail.com" },
@@ -36376,5 +36376,33 @@
36376
36376
  "supports_function_calling": true,
36377
36377
  "supports_tool_choice": true,
36378
36378
  "supports_vision": true
36379
+ },
36380
+ "together_ai/zai-org/GLM-4.7": {
36381
+ "input_cost_per_token": 4.5e-07,
36382
+ "litellm_provider": "together_ai",
36383
+ "max_input_tokens": 200000,
36384
+ "max_output_tokens": 200000,
36385
+ "max_tokens": 200000,
36386
+ "mode": "chat",
36387
+ "output_cost_per_token": 2e-06,
36388
+ "source": "https://www.together.ai/models/glm-4-7",
36389
+ "supports_function_calling": true,
36390
+ "supports_parallel_function_calling": true,
36391
+ "supports_reasoning": true,
36392
+ "supports_tool_choice": true
36393
+ },
36394
+ "together_ai/moonshotai/Kimi-K2.5": {
36395
+ "input_cost_per_token": 5e-07,
36396
+ "litellm_provider": "together_ai",
36397
+ "max_input_tokens": 256000,
36398
+ "max_output_tokens": 256000,
36399
+ "max_tokens": 256000,
36400
+ "mode": "chat",
36401
+ "output_cost_per_token": 2.8e-06,
36402
+ "source": "https://www.together.ai/models/kimi-k2-5",
36403
+ "supports_function_calling": true,
36404
+ "supports_tool_choice": true,
36405
+ "supports_vision": true,
36406
+ "supports_reasoning": true
36379
36407
  }
36380
36408
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.483
3
+ Version: 0.1.485
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