tokencostauto 0.1.344__py3-none-any.whl → 0.1.346__py3-none-any.whl

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.
@@ -25879,7 +25879,9 @@
25879
25879
  "1280x720",
25880
25880
  "720x1280"
25881
25881
  ],
25882
- "comment": "5 credits per second @ $0.01 per credit = $0.05 per second"
25882
+ "metadata": {
25883
+ "comment": "5 credits per second @ $0.01 per credit = $0.05 per second"
25884
+ }
25883
25885
  },
25884
25886
  "runwayml/gen4_aleph": {
25885
25887
  "litellm_provider": "runwayml",
@@ -25897,7 +25899,9 @@
25897
25899
  "1280x720",
25898
25900
  "720x1280"
25899
25901
  ],
25900
- "comment": "15 credits per second @ $0.01 per credit = $0.15 per second"
25902
+ "metadata": {
25903
+ "comment": "15 credits per second @ $0.01 per credit = $0.15 per second"
25904
+ }
25901
25905
  },
25902
25906
  "runwayml/gen3a_turbo": {
25903
25907
  "litellm_provider": "runwayml",
@@ -25915,7 +25919,9 @@
25915
25919
  "1280x720",
25916
25920
  "720x1280"
25917
25921
  ],
25918
- "comment": "5 credits per second @ $0.01 per credit = $0.05 per second"
25922
+ "metadata": {
25923
+ "comment": "5 credits per second @ $0.01 per credit = $0.05 per second"
25924
+ }
25919
25925
  },
25920
25926
  "runwayml/gen4_image": {
25921
25927
  "litellm_provider": "runwayml",
@@ -25934,7 +25940,9 @@
25934
25940
  "1280x720",
25935
25941
  "1920x1080"
25936
25942
  ],
25937
- "comment": "5 credits per 720p image or 8 credits per 1080p image @ $0.01 per credit. Using 5 credits ($0.05) as base cost"
25943
+ "metadata": {
25944
+ "comment": "5 credits per 720p image or 8 credits per 1080p image @ $0.01 per credit. Using 5 credits ($0.05) as base cost"
25945
+ }
25938
25946
  },
25939
25947
  "runwayml/gen4_image_turbo": {
25940
25948
  "litellm_provider": "runwayml",
@@ -25953,7 +25961,9 @@
25953
25961
  "1280x720",
25954
25962
  "1920x1080"
25955
25963
  ],
25956
- "comment": "2 credits per image (any resolution) @ $0.01 per credit = $0.02 per image"
25964
+ "metadata": {
25965
+ "comment": "2 credits per image (any resolution) @ $0.01 per credit = $0.02 per image"
25966
+ }
25957
25967
  },
25958
25968
  "gpt-5.1": {
25959
25969
  "cache_read_input_token_cost": 1.25e-07,
@@ -26127,5 +26137,54 @@
26127
26137
  "supports_system_messages": false,
26128
26138
  "supports_tool_choice": true,
26129
26139
  "supports_vision": true
26140
+ },
26141
+ "fal_ai/fal-ai/flux/schnell": {
26142
+ "litellm_provider": "fal_ai",
26143
+ "mode": "image_generation",
26144
+ "output_cost_per_image": 0.003,
26145
+ "supported_endpoints": [
26146
+ "/v1/images/generations"
26147
+ ]
26148
+ },
26149
+ "fal_ai/fal-ai/imagen4/preview/fast": {
26150
+ "litellm_provider": "fal_ai",
26151
+ "mode": "image_generation",
26152
+ "output_cost_per_image": 0.02,
26153
+ "supported_endpoints": [
26154
+ "/v1/images/generations"
26155
+ ]
26156
+ },
26157
+ "fal_ai/fal-ai/imagen4/preview/ultra": {
26158
+ "litellm_provider": "fal_ai",
26159
+ "mode": "image_generation",
26160
+ "output_cost_per_image": 0.06,
26161
+ "supported_endpoints": [
26162
+ "/v1/images/generations"
26163
+ ]
26164
+ },
26165
+ "voyage/voyage-3.5": {
26166
+ "input_cost_per_token": 6e-08,
26167
+ "litellm_provider": "voyage",
26168
+ "max_input_tokens": 32000,
26169
+ "max_tokens": 32000,
26170
+ "mode": "embedding",
26171
+ "output_cost_per_token": 0.0
26172
+ },
26173
+ "voyage/voyage-3.5-lite": {
26174
+ "input_cost_per_token": 2e-08,
26175
+ "litellm_provider": "voyage",
26176
+ "max_input_tokens": 32000,
26177
+ "max_tokens": 32000,
26178
+ "mode": "embedding",
26179
+ "output_cost_per_token": 0.0
26180
+ },
26181
+ "runwayml/eleven_multilingual_v2": {
26182
+ "litellm_provider": "runwayml",
26183
+ "mode": "audio_speech",
26184
+ "input_cost_per_character": 3e-07,
26185
+ "source": "https://docs.dev.runwayml.com/guides/pricing/",
26186
+ "metadata": {
26187
+ "comment": "Estimated cost based on standard TTS pricing. RunwayML uses ElevenLabs models."
26188
+ }
26130
26189
  }
26131
26190
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.344
3
+ Version: 0.1.346
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
@@ -0,0 +1,9 @@
1
+ tokencostauto/__init__.py,sha256=-4d_ryFH62SgNXPXA8vGPFZoAKtOBjnsg37EB_RkZG8,289
2
+ tokencostauto/constants.py,sha256=_82MlTkTrdrwzyRosQD7d3JdgNP9KAUM-cZo8DE00P0,3395
3
+ tokencostauto/costs.py,sha256=tXsgrTypq-dCHaHtoXcg2XepezWsAvZpl9gEsv_53iE,10679
4
+ tokencostauto/model_prices.json,sha256=tJiZMyVDNUHqVgTgBdeY5ZcDSzttVtJWm1dRyfb9ZFI,932226
5
+ tokencostauto-0.1.346.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
+ tokencostauto-0.1.346.dist-info/METADATA,sha256=Gy2mY9aHs3TwKKw8zt4MUPFMiCpMLPcy3zKC3WW-3k0,204076
7
+ tokencostauto-0.1.346.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ tokencostauto-0.1.346.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
+ tokencostauto-0.1.346.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- tokencostauto/__init__.py,sha256=-4d_ryFH62SgNXPXA8vGPFZoAKtOBjnsg37EB_RkZG8,289
2
- tokencostauto/constants.py,sha256=_82MlTkTrdrwzyRosQD7d3JdgNP9KAUM-cZo8DE00P0,3395
3
- tokencostauto/costs.py,sha256=tXsgrTypq-dCHaHtoXcg2XepezWsAvZpl9gEsv_53iE,10679
4
- tokencostauto/model_prices.json,sha256=7sWmlUw9Ak-UxJDdoA4kdL8cXjYl6_lJLK75bFqOTlQ,930467
5
- tokencostauto-0.1.344.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
- tokencostauto-0.1.344.dist-info/METADATA,sha256=suIeuXfW1Pmgo_4zM5MUKWFWfU8YzBO21Mso3qTxdzA,204076
7
- tokencostauto-0.1.344.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- tokencostauto-0.1.344.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
- tokencostauto-0.1.344.dist-info/RECORD,,