tokencostauto 0.1.421__tar.gz → 0.1.423__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.
- {tokencostauto-0.1.421/tokencostauto.egg-info → tokencostauto-0.1.423}/PKG-INFO +1 -1
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/pyproject.toml +1 -1
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/tokencostauto/model_prices.json +24 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423/tokencostauto.egg-info}/PKG-INFO +1 -1
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/LICENSE +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/MANIFEST.in +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/README.md +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/setup.cfg +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/tests/test_costs.py +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/tokencostauto/__init__.py +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/tokencostauto/constants.py +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/tokencostauto/costs.py +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/tokencostauto.egg-info/SOURCES.txt +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/tokencostauto.egg-info/dependency_links.txt +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/tokencostauto.egg-info/requires.txt +0 -0
- {tokencostauto-0.1.421 → tokencostauto-0.1.423}/tokencostauto.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tokencostauto
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.423
|
|
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
|
|
@@ -33240,5 +33240,29 @@
|
|
|
33240
33240
|
"supports_system_messages": true,
|
|
33241
33241
|
"supports_tool_choice": true,
|
|
33242
33242
|
"supports_vision": true
|
|
33243
|
+
},
|
|
33244
|
+
"aiml/google/imagen-4.0-ultra-generate-001": {
|
|
33245
|
+
"litellm_provider": "aiml",
|
|
33246
|
+
"metadata": {
|
|
33247
|
+
"notes": "Imagen 4.0 Ultra Generate API - Photorealistic image generation with precise text rendering"
|
|
33248
|
+
},
|
|
33249
|
+
"mode": "image_generation",
|
|
33250
|
+
"output_cost_per_image": 0.063,
|
|
33251
|
+
"source": "https://docs.aimlapi.com/api-references/image-models/google/imagen-4-ultra-generate",
|
|
33252
|
+
"supported_endpoints": [
|
|
33253
|
+
"/v1/images/generations"
|
|
33254
|
+
]
|
|
33255
|
+
},
|
|
33256
|
+
"aiml/google/nano-banana-pro": {
|
|
33257
|
+
"litellm_provider": "aiml",
|
|
33258
|
+
"metadata": {
|
|
33259
|
+
"notes": "Gemini 3 Pro Image (Nano Banana Pro) - Advanced text-to-image generation with reasoning and 4K resolution support"
|
|
33260
|
+
},
|
|
33261
|
+
"mode": "image_generation",
|
|
33262
|
+
"output_cost_per_image": 0.1575,
|
|
33263
|
+
"source": "https://docs.aimlapi.com/api-references/image-models/google/gemini-3-pro-image-preview",
|
|
33264
|
+
"supported_endpoints": [
|
|
33265
|
+
"/v1/images/generations"
|
|
33266
|
+
]
|
|
33243
33267
|
}
|
|
33244
33268
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tokencostauto
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.423
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|