tokencostauto 0.1.308__tar.gz → 0.1.310__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.308
3
+ Version: 0.1.310
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.308"
14
+ version = "0.1.310"
15
15
 
16
16
  authors = [
17
17
  { name = "Trisha Pan", email = "trishaepan@gmail.com" },
@@ -25180,5 +25180,28 @@
25180
25180
  "1024x1792",
25181
25181
  "1792x1024"
25182
25182
  ]
25183
+ },
25184
+ "amazon.titan-image-generator-v1": {
25185
+ "input_cost_per_image": 0.0,
25186
+ "output_cost_per_image": 0.008,
25187
+ "output_cost_per_image_premium_image": 0.01,
25188
+ "output_cost_per_image_above_512_and_512_pixels": 0.01,
25189
+ "output_cost_per_image_above_512_and_512_pixels_and_premium_image": 0.012,
25190
+ "litellm_provider": "bedrock",
25191
+ "mode": "image_generation"
25192
+ },
25193
+ "amazon.titan-image-generator-v2": {
25194
+ "input_cost_per_image": 0.0,
25195
+ "output_cost_per_image": 0.008,
25196
+ "output_cost_per_image_premium_image": 0.01,
25197
+ "output_cost_per_image_above_1024_and_1024_pixels": 0.01,
25198
+ "output_cost_per_image_above_1024_and_1024_pixels_and_premium_image": 0.012,
25199
+ "litellm_provider": "bedrock",
25200
+ "mode": "image_generation"
25201
+ },
25202
+ "vertex_ai/search_api": {
25203
+ "input_cost_per_query": 0.0015,
25204
+ "litellm_provider": "vertex_ai",
25205
+ "mode": "vector_store"
25183
25206
  }
25184
25207
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.308
3
+ Version: 0.1.310
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