tokencostauto 0.1.318__tar.gz → 0.1.322__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.318
3
+ Version: 0.1.322
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.318"
14
+ version = "0.1.322"
15
15
 
16
16
  authors = [
17
17
  { name = "Trisha Pan", email = "trishaepan@gmail.com" },
@@ -17020,7 +17020,8 @@
17020
17020
  "max_tokens": 8192,
17021
17021
  "mode": "chat",
17022
17022
  "output_cost_per_token": 6.3e-07,
17023
- "supports_tool_choice": true
17023
+ "supports_tool_choice": true,
17024
+ "supports_vision": true
17024
17025
  },
17025
17026
  "fireworks_ai/accounts/fireworks/models/kimi-k2-instruct": {
17026
17027
  "input_cost_per_token": 6e-07,
@@ -19497,7 +19498,8 @@
19497
19498
  "output_cost_per_token": 6e-07,
19498
19499
  "litellm_provider": "deepinfra",
19499
19500
  "mode": "chat",
19500
- "supports_tool_choice": true
19501
+ "supports_tool_choice": true,
19502
+ "supports_vision": true
19501
19503
  },
19502
19504
  "deepinfra/nvidia/Llama-3.1-Nemotron-70B-Instruct": {
19503
19505
  "max_tokens": 131072,
@@ -23443,6 +23445,7 @@
23443
23445
  "supports_response_schema": true,
23444
23446
  "supports_tool_choice": true,
23445
23447
  "supports_vision": true,
23448
+ "supports_web_search": true,
23446
23449
  "tool_use_system_prompt_tokens": 346
23447
23450
  },
23448
23451
  "ollama/deepseek-v3.1:671b-cloud": {
@@ -25319,5 +25322,50 @@
25319
25322
  "max_input_tokens": 8192,
25320
25323
  "max_tokens": 8192,
25321
25324
  "mode": "embedding"
25325
+ },
25326
+ "gemini/gemini-embedding-001": {
25327
+ "input_cost_per_token": 1.5e-07,
25328
+ "litellm_provider": "gemini",
25329
+ "max_input_tokens": 2048,
25330
+ "max_tokens": 2048,
25331
+ "mode": "embedding",
25332
+ "output_cost_per_token": 0,
25333
+ "output_vector_size": 3072,
25334
+ "rpm": 10000,
25335
+ "source": "https://ai.google.dev/gemini-api/docs/embeddings#model-versions",
25336
+ "tpm": 10000000
25337
+ },
25338
+ "vercel_ai_gateway/zai/glm-4.6": {
25339
+ "litellm_provider": "vercel_ai_gateway",
25340
+ "cache_read_input_token_cost": 1.1e-07,
25341
+ "input_cost_per_token": 4.5e-07,
25342
+ "max_input_tokens": 200000,
25343
+ "max_output_tokens": 200000,
25344
+ "max_tokens": 200000,
25345
+ "mode": "chat",
25346
+ "output_cost_per_token": 1.8e-06,
25347
+ "source": "https://vercel.com/ai-gateway/models/glm-4.6",
25348
+ "supports_function_calling": true,
25349
+ "supports_parallel_function_calling": true,
25350
+ "supports_tool_choice": true
25351
+ },
25352
+ "openrouter/nvidia/nemotron-nano-9b-v2:free": {
25353
+ "input_cost_per_token": 0,
25354
+ "litellm_provider": "openrouter",
25355
+ "max_tokens": 128000,
25356
+ "mode": "chat",
25357
+ "output_cost_per_token": 0,
25358
+ "source": "https://openrouter.ai/nvidia/nemotron-nano-9b-v2:free",
25359
+ "supports_tool_choice": true
25360
+ },
25361
+ "openai/container": {
25362
+ "code_interpreter_cost_per_session": 0.03,
25363
+ "litellm_provider": "openai",
25364
+ "mode": "container"
25365
+ },
25366
+ "azure/container": {
25367
+ "code_interpreter_cost_per_session": 0.03,
25368
+ "litellm_provider": "azure",
25369
+ "mode": "container"
25322
25370
  }
25323
25371
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.318
3
+ Version: 0.1.322
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