tokencostauto 0.1.75__py3-none-any.whl → 0.1.78__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.
@@ -14372,5 +14372,22 @@
14372
14372
  "source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview",
14373
14373
  "supports_web_search": true,
14374
14374
  "supports_url_context": true
14375
+ },
14376
+ "gpt-4o-audio-preview-2025-06-03": {
14377
+ "max_tokens": 16384,
14378
+ "max_input_tokens": 128000,
14379
+ "max_output_tokens": 16384,
14380
+ "input_cost_per_token": 2.5e-06,
14381
+ "input_cost_per_audio_token": 4e-05,
14382
+ "output_cost_per_token": 1e-05,
14383
+ "output_cost_per_audio_token": 8e-05,
14384
+ "litellm_provider": "openai",
14385
+ "mode": "chat",
14386
+ "supports_function_calling": true,
14387
+ "supports_parallel_function_calling": true,
14388
+ "supports_audio_input": true,
14389
+ "supports_audio_output": true,
14390
+ "supports_system_messages": true,
14391
+ "supports_tool_choice": true
14375
14392
  }
14376
14393
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.75
3
+ Version: 0.1.78
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=lWT-d25jGHcf8YPnebNSulqzD-mJr5qdEO6E75jU6RQ,514472
5
+ tokencostauto-0.1.78.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
+ tokencostauto-0.1.78.dist-info/METADATA,sha256=43fXq7t9oBQ56GTYPtg5rN1HM7cSZQaFINL3eU0N3PQ,204075
7
+ tokencostauto-0.1.78.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ tokencostauto-0.1.78.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
+ tokencostauto-0.1.78.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=ybyDU01lBpIIdQxzHa6BflntJHR3X7w8SQwlqUBUvJg,513838
5
- tokencostauto-0.1.75.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
- tokencostauto-0.1.75.dist-info/METADATA,sha256=dBHDunEuEAaD17eo-sOPyIv1G5ZISU_mfaqmifRw78E,204075
7
- tokencostauto-0.1.75.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- tokencostauto-0.1.75.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
- tokencostauto-0.1.75.dist-info/RECORD,,