tokencostauto 0.1.398__tar.gz → 0.1.400__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.398
3
+ Version: 0.1.400
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.398"
14
+ version = "0.1.400"
15
15
 
16
16
  authors = [
17
17
  { name = "Trisha Pan", email = "trishaepan@gmail.com" },
@@ -32000,5 +32000,99 @@
32000
32000
  "supports_tool_choice": true,
32001
32001
  "supports_vision": true,
32002
32002
  "tool_use_system_prompt_tokens": 159
32003
+ },
32004
+ "azure_ai/cohere-rerank-v4.0-pro": {
32005
+ "input_cost_per_query": 0.0025,
32006
+ "input_cost_per_token": 0.0,
32007
+ "litellm_provider": "azure_ai",
32008
+ "max_input_tokens": 32768,
32009
+ "max_output_tokens": 32768,
32010
+ "max_query_tokens": 4096,
32011
+ "max_tokens": 32768,
32012
+ "mode": "rerank",
32013
+ "output_cost_per_token": 0.0
32014
+ },
32015
+ "azure_ai/cohere-rerank-v4.0-fast": {
32016
+ "input_cost_per_query": 0.002,
32017
+ "input_cost_per_token": 0.0,
32018
+ "litellm_provider": "azure_ai",
32019
+ "max_input_tokens": 32768,
32020
+ "max_output_tokens": 32768,
32021
+ "max_query_tokens": 4096,
32022
+ "max_tokens": 32768,
32023
+ "mode": "rerank",
32024
+ "output_cost_per_token": 0.0
32025
+ },
32026
+ "stability/sd3": {
32027
+ "litellm_provider": "stability",
32028
+ "mode": "image_generation",
32029
+ "output_cost_per_image": 0.065,
32030
+ "supported_endpoints": [
32031
+ "/v1/images/generations"
32032
+ ]
32033
+ },
32034
+ "stability/sd3-large": {
32035
+ "litellm_provider": "stability",
32036
+ "mode": "image_generation",
32037
+ "output_cost_per_image": 0.065,
32038
+ "supported_endpoints": [
32039
+ "/v1/images/generations"
32040
+ ]
32041
+ },
32042
+ "stability/sd3-large-turbo": {
32043
+ "litellm_provider": "stability",
32044
+ "mode": "image_generation",
32045
+ "output_cost_per_image": 0.04,
32046
+ "supported_endpoints": [
32047
+ "/v1/images/generations"
32048
+ ]
32049
+ },
32050
+ "stability/sd3-medium": {
32051
+ "litellm_provider": "stability",
32052
+ "mode": "image_generation",
32053
+ "output_cost_per_image": 0.035,
32054
+ "supported_endpoints": [
32055
+ "/v1/images/generations"
32056
+ ]
32057
+ },
32058
+ "stability/sd3.5-large": {
32059
+ "litellm_provider": "stability",
32060
+ "mode": "image_generation",
32061
+ "output_cost_per_image": 0.065,
32062
+ "supported_endpoints": [
32063
+ "/v1/images/generations"
32064
+ ]
32065
+ },
32066
+ "stability/sd3.5-large-turbo": {
32067
+ "litellm_provider": "stability",
32068
+ "mode": "image_generation",
32069
+ "output_cost_per_image": 0.04,
32070
+ "supported_endpoints": [
32071
+ "/v1/images/generations"
32072
+ ]
32073
+ },
32074
+ "stability/sd3.5-medium": {
32075
+ "litellm_provider": "stability",
32076
+ "mode": "image_generation",
32077
+ "output_cost_per_image": 0.035,
32078
+ "supported_endpoints": [
32079
+ "/v1/images/generations"
32080
+ ]
32081
+ },
32082
+ "stability/stable-image-ultra": {
32083
+ "litellm_provider": "stability",
32084
+ "mode": "image_generation",
32085
+ "output_cost_per_image": 0.08,
32086
+ "supported_endpoints": [
32087
+ "/v1/images/generations"
32088
+ ]
32089
+ },
32090
+ "stability/stable-image-core": {
32091
+ "litellm_provider": "stability",
32092
+ "mode": "image_generation",
32093
+ "output_cost_per_image": 0.03,
32094
+ "supported_endpoints": [
32095
+ "/v1/images/generations"
32096
+ ]
32003
32097
  }
32004
32098
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.398
3
+ Version: 0.1.400
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