tokencostauto 0.1.412__py3-none-any.whl → 0.1.414__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.
@@ -32971,5 +32971,97 @@
32971
32971
  "output_cost_per_token": 1.2e-06,
32972
32972
  "ocr_cost_per_page": 0.0003,
32973
32973
  "source": "https://cloud.google.com/vertex-ai/pricing"
32974
+ },
32975
+ "gemini/veo-3.1-fast-generate-001": {
32976
+ "litellm_provider": "gemini",
32977
+ "max_input_tokens": 1024,
32978
+ "max_tokens": 1024,
32979
+ "mode": "video_generation",
32980
+ "output_cost_per_second": 0.15,
32981
+ "source": "https://ai.google.dev/gemini-api/docs/video",
32982
+ "supported_modalities": [
32983
+ "text"
32984
+ ],
32985
+ "supported_output_modalities": [
32986
+ "video"
32987
+ ]
32988
+ },
32989
+ "gemini/veo-3.1-generate-001": {
32990
+ "litellm_provider": "gemini",
32991
+ "max_input_tokens": 1024,
32992
+ "max_tokens": 1024,
32993
+ "mode": "video_generation",
32994
+ "output_cost_per_second": 0.4,
32995
+ "source": "https://ai.google.dev/gemini-api/docs/video",
32996
+ "supported_modalities": [
32997
+ "text"
32998
+ ],
32999
+ "supported_output_modalities": [
33000
+ "video"
33001
+ ]
33002
+ },
33003
+ "aws_polly/standard": {
33004
+ "input_cost_per_character": 4e-06,
33005
+ "litellm_provider": "aws_polly",
33006
+ "mode": "audio_speech",
33007
+ "supported_endpoints": [
33008
+ "/v1/audio/speech"
33009
+ ],
33010
+ "source": "https://aws.amazon.com/polly/pricing/"
33011
+ },
33012
+ "aws_polly/neural": {
33013
+ "input_cost_per_character": 1.6e-05,
33014
+ "litellm_provider": "aws_polly",
33015
+ "mode": "audio_speech",
33016
+ "supported_endpoints": [
33017
+ "/v1/audio/speech"
33018
+ ],
33019
+ "source": "https://aws.amazon.com/polly/pricing/"
33020
+ },
33021
+ "aws_polly/long-form": {
33022
+ "input_cost_per_character": 0.0001,
33023
+ "litellm_provider": "aws_polly",
33024
+ "mode": "audio_speech",
33025
+ "supported_endpoints": [
33026
+ "/v1/audio/speech"
33027
+ ],
33028
+ "source": "https://aws.amazon.com/polly/pricing/"
33029
+ },
33030
+ "aws_polly/generative": {
33031
+ "input_cost_per_character": 3e-05,
33032
+ "litellm_provider": "aws_polly",
33033
+ "mode": "audio_speech",
33034
+ "supported_endpoints": [
33035
+ "/v1/audio/speech"
33036
+ ],
33037
+ "source": "https://aws.amazon.com/polly/pricing/"
33038
+ },
33039
+ "vertex_ai/veo-3.1-generate-001": {
33040
+ "litellm_provider": "vertex_ai-video-models",
33041
+ "max_input_tokens": 1024,
33042
+ "max_tokens": 1024,
33043
+ "mode": "video_generation",
33044
+ "output_cost_per_second": 0.4,
33045
+ "source": "https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/veo",
33046
+ "supported_modalities": [
33047
+ "text"
33048
+ ],
33049
+ "supported_output_modalities": [
33050
+ "video"
33051
+ ]
33052
+ },
33053
+ "vertex_ai/veo-3.1-fast-generate-001": {
33054
+ "litellm_provider": "vertex_ai-video-models",
33055
+ "max_input_tokens": 1024,
33056
+ "max_tokens": 1024,
33057
+ "mode": "video_generation",
33058
+ "output_cost_per_second": 0.15,
33059
+ "source": "https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/veo",
33060
+ "supported_modalities": [
33061
+ "text"
33062
+ ],
33063
+ "supported_output_modalities": [
33064
+ "video"
33065
+ ]
32974
33066
  }
32975
33067
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.412
3
+ Version: 0.1.414
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=d-O9CJSjsP-O7p9-mqsovcb4cE5weEkIi7xkor9Ftk8,1175240
5
+ tokencostauto-0.1.414.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
+ tokencostauto-0.1.414.dist-info/METADATA,sha256=4VJNFlWKtnQJCV9kmzxGWtnaxdahGofYKNgpsXT88ic,204076
7
+ tokencostauto-0.1.414.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ tokencostauto-0.1.414.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
+ tokencostauto-0.1.414.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=Dj-yHwTyoUgfDOKGP-OKIZTEmqDjqUE3o_Qy8gqSbHk,1172314
5
- tokencostauto-0.1.412.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
- tokencostauto-0.1.412.dist-info/METADATA,sha256=dRax9sgTb6f0YgfDbh-62rAtZuf1Wuiyk8019dJQWh4,204076
7
- tokencostauto-0.1.412.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- tokencostauto-0.1.412.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
- tokencostauto-0.1.412.dist-info/RECORD,,