tokencostauto 0.1.469__py3-none-any.whl → 0.1.472__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.
@@ -36033,5 +36033,84 @@
36033
36033
  "supports_system_messages": true,
36034
36034
  "supports_tool_choice": true,
36035
36035
  "supports_vision": false
36036
+ },
36037
+ "deepseek-v3-2-251201": {
36038
+ "input_cost_per_token": 0.0,
36039
+ "litellm_provider": "volcengine",
36040
+ "max_input_tokens": 98304,
36041
+ "max_output_tokens": 32768,
36042
+ "max_tokens": 32768,
36043
+ "mode": "chat",
36044
+ "output_cost_per_token": 0.0,
36045
+ "supports_assistant_prefill": true,
36046
+ "supports_function_calling": true,
36047
+ "supports_prompt_caching": true,
36048
+ "supports_reasoning": true,
36049
+ "supports_tool_choice": true
36050
+ },
36051
+ "glm-4-7-251222": {
36052
+ "input_cost_per_token": 0.0,
36053
+ "litellm_provider": "volcengine",
36054
+ "max_input_tokens": 204800,
36055
+ "max_output_tokens": 131072,
36056
+ "max_tokens": 131072,
36057
+ "mode": "chat",
36058
+ "output_cost_per_token": 0.0,
36059
+ "supports_assistant_prefill": true,
36060
+ "supports_function_calling": true,
36061
+ "supports_prompt_caching": true,
36062
+ "supports_reasoning": true,
36063
+ "supports_tool_choice": true
36064
+ },
36065
+ "kimi-k2-thinking-251104": {
36066
+ "input_cost_per_token": 0.0,
36067
+ "litellm_provider": "volcengine",
36068
+ "max_input_tokens": 229376,
36069
+ "max_output_tokens": 32768,
36070
+ "max_tokens": 32768,
36071
+ "mode": "chat",
36072
+ "output_cost_per_token": 0.0,
36073
+ "supports_assistant_prefill": true,
36074
+ "supports_function_calling": true,
36075
+ "supports_prompt_caching": true,
36076
+ "supports_reasoning": true,
36077
+ "supports_tool_choice": true
36078
+ },
36079
+ "gemini-robotics-er-1.5-preview": {
36080
+ "cache_read_input_token_cost": 0,
36081
+ "input_cost_per_token": 3e-07,
36082
+ "input_cost_per_audio_token": 1e-06,
36083
+ "litellm_provider": "gemini",
36084
+ "max_input_tokens": 1048576,
36085
+ "max_output_tokens": 65535,
36086
+ "max_tokens": 65535,
36087
+ "mode": "chat",
36088
+ "output_cost_per_token": 2.5e-06,
36089
+ "output_cost_per_reasoning_token": 2.5e-06,
36090
+ "source": "https://ai.google.dev/gemini-api/docs/models#gemini-robotics-er-1-5-preview",
36091
+ "supported_endpoints": [
36092
+ "/v1/chat/completions",
36093
+ "/v1/completions"
36094
+ ],
36095
+ "supported_modalities": [
36096
+ "text",
36097
+ "image",
36098
+ "video",
36099
+ "audio"
36100
+ ],
36101
+ "supported_output_modalities": [
36102
+ "text"
36103
+ ],
36104
+ "supports_audio_output": false,
36105
+ "supports_function_calling": true,
36106
+ "supports_parallel_function_calling": true,
36107
+ "supports_prompt_caching": false,
36108
+ "supports_reasoning": true,
36109
+ "supports_response_schema": true,
36110
+ "supports_system_messages": true,
36111
+ "supports_tool_choice": true,
36112
+ "supports_url_context": true,
36113
+ "supports_vision": true,
36114
+ "supports_web_search": true
36036
36115
  }
36037
36116
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.469
3
+ Version: 0.1.472
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=TqBRmUuikdXPSTrrfqk5w6Ct5GysEZlBH8tSem6p6f8,1280770
5
+ tokencostauto-0.1.472.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
+ tokencostauto-0.1.472.dist-info/METADATA,sha256=d1Yar8aHvhfRHJQSR56zEsMVczA91y0k2EKWoz_hNL4,204076
7
+ tokencostauto-0.1.472.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
8
+ tokencostauto-0.1.472.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
+ tokencostauto-0.1.472.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=dDdWCwlUHUGzYX6T0GcA-s9w_2z4NcbQNROxu-NNHrw,1278054
5
- tokencostauto-0.1.469.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
- tokencostauto-0.1.469.dist-info/METADATA,sha256=hBfQcGQ6YmD2oDaPtEd1LpHDfz_COAXhva4vVVQF-ss,204076
7
- tokencostauto-0.1.469.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
8
- tokencostauto-0.1.469.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
- tokencostauto-0.1.469.dist-info/RECORD,,