tokencostauto 0.1.384__tar.gz → 0.1.387__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.384
3
+ Version: 0.1.387
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
@@ -11,7 +11,7 @@ tokencostauto = ["model_prices.json"]
11
11
  [project]
12
12
 
13
13
  name = "tokencostauto"
14
- version = "0.1.384"
14
+ version = "0.1.387"
15
15
 
16
16
  authors = [
17
17
  { name = "Trisha Pan", email = "trishaepan@gmail.com" },
@@ -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.384
3
+ Version: 0.1.387
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
File without changes