tokencostauto 0.1.411__tar.gz → 0.1.414__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.411
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
@@ -11,7 +11,7 @@ tokencostauto = ["model_prices.json"]
11
11
  [project]
12
12
 
13
13
  name = "tokencostauto"
14
- version = "0.1.411"
14
+ version = "0.1.414"
15
15
 
16
16
  authors = [
17
17
  { name = "Trisha Pan", email = "trishaepan@gmail.com" },
@@ -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.411
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
File without changes