tokencostauto 0.1.82__py3-none-any.whl → 0.1.85__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.
@@ -14490,7 +14490,8 @@
14490
14490
  "source": "https://mistral.ai/news/magistral",
14491
14491
  "supports_function_calling": true,
14492
14492
  "supports_assistant_prefill": true,
14493
- "supports_tool_choice": true
14493
+ "supports_tool_choice": true,
14494
+ "supports_reasoning": true
14494
14495
  },
14495
14496
  "mistral/magistral-small-2506": {
14496
14497
  "max_tokens": 40000,
@@ -14503,7 +14504,8 @@
14503
14504
  "source": "https://mistral.ai/news/magistral",
14504
14505
  "supports_function_calling": true,
14505
14506
  "supports_assistant_prefill": true,
14506
- "supports_tool_choice": true
14507
+ "supports_tool_choice": true,
14508
+ "supports_reasoning": true
14507
14509
  },
14508
14510
  "vertex_ai/claude-opus-4": {
14509
14511
  "max_tokens": 32000,
@@ -15054,5 +15056,29 @@
15054
15056
  "metadata": {
15055
15057
  "notes": "Deepgram's hosted OpenAI Whisper models - pricing may differ from native Deepgram models"
15056
15058
  }
15059
+ },
15060
+ "azure/gpt-4o-transcribe": {
15061
+ "mode": "audio_transcription",
15062
+ "max_input_tokens": 16000,
15063
+ "max_output_tokens": 2000,
15064
+ "input_cost_per_token": 2.5e-06,
15065
+ "input_cost_per_audio_token": 6e-06,
15066
+ "output_cost_per_token": 1e-05,
15067
+ "litellm_provider": "azure",
15068
+ "supported_endpoints": [
15069
+ "/v1/audio/transcriptions"
15070
+ ]
15071
+ },
15072
+ "azure/gpt-4o-mini-transcribe": {
15073
+ "mode": "audio_transcription",
15074
+ "max_input_tokens": 16000,
15075
+ "max_output_tokens": 2000,
15076
+ "input_cost_per_token": 1.25e-06,
15077
+ "input_cost_per_audio_token": 3e-06,
15078
+ "output_cost_per_token": 5e-06,
15079
+ "litellm_provider": "azure",
15080
+ "supported_endpoints": [
15081
+ "/v1/audio/transcriptions"
15082
+ ]
15057
15083
  }
15058
15084
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.82
3
+ Version: 0.1.85
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=hY9VfqdJ_szZ8cEj2w7JPOXYxXHqKO8tP7zeAztLb8g,538426
5
+ tokencostauto-0.1.85.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
+ tokencostauto-0.1.85.dist-info/METADATA,sha256=xUwciLBZ_XQhGQgh9id0OvOy_RiKDadjyEE4yfYXhPg,204075
7
+ tokencostauto-0.1.85.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ tokencostauto-0.1.85.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
+ tokencostauto-0.1.85.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=G66Sw8vJkf75lRJeaUohGawesDpN2jRMQ7Ed24Tox-E,537560
5
- tokencostauto-0.1.82.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
- tokencostauto-0.1.82.dist-info/METADATA,sha256=45JTEL3YkmMu9keOTHPacDSlVQzAfuvOMHL0lH_Sst0,204075
7
- tokencostauto-0.1.82.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- tokencostauto-0.1.82.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
- tokencostauto-0.1.82.dist-info/RECORD,,