tokencostauto 0.1.97__py3-none-any.whl → 0.1.100__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.
- tokencostauto/model_prices.json +32 -3
- {tokencostauto-0.1.97.dist-info → tokencostauto-0.1.100.dist-info}/METADATA +1 -1
- tokencostauto-0.1.100.dist-info/RECORD +9 -0
- tokencostauto-0.1.97.dist-info/RECORD +0 -9
- {tokencostauto-0.1.97.dist-info → tokencostauto-0.1.100.dist-info}/WHEEL +0 -0
- {tokencostauto-0.1.97.dist-info → tokencostauto-0.1.100.dist-info}/licenses/LICENSE +0 -0
- {tokencostauto-0.1.97.dist-info → tokencostauto-0.1.100.dist-info}/top_level.txt +0 -0
tokencostauto/model_prices.json
CHANGED
@@ -11692,9 +11692,9 @@
|
|
11692
11692
|
"max_tokens": 100000,
|
11693
11693
|
"max_input_tokens": 200000,
|
11694
11694
|
"max_output_tokens": 100000,
|
11695
|
-
"input_cost_per_token":
|
11696
|
-
"output_cost_per_token":
|
11697
|
-
"cache_read_input_token_cost":
|
11695
|
+
"input_cost_per_token": 2e-06,
|
11696
|
+
"output_cost_per_token": 8e-06,
|
11697
|
+
"cache_read_input_token_cost": 5e-07,
|
11698
11698
|
"litellm_provider": "azure",
|
11699
11699
|
"mode": "chat",
|
11700
11700
|
"supported_endpoints": [
|
@@ -15658,5 +15658,34 @@
|
|
15658
15658
|
"supports_tool_choice": true,
|
15659
15659
|
"supports_reasoning": true,
|
15660
15660
|
"supports_computer_use": true
|
15661
|
+
},
|
15662
|
+
"azure/codex-mini": {
|
15663
|
+
"max_tokens": 100000,
|
15664
|
+
"max_input_tokens": 200000,
|
15665
|
+
"max_output_tokens": 100000,
|
15666
|
+
"input_cost_per_token": 1.5e-06,
|
15667
|
+
"output_cost_per_token": 6e-06,
|
15668
|
+
"cache_read_input_token_cost": 3.75e-07,
|
15669
|
+
"litellm_provider": "azure",
|
15670
|
+
"mode": "responses",
|
15671
|
+
"supports_pdf_input": true,
|
15672
|
+
"supports_function_calling": true,
|
15673
|
+
"supports_parallel_function_calling": true,
|
15674
|
+
"supports_vision": true,
|
15675
|
+
"supports_prompt_caching": true,
|
15676
|
+
"supports_system_messages": true,
|
15677
|
+
"supports_response_schema": true,
|
15678
|
+
"supports_tool_choice": true,
|
15679
|
+
"supports_reasoning": true,
|
15680
|
+
"supported_modalities": [
|
15681
|
+
"text",
|
15682
|
+
"image"
|
15683
|
+
],
|
15684
|
+
"supported_output_modalities": [
|
15685
|
+
"text"
|
15686
|
+
],
|
15687
|
+
"supported_endpoints": [
|
15688
|
+
"/v1/responses"
|
15689
|
+
]
|
15661
15690
|
}
|
15662
15691
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tokencostauto
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.100
|
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=2tm5giElPWeuZt2jD1P_-jm42a6VIUlg9JLIpfzE-DQ,559726
|
5
|
+
tokencostauto-0.1.100.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
6
|
+
tokencostauto-0.1.100.dist-info/METADATA,sha256=s1HiIibyzmgbOeKxJBQ3opMu7sTn0e_TT7QaznuVSUE,204076
|
7
|
+
tokencostauto-0.1.100.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
+
tokencostauto-0.1.100.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
9
|
+
tokencostauto-0.1.100.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=GC6JCcBcvdJCFZ_IOYljbU6N_SXwCsTAMKysk4MNpzY,558806
|
5
|
-
tokencostauto-0.1.97.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
6
|
-
tokencostauto-0.1.97.dist-info/METADATA,sha256=VI4ni3MeR56Oi9h70YB9R2lFiJrVCpNccnt9e37TBMA,204075
|
7
|
-
tokencostauto-0.1.97.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
-
tokencostauto-0.1.97.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
9
|
-
tokencostauto-0.1.97.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|