tokencostauto 0.1.310__tar.gz → 0.1.313__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.310
3
+ Version: 0.1.313
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.310"
14
+ version = "0.1.313"
15
15
 
16
16
  authors = [
17
17
  { name = "Trisha Pan", email = "trishaepan@gmail.com" },
@@ -25123,7 +25123,8 @@
25123
25123
  "output_cost_per_video_per_second": 0.1,
25124
25124
  "source": "https://platform.openai.com/docs/api-reference/videos",
25125
25125
  "supported_modalities": [
25126
- "text"
25126
+ "text",
25127
+ "image"
25127
25128
  ],
25128
25129
  "supported_output_modalities": [
25129
25130
  "video"
@@ -25203,5 +25204,22 @@
25203
25204
  "input_cost_per_query": 0.0015,
25204
25205
  "litellm_provider": "vertex_ai",
25205
25206
  "mode": "vector_store"
25207
+ },
25208
+ "openai/sora-2-pro": {
25209
+ "litellm_provider": "openai",
25210
+ "mode": "video_generation",
25211
+ "output_cost_per_video_per_second": 0.3,
25212
+ "source": "https://platform.openai.com/docs/api-reference/videos",
25213
+ "supported_modalities": [
25214
+ "text",
25215
+ "image"
25216
+ ],
25217
+ "supported_output_modalities": [
25218
+ "video"
25219
+ ],
25220
+ "supported_resolutions": [
25221
+ "720x1280",
25222
+ "1280x720"
25223
+ ]
25206
25224
  }
25207
25225
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.310
3
+ Version: 0.1.313
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