tokencostauto 0.1.452__tar.gz → 0.1.454__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.452/tokencostauto.egg-info → tokencostauto-0.1.454}/PKG-INFO +1 -1
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/pyproject.toml +1 -1
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/tokencostauto/model_prices.json +33 -2
- {tokencostauto-0.1.452 → tokencostauto-0.1.454/tokencostauto.egg-info}/PKG-INFO +1 -1
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/LICENSE +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/MANIFEST.in +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/README.md +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/setup.cfg +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/tests/test_costs.py +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/tokencostauto/__init__.py +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/tokencostauto/constants.py +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/tokencostauto/costs.py +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/tokencostauto.egg-info/SOURCES.txt +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/tokencostauto.egg-info/dependency_links.txt +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/tokencostauto.egg-info/requires.txt +0 -0
- {tokencostauto-0.1.452 → tokencostauto-0.1.454}/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.454
|
|
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
|
|
@@ -33983,13 +33983,13 @@
|
|
|
33983
33983
|
]
|
|
33984
33984
|
},
|
|
33985
33985
|
"vertex_ai/zai-org/glm-4.7-maas": {
|
|
33986
|
-
"input_cost_per_token":
|
|
33986
|
+
"input_cost_per_token": 6e-07,
|
|
33987
33987
|
"litellm_provider": "vertex_ai-zai_models",
|
|
33988
33988
|
"max_input_tokens": 200000,
|
|
33989
33989
|
"max_output_tokens": 128000,
|
|
33990
33990
|
"max_tokens": 128000,
|
|
33991
33991
|
"mode": "chat",
|
|
33992
|
-
"output_cost_per_token":
|
|
33992
|
+
"output_cost_per_token": 2.2e-06,
|
|
33993
33993
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing#partner-models",
|
|
33994
33994
|
"supports_function_calling": true,
|
|
33995
33995
|
"supports_reasoning": true,
|
|
@@ -35511,5 +35511,36 @@
|
|
|
35511
35511
|
],
|
|
35512
35512
|
"supports_reasoning": true,
|
|
35513
35513
|
"supports_tool_choice": true
|
|
35514
|
+
},
|
|
35515
|
+
"azure/gpt-5.2-codex": {
|
|
35516
|
+
"cache_read_input_token_cost": 1.75e-07,
|
|
35517
|
+
"input_cost_per_token": 1.75e-06,
|
|
35518
|
+
"litellm_provider": "azure",
|
|
35519
|
+
"max_input_tokens": 128000,
|
|
35520
|
+
"max_output_tokens": 16384,
|
|
35521
|
+
"max_tokens": 16384,
|
|
35522
|
+
"mode": "chat",
|
|
35523
|
+
"output_cost_per_token": 1.4e-05,
|
|
35524
|
+
"supported_endpoints": [
|
|
35525
|
+
"/v1/chat/completions",
|
|
35526
|
+
"/v1/responses"
|
|
35527
|
+
],
|
|
35528
|
+
"supported_modalities": [
|
|
35529
|
+
"text",
|
|
35530
|
+
"image"
|
|
35531
|
+
],
|
|
35532
|
+
"supported_output_modalities": [
|
|
35533
|
+
"text"
|
|
35534
|
+
],
|
|
35535
|
+
"supports_function_calling": true,
|
|
35536
|
+
"supports_native_streaming": true,
|
|
35537
|
+
"supports_parallel_function_calling": true,
|
|
35538
|
+
"supports_pdf_input": true,
|
|
35539
|
+
"supports_prompt_caching": true,
|
|
35540
|
+
"supports_reasoning": true,
|
|
35541
|
+
"supports_response_schema": true,
|
|
35542
|
+
"supports_system_messages": true,
|
|
35543
|
+
"supports_tool_choice": true,
|
|
35544
|
+
"supports_vision": true
|
|
35514
35545
|
}
|
|
35515
35546
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tokencostauto
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.454
|
|
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
|