tokencostauto 0.1.384__py3-none-any.whl → 0.1.386__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 +54 -0
- {tokencostauto-0.1.384.dist-info → tokencostauto-0.1.386.dist-info}/METADATA +1 -1
- tokencostauto-0.1.386.dist-info/RECORD +9 -0
- tokencostauto-0.1.384.dist-info/RECORD +0 -9
- {tokencostauto-0.1.384.dist-info → tokencostauto-0.1.386.dist-info}/WHEEL +0 -0
- {tokencostauto-0.1.384.dist-info → tokencostauto-0.1.386.dist-info}/licenses/LICENSE +0 -0
- {tokencostauto-0.1.384.dist-info → tokencostauto-0.1.386.dist-info}/top_level.txt +0 -0
tokencostauto/model_prices.json
CHANGED
|
@@ -29095,5 +29095,59 @@
|
|
|
29095
29095
|
"supports_response_schema": true,
|
|
29096
29096
|
"supports_tool_choice": true,
|
|
29097
29097
|
"supports_vision": true
|
|
29098
|
+
},
|
|
29099
|
+
"amazon-nova/nova-micro-v1": {
|
|
29100
|
+
"input_cost_per_token": 3.5e-08,
|
|
29101
|
+
"litellm_provider": "amazon_nova",
|
|
29102
|
+
"max_input_tokens": 128000,
|
|
29103
|
+
"max_output_tokens": 10000,
|
|
29104
|
+
"max_tokens": 10000,
|
|
29105
|
+
"mode": "chat",
|
|
29106
|
+
"output_cost_per_token": 1.4e-07,
|
|
29107
|
+
"supports_function_calling": true,
|
|
29108
|
+
"supports_prompt_caching": true,
|
|
29109
|
+
"supports_response_schema": true
|
|
29110
|
+
},
|
|
29111
|
+
"amazon-nova/nova-lite-v1": {
|
|
29112
|
+
"input_cost_per_token": 6e-08,
|
|
29113
|
+
"litellm_provider": "amazon_nova",
|
|
29114
|
+
"max_input_tokens": 300000,
|
|
29115
|
+
"max_output_tokens": 10000,
|
|
29116
|
+
"max_tokens": 10000,
|
|
29117
|
+
"mode": "chat",
|
|
29118
|
+
"output_cost_per_token": 2.4e-07,
|
|
29119
|
+
"supports_function_calling": true,
|
|
29120
|
+
"supports_pdf_input": true,
|
|
29121
|
+
"supports_prompt_caching": true,
|
|
29122
|
+
"supports_response_schema": true,
|
|
29123
|
+
"supports_vision": true
|
|
29124
|
+
},
|
|
29125
|
+
"amazon-nova/nova-premier-v1": {
|
|
29126
|
+
"input_cost_per_token": 2.5e-06,
|
|
29127
|
+
"litellm_provider": "amazon_nova",
|
|
29128
|
+
"max_input_tokens": 1000000,
|
|
29129
|
+
"max_output_tokens": 10000,
|
|
29130
|
+
"max_tokens": 10000,
|
|
29131
|
+
"mode": "chat",
|
|
29132
|
+
"output_cost_per_token": 1.25e-05,
|
|
29133
|
+
"supports_function_calling": true,
|
|
29134
|
+
"supports_pdf_input": true,
|
|
29135
|
+
"supports_prompt_caching": false,
|
|
29136
|
+
"supports_response_schema": true,
|
|
29137
|
+
"supports_vision": true
|
|
29138
|
+
},
|
|
29139
|
+
"amazon-nova/nova-pro-v1": {
|
|
29140
|
+
"input_cost_per_token": 8e-07,
|
|
29141
|
+
"litellm_provider": "amazon_nova",
|
|
29142
|
+
"max_input_tokens": 300000,
|
|
29143
|
+
"max_output_tokens": 10000,
|
|
29144
|
+
"max_tokens": 10000,
|
|
29145
|
+
"mode": "chat",
|
|
29146
|
+
"output_cost_per_token": 3.2e-06,
|
|
29147
|
+
"supports_function_calling": true,
|
|
29148
|
+
"supports_pdf_input": true,
|
|
29149
|
+
"supports_prompt_caching": true,
|
|
29150
|
+
"supports_response_schema": true,
|
|
29151
|
+
"supports_vision": true
|
|
29098
29152
|
}
|
|
29099
29153
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tokencostauto
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.386
|
|
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=Jy-wdyOCG3P3HwXPK2do31qZyCqVIwF5JZkCJelknv0,1039594
|
|
5
|
+
tokencostauto-0.1.386.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
|
6
|
+
tokencostauto-0.1.386.dist-info/METADATA,sha256=JvcJw4VlGD8L1NVD9_nEp22iQhR_4vkgyw3iXzkkCnY,204076
|
|
7
|
+
tokencostauto-0.1.386.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
tokencostauto-0.1.386.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
|
9
|
+
tokencostauto-0.1.386.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=2CZ44lZTp6veINz-ZdHUpB3aFq55tRt3lHra0vklHgY,1037717
|
|
5
|
-
tokencostauto-0.1.384.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
|
6
|
-
tokencostauto-0.1.384.dist-info/METADATA,sha256=-9lmXGVfOyVvhmJ63uys4QdVAYhGt51No0yrKh5pyZI,204076
|
|
7
|
-
tokencostauto-0.1.384.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
-
tokencostauto-0.1.384.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
|
9
|
-
tokencostauto-0.1.384.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|