tokencostauto 0.1.417__py3-none-any.whl → 0.1.420__py3-none-any.whl

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.
@@ -33206,5 +33206,39 @@
33206
33206
  "supports_system_messages": true,
33207
33207
  "max_input_tokens": 200000,
33208
33208
  "max_output_tokens": 8192
33209
+ },
33210
+ "azure/gpt-5.2-chat": {
33211
+ "cache_read_input_token_cost": 1.75e-07,
33212
+ "cache_read_input_token_cost_priority": 3.5e-07,
33213
+ "input_cost_per_token": 1.75e-06,
33214
+ "input_cost_per_token_priority": 3.5e-06,
33215
+ "litellm_provider": "azure",
33216
+ "max_input_tokens": 128000,
33217
+ "max_output_tokens": 16384,
33218
+ "max_tokens": 16384,
33219
+ "mode": "chat",
33220
+ "output_cost_per_token": 1.4e-05,
33221
+ "output_cost_per_token_priority": 2.8e-05,
33222
+ "supported_endpoints": [
33223
+ "/v1/chat/completions",
33224
+ "/v1/responses"
33225
+ ],
33226
+ "supported_modalities": [
33227
+ "text",
33228
+ "image"
33229
+ ],
33230
+ "supported_output_modalities": [
33231
+ "text"
33232
+ ],
33233
+ "supports_function_calling": true,
33234
+ "supports_native_streaming": true,
33235
+ "supports_parallel_function_calling": true,
33236
+ "supports_pdf_input": true,
33237
+ "supports_prompt_caching": true,
33238
+ "supports_reasoning": true,
33239
+ "supports_response_schema": true,
33240
+ "supports_system_messages": true,
33241
+ "supports_tool_choice": true,
33242
+ "supports_vision": true
33209
33243
  }
33210
33244
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.417
3
+ Version: 0.1.420
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
@@ -0,0 +1,9 @@
1
+ tokencostauto/__init__.py,sha256=-4d_ryFH62SgNXPXA8vGPFZoAKtOBjnsg37EB_RkZG8,289
2
+ tokencostauto/constants.py,sha256=_82MlTkTrdrwzyRosQD7d3JdgNP9KAUM-cZo8DE00P0,3395
3
+ tokencostauto/costs.py,sha256=tXsgrTypq-dCHaHtoXcg2XepezWsAvZpl9gEsv_53iE,10679
4
+ tokencostauto/model_prices.json,sha256=7Y6MXqDuL0776iGQNaJOPqo31wYqZUrT7HIZ-0kdefw,1181451
5
+ tokencostauto-0.1.420.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
+ tokencostauto-0.1.420.dist-info/METADATA,sha256=-Dwh3G9_zaDQ9SJNvHmJ9PL8c-UC4dQdh12iCquRuS0,204076
7
+ tokencostauto-0.1.420.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ tokencostauto-0.1.420.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
+ tokencostauto-0.1.420.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- tokencostauto/__init__.py,sha256=-4d_ryFH62SgNXPXA8vGPFZoAKtOBjnsg37EB_RkZG8,289
2
- tokencostauto/constants.py,sha256=_82MlTkTrdrwzyRosQD7d3JdgNP9KAUM-cZo8DE00P0,3395
3
- tokencostauto/costs.py,sha256=tXsgrTypq-dCHaHtoXcg2XepezWsAvZpl9gEsv_53iE,10679
4
- tokencostauto/model_prices.json,sha256=DJhyIIeae4SHDuXQOYqTV4RuoSdcYHmpa77ssk_4ECU,1180294
5
- tokencostauto-0.1.417.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
- tokencostauto-0.1.417.dist-info/METADATA,sha256=gwGPpe4AgKqnOt2q1GhzLgN6YvNf0OP9d_zTAcG0WfU,204076
7
- tokencostauto-0.1.417.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- tokencostauto-0.1.417.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
- tokencostauto-0.1.417.dist-info/RECORD,,