tokencostauto 0.1.460__tar.gz → 0.1.462__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.
- {tokencostauto-0.1.460/tokencostauto.egg-info → tokencostauto-0.1.462}/PKG-INFO +1 -1
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/pyproject.toml +1 -1
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/tokencostauto/model_prices.json +19 -6
- {tokencostauto-0.1.460 → tokencostauto-0.1.462/tokencostauto.egg-info}/PKG-INFO +1 -1
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/LICENSE +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/MANIFEST.in +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/README.md +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/setup.cfg +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/tests/test_costs.py +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/tokencostauto/__init__.py +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/tokencostauto/constants.py +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/tokencostauto/costs.py +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/tokencostauto.egg-info/SOURCES.txt +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/tokencostauto.egg-info/dependency_links.txt +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/tokencostauto.egg-info/requires.txt +0 -0
- {tokencostauto-0.1.460 → tokencostauto-0.1.462}/tokencostauto.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tokencostauto
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.462
|
|
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
|
|
@@ -17766,8 +17766,8 @@
|
|
|
17766
17766
|
"supports_tool_choice": true
|
|
17767
17767
|
},
|
|
17768
17768
|
"gemini/gemini-2.5-flash-lite": {
|
|
17769
|
-
"cache_read_input_token_cost":
|
|
17770
|
-
"input_cost_per_audio_token":
|
|
17769
|
+
"cache_read_input_token_cost": 1e-08,
|
|
17770
|
+
"input_cost_per_audio_token": 3e-07,
|
|
17771
17771
|
"input_cost_per_token": 1e-07,
|
|
17772
17772
|
"litellm_provider": "gemini",
|
|
17773
17773
|
"max_audio_length_hours": 8.4,
|
|
@@ -17813,8 +17813,8 @@
|
|
|
17813
17813
|
"tpm": 250000
|
|
17814
17814
|
},
|
|
17815
17815
|
"gemini-2.5-flash-lite": {
|
|
17816
|
-
"cache_read_input_token_cost":
|
|
17817
|
-
"input_cost_per_audio_token":
|
|
17816
|
+
"cache_read_input_token_cost": 1e-08,
|
|
17817
|
+
"input_cost_per_audio_token": 3e-07,
|
|
17818
17818
|
"input_cost_per_token": 1e-07,
|
|
17819
17819
|
"litellm_provider": "vertex_ai-language-models",
|
|
17820
17820
|
"max_audio_length_hours": 8.4,
|
|
@@ -23082,7 +23082,7 @@
|
|
|
23082
23082
|
"supports_tool_choice": true
|
|
23083
23083
|
},
|
|
23084
23084
|
"gemini-2.5-flash-lite-preview-09-2025": {
|
|
23085
|
-
"cache_read_input_token_cost":
|
|
23085
|
+
"cache_read_input_token_cost": 1e-08,
|
|
23086
23086
|
"input_cost_per_audio_token": 3e-07,
|
|
23087
23087
|
"input_cost_per_token": 1e-07,
|
|
23088
23088
|
"litellm_provider": "vertex_ai-language-models",
|
|
@@ -23262,7 +23262,7 @@
|
|
|
23262
23262
|
"supports_web_search": true
|
|
23263
23263
|
},
|
|
23264
23264
|
"gemini/gemini-2.5-flash-lite-preview-09-2025": {
|
|
23265
|
-
"cache_read_input_token_cost":
|
|
23265
|
+
"cache_read_input_token_cost": 1e-08,
|
|
23266
23266
|
"input_cost_per_audio_token": 3e-07,
|
|
23267
23267
|
"input_cost_per_token": 1e-07,
|
|
23268
23268
|
"litellm_provider": "gemini",
|
|
@@ -35644,5 +35644,18 @@
|
|
|
35644
35644
|
"supports_parallel_function_calling": true,
|
|
35645
35645
|
"supports_response_schema": true,
|
|
35646
35646
|
"supports_vision": true
|
|
35647
|
+
},
|
|
35648
|
+
"sarvam/sarvam-m": {
|
|
35649
|
+
"cache_creation_input_token_cost": 0,
|
|
35650
|
+
"cache_creation_input_token_cost_above_1hr": 0,
|
|
35651
|
+
"cache_read_input_token_cost": 0,
|
|
35652
|
+
"input_cost_per_token": 0,
|
|
35653
|
+
"litellm_provider": "sarvam",
|
|
35654
|
+
"max_input_tokens": 8192,
|
|
35655
|
+
"max_output_tokens": 32000,
|
|
35656
|
+
"max_tokens": 32000,
|
|
35657
|
+
"mode": "chat",
|
|
35658
|
+
"output_cost_per_token": 0,
|
|
35659
|
+
"supports_reasoning": true
|
|
35647
35660
|
}
|
|
35648
35661
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tokencostauto
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.462
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|