tokencostauto 0.1.30__py3-none-any.whl → 0.1.34__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.
- tokencostauto/model_prices.json +201 -45
- {tokencostauto-0.1.30.dist-info → tokencostauto-0.1.34.dist-info}/METADATA +1 -1
- tokencostauto-0.1.34.dist-info/RECORD +9 -0
- {tokencostauto-0.1.30.dist-info → tokencostauto-0.1.34.dist-info}/WHEEL +1 -1
- tokencostauto-0.1.30.dist-info/RECORD +0 -9
- {tokencostauto-0.1.30.dist-info → tokencostauto-0.1.34.dist-info}/licenses/LICENSE +0 -0
- {tokencostauto-0.1.30.dist-info → tokencostauto-0.1.34.dist-info}/top_level.txt +0 -0
tokencostauto/model_prices.json
CHANGED
@@ -1709,10 +1709,7 @@
|
|
1709
1709
|
"input_cost_per_token": 5e-08,
|
1710
1710
|
"output_cost_per_token": 8e-08,
|
1711
1711
|
"litellm_provider": "groq",
|
1712
|
-
"mode": "chat"
|
1713
|
-
"supports_function_calling": true,
|
1714
|
-
"supports_response_schema": true,
|
1715
|
-
"supports_tool_choice": true
|
1712
|
+
"mode": "chat"
|
1716
1713
|
},
|
1717
1714
|
"groq/llama3-70b-8192": {
|
1718
1715
|
"max_tokens": 8192,
|
@@ -1721,14 +1718,11 @@
|
|
1721
1718
|
"input_cost_per_token": 5.9e-07,
|
1722
1719
|
"output_cost_per_token": 7.9e-07,
|
1723
1720
|
"litellm_provider": "groq",
|
1724
|
-
"mode": "chat"
|
1725
|
-
"supports_function_calling": true,
|
1726
|
-
"supports_response_schema": true,
|
1727
|
-
"supports_tool_choice": true
|
1721
|
+
"mode": "chat"
|
1728
1722
|
},
|
1729
1723
|
"groq/llama-3.1-8b-instant": {
|
1730
1724
|
"max_tokens": 8192,
|
1731
|
-
"max_input_tokens":
|
1725
|
+
"max_input_tokens": 128000,
|
1732
1726
|
"max_output_tokens": 8192,
|
1733
1727
|
"input_cost_per_token": 5e-08,
|
1734
1728
|
"output_cost_per_token": 8e-08,
|
@@ -1748,7 +1742,8 @@
|
|
1748
1742
|
"mode": "chat",
|
1749
1743
|
"supports_function_calling": true,
|
1750
1744
|
"supports_response_schema": true,
|
1751
|
-
"supports_tool_choice": true
|
1745
|
+
"supports_tool_choice": true,
|
1746
|
+
"deprecation_date": "2025-01-24"
|
1752
1747
|
},
|
1753
1748
|
"groq/llama-3.1-405b-reasoning": {
|
1754
1749
|
"max_tokens": 8192,
|
@@ -1772,7 +1767,8 @@
|
|
1772
1767
|
"mode": "chat",
|
1773
1768
|
"supports_function_calling": true,
|
1774
1769
|
"supports_response_schema": true,
|
1775
|
-
"supports_tool_choice": true
|
1770
|
+
"supports_tool_choice": true,
|
1771
|
+
"deprecation_date": "2025-03-20"
|
1776
1772
|
},
|
1777
1773
|
"groq/gemma-7b-it": {
|
1778
1774
|
"max_tokens": 8192,
|
@@ -1784,7 +1780,8 @@
|
|
1784
1780
|
"mode": "chat",
|
1785
1781
|
"supports_function_calling": true,
|
1786
1782
|
"supports_response_schema": true,
|
1787
|
-
"supports_tool_choice": true
|
1783
|
+
"supports_tool_choice": true,
|
1784
|
+
"deprecation_date": "2024-12-18"
|
1788
1785
|
},
|
1789
1786
|
"groq/gemma2-9b-it": {
|
1790
1787
|
"max_tokens": 8192,
|
@@ -1794,9 +1791,9 @@
|
|
1794
1791
|
"output_cost_per_token": 2e-07,
|
1795
1792
|
"litellm_provider": "groq",
|
1796
1793
|
"mode": "chat",
|
1797
|
-
"supports_function_calling":
|
1794
|
+
"supports_function_calling": false,
|
1798
1795
|
"supports_response_schema": true,
|
1799
|
-
"supports_tool_choice":
|
1796
|
+
"supports_tool_choice": false
|
1800
1797
|
},
|
1801
1798
|
"groq/llama3-groq-70b-8192-tool-use-preview": {
|
1802
1799
|
"max_tokens": 8192,
|
@@ -1808,7 +1805,8 @@
|
|
1808
1805
|
"mode": "chat",
|
1809
1806
|
"supports_function_calling": true,
|
1810
1807
|
"supports_response_schema": true,
|
1811
|
-
"supports_tool_choice": true
|
1808
|
+
"supports_tool_choice": true,
|
1809
|
+
"deprecation_date": "2025-1-6"
|
1812
1810
|
},
|
1813
1811
|
"groq/llama3-groq-8b-8192-tool-use-preview": {
|
1814
1812
|
"max_tokens": 8192,
|
@@ -1820,7 +1818,8 @@
|
|
1820
1818
|
"mode": "chat",
|
1821
1819
|
"supports_function_calling": true,
|
1822
1820
|
"supports_response_schema": true,
|
1823
|
-
"supports_tool_choice": true
|
1821
|
+
"supports_tool_choice": true,
|
1822
|
+
"deprecation_date": "2025-1-6"
|
1824
1823
|
},
|
1825
1824
|
"cerebras/llama3.1-8b": {
|
1826
1825
|
"max_tokens": 128000,
|
@@ -2021,6 +2020,11 @@
|
|
2021
2020
|
"output_cost_per_token": 1.5e-05,
|
2022
2021
|
"cache_creation_input_token_cost": 3.75e-06,
|
2023
2022
|
"cache_read_input_token_cost": 3e-07,
|
2023
|
+
"search_context_cost_per_query": {
|
2024
|
+
"search_context_size_low": 0.01,
|
2025
|
+
"search_context_size_medium": 0.01,
|
2026
|
+
"search_context_size_high": 0.01
|
2027
|
+
},
|
2024
2028
|
"litellm_provider": "anthropic",
|
2025
2029
|
"mode": "chat",
|
2026
2030
|
"supports_function_calling": true,
|
@@ -2031,7 +2035,8 @@
|
|
2031
2035
|
"supports_prompt_caching": true,
|
2032
2036
|
"supports_response_schema": true,
|
2033
2037
|
"deprecation_date": "2025-10-01",
|
2034
|
-
"supports_tool_choice": true
|
2038
|
+
"supports_tool_choice": true,
|
2039
|
+
"supports_web_search": true
|
2035
2040
|
},
|
2036
2041
|
"claude-3-5-sonnet-latest": {
|
2037
2042
|
"max_tokens": 8192,
|
@@ -2041,6 +2046,11 @@
|
|
2041
2046
|
"output_cost_per_token": 1.5e-05,
|
2042
2047
|
"cache_creation_input_token_cost": 3.75e-06,
|
2043
2048
|
"cache_read_input_token_cost": 3e-07,
|
2049
|
+
"search_context_cost_per_query": {
|
2050
|
+
"search_context_size_low": 0.01,
|
2051
|
+
"search_context_size_medium": 0.01,
|
2052
|
+
"search_context_size_high": 0.01
|
2053
|
+
},
|
2044
2054
|
"litellm_provider": "anthropic",
|
2045
2055
|
"mode": "chat",
|
2046
2056
|
"supports_function_calling": true,
|
@@ -2051,7 +2061,8 @@
|
|
2051
2061
|
"supports_prompt_caching": true,
|
2052
2062
|
"supports_response_schema": true,
|
2053
2063
|
"deprecation_date": "2025-06-01",
|
2054
|
-
"supports_tool_choice": true
|
2064
|
+
"supports_tool_choice": true,
|
2065
|
+
"supports_web_search": true
|
2055
2066
|
},
|
2056
2067
|
"text-bison": {
|
2057
2068
|
"max_tokens": 2048,
|
@@ -7507,6 +7518,11 @@
|
|
7507
7518
|
"output_cost_per_token": 4e-06,
|
7508
7519
|
"cache_creation_input_token_cost": 1e-06,
|
7509
7520
|
"cache_read_input_token_cost": 8e-08,
|
7521
|
+
"search_context_cost_per_query": {
|
7522
|
+
"search_context_size_low": 0.01,
|
7523
|
+
"search_context_size_medium": 0.01,
|
7524
|
+
"search_context_size_high": 0.01
|
7525
|
+
},
|
7510
7526
|
"litellm_provider": "anthropic",
|
7511
7527
|
"mode": "chat",
|
7512
7528
|
"supports_function_calling": true,
|
@@ -7517,7 +7533,8 @@
|
|
7517
7533
|
"supports_prompt_caching": true,
|
7518
7534
|
"supports_response_schema": true,
|
7519
7535
|
"deprecation_date": "2025-10-01",
|
7520
|
-
"supports_tool_choice": true
|
7536
|
+
"supports_tool_choice": true,
|
7537
|
+
"supports_web_search": true
|
7521
7538
|
},
|
7522
7539
|
"vertex_ai/claude-3-5-haiku@20241022": {
|
7523
7540
|
"max_tokens": 8192,
|
@@ -7683,7 +7700,8 @@
|
|
7683
7700
|
"mode": "chat",
|
7684
7701
|
"supports_function_calling": true,
|
7685
7702
|
"supports_response_schema": true,
|
7686
|
-
"supports_tool_choice": true
|
7703
|
+
"supports_tool_choice": true,
|
7704
|
+
"deprecation_date": "2025-04-14"
|
7687
7705
|
},
|
7688
7706
|
"groq/llama-3.2-3b-preview": {
|
7689
7707
|
"max_tokens": 8192,
|
@@ -7695,7 +7713,8 @@
|
|
7695
7713
|
"mode": "chat",
|
7696
7714
|
"supports_function_calling": true,
|
7697
7715
|
"supports_response_schema": true,
|
7698
|
-
"supports_tool_choice": true
|
7716
|
+
"supports_tool_choice": true,
|
7717
|
+
"deprecation_date": "2025-04-14"
|
7699
7718
|
},
|
7700
7719
|
"groq/llama-3.2-11b-text-preview": {
|
7701
7720
|
"max_tokens": 8192,
|
@@ -7707,7 +7726,8 @@
|
|
7707
7726
|
"mode": "chat",
|
7708
7727
|
"supports_function_calling": true,
|
7709
7728
|
"supports_response_schema": true,
|
7710
|
-
"supports_tool_choice": true
|
7729
|
+
"supports_tool_choice": true,
|
7730
|
+
"deprecation_date": "2024-10-28"
|
7711
7731
|
},
|
7712
7732
|
"groq/llama-3.2-11b-vision-preview": {
|
7713
7733
|
"max_tokens": 8192,
|
@@ -7720,7 +7740,8 @@
|
|
7720
7740
|
"supports_function_calling": true,
|
7721
7741
|
"supports_response_schema": true,
|
7722
7742
|
"supports_vision": true,
|
7723
|
-
"supports_tool_choice": true
|
7743
|
+
"supports_tool_choice": true,
|
7744
|
+
"deprecation_date": "2025-04-14"
|
7724
7745
|
},
|
7725
7746
|
"groq/llama-3.2-90b-text-preview": {
|
7726
7747
|
"max_tokens": 8192,
|
@@ -7732,7 +7753,8 @@
|
|
7732
7753
|
"mode": "chat",
|
7733
7754
|
"supports_function_calling": true,
|
7734
7755
|
"supports_response_schema": true,
|
7735
|
-
"supports_tool_choice": true
|
7756
|
+
"supports_tool_choice": true,
|
7757
|
+
"deprecation_date": "2024-11-25"
|
7736
7758
|
},
|
7737
7759
|
"groq/llama-3.2-90b-vision-preview": {
|
7738
7760
|
"max_tokens": 8192,
|
@@ -7745,7 +7767,8 @@
|
|
7745
7767
|
"supports_function_calling": true,
|
7746
7768
|
"supports_response_schema": true,
|
7747
7769
|
"supports_vision": true,
|
7748
|
-
"supports_tool_choice": true
|
7770
|
+
"supports_tool_choice": true,
|
7771
|
+
"deprecation_date": "2025-04-14"
|
7749
7772
|
},
|
7750
7773
|
"vertex_ai/claude-3-sonnet": {
|
7751
7774
|
"max_tokens": 4096,
|
@@ -8206,9 +8229,9 @@
|
|
8206
8229
|
"supports_prompt_caching": true
|
8207
8230
|
},
|
8208
8231
|
"groq/llama-3.3-70b-versatile": {
|
8209
|
-
"max_tokens":
|
8232
|
+
"max_tokens": 32768,
|
8210
8233
|
"max_input_tokens": 128000,
|
8211
|
-
"max_output_tokens":
|
8234
|
+
"max_output_tokens": 32768,
|
8212
8235
|
"input_cost_per_token": 5.9e-07,
|
8213
8236
|
"output_cost_per_token": 7.9e-07,
|
8214
8237
|
"litellm_provider": "groq",
|
@@ -8225,7 +8248,8 @@
|
|
8225
8248
|
"output_cost_per_token": 9.9e-07,
|
8226
8249
|
"litellm_provider": "groq",
|
8227
8250
|
"mode": "chat",
|
8228
|
-
"supports_tool_choice": true
|
8251
|
+
"supports_tool_choice": true,
|
8252
|
+
"deprecation_date": "2025-04-14"
|
8229
8253
|
},
|
8230
8254
|
"friendliai/meta-llama-3.1-8b-instruct": {
|
8231
8255
|
"max_tokens": 8192,
|
@@ -8946,17 +8970,16 @@
|
|
8946
8970
|
"supports_tool_choice": true
|
8947
8971
|
},
|
8948
8972
|
"groq/deepseek-r1-distill-llama-70b": {
|
8949
|
-
"max_tokens":
|
8950
|
-
"max_input_tokens":
|
8951
|
-
"max_output_tokens":
|
8973
|
+
"max_tokens": 128000,
|
8974
|
+
"max_input_tokens": 128000,
|
8975
|
+
"max_output_tokens": 128000,
|
8952
8976
|
"input_cost_per_token": 7.5e-07,
|
8953
8977
|
"output_cost_per_token": 9.9e-07,
|
8954
8978
|
"litellm_provider": "groq",
|
8955
8979
|
"mode": "chat",
|
8956
|
-
"
|
8957
|
-
"
|
8980
|
+
"supports_function_calling": true,
|
8981
|
+
"supports_response_schema": true,
|
8958
8982
|
"supports_reasoning": true,
|
8959
|
-
"supports_response_schema": false,
|
8960
8983
|
"supports_tool_choice": true
|
8961
8984
|
},
|
8962
8985
|
"gemini/gemini-2.0-flash": {
|
@@ -9585,6 +9608,11 @@
|
|
9585
9608
|
"output_cost_per_token": 5e-06,
|
9586
9609
|
"cache_creation_input_token_cost": 1.25e-06,
|
9587
9610
|
"cache_read_input_token_cost": 1e-07,
|
9611
|
+
"search_context_cost_per_query": {
|
9612
|
+
"search_context_size_low": 0.01,
|
9613
|
+
"search_context_size_medium": 0.01,
|
9614
|
+
"search_context_size_high": 0.01
|
9615
|
+
},
|
9588
9616
|
"litellm_provider": "anthropic",
|
9589
9617
|
"mode": "chat",
|
9590
9618
|
"supports_function_calling": true,
|
@@ -9595,7 +9623,8 @@
|
|
9595
9623
|
"supports_prompt_caching": true,
|
9596
9624
|
"supports_response_schema": true,
|
9597
9625
|
"deprecation_date": "2025-10-01",
|
9598
|
-
"supports_tool_choice": true
|
9626
|
+
"supports_tool_choice": true,
|
9627
|
+
"supports_web_search": true
|
9599
9628
|
},
|
9600
9629
|
"claude-3-7-sonnet-latest": {
|
9601
9630
|
"max_tokens": 128000,
|
@@ -9603,6 +9632,11 @@
|
|
9603
9632
|
"max_output_tokens": 128000,
|
9604
9633
|
"input_cost_per_token": 3e-06,
|
9605
9634
|
"output_cost_per_token": 1.5e-05,
|
9635
|
+
"search_context_cost_per_query": {
|
9636
|
+
"search_context_size_low": 0.01,
|
9637
|
+
"search_context_size_medium": 0.01,
|
9638
|
+
"search_context_size_high": 0.01
|
9639
|
+
},
|
9606
9640
|
"cache_creation_input_token_cost": 3.75e-06,
|
9607
9641
|
"cache_read_input_token_cost": 3e-07,
|
9608
9642
|
"litellm_provider": "anthropic",
|
@@ -9626,6 +9660,11 @@
|
|
9626
9660
|
"output_cost_per_token": 1.5e-05,
|
9627
9661
|
"cache_creation_input_token_cost": 3.75e-06,
|
9628
9662
|
"cache_read_input_token_cost": 3e-07,
|
9663
|
+
"search_context_cost_per_query": {
|
9664
|
+
"search_context_size_low": 0.01,
|
9665
|
+
"search_context_size_medium": 0.01,
|
9666
|
+
"search_context_size_high": 0.01
|
9667
|
+
},
|
9629
9668
|
"litellm_provider": "anthropic",
|
9630
9669
|
"mode": "chat",
|
9631
9670
|
"supports_function_calling": true,
|
@@ -9637,7 +9676,8 @@
|
|
9637
9676
|
"supports_response_schema": true,
|
9638
9677
|
"deprecation_date": "2026-02-01",
|
9639
9678
|
"supports_tool_choice": true,
|
9640
|
-
"supports_reasoning": true
|
9679
|
+
"supports_reasoning": true,
|
9680
|
+
"supports_web_search": true
|
9641
9681
|
},
|
9642
9682
|
"vertex_ai/claude-3-7-sonnet@20250219": {
|
9643
9683
|
"max_tokens": 8192,
|
@@ -11918,22 +11958,22 @@
|
|
11918
11958
|
"source": "https://x.ai/api#pricing"
|
11919
11959
|
},
|
11920
11960
|
"groq/whisper-large-v3": {
|
11921
|
-
"mode": "audio_transcription",
|
11922
11961
|
"input_cost_per_second": 3.083e-05,
|
11923
|
-
"output_cost_per_second": 0,
|
11924
|
-
"litellm_provider": "groq"
|
11962
|
+
"output_cost_per_second": 0.0,
|
11963
|
+
"litellm_provider": "groq",
|
11964
|
+
"mode": "audio_transcription"
|
11925
11965
|
},
|
11926
11966
|
"groq/whisper-large-v3-turbo": {
|
11927
|
-
"mode": "audio_transcription",
|
11928
11967
|
"input_cost_per_second": 1.111e-05,
|
11929
|
-
"output_cost_per_second": 0,
|
11930
|
-
"litellm_provider": "groq"
|
11968
|
+
"output_cost_per_second": 0.0,
|
11969
|
+
"litellm_provider": "groq",
|
11970
|
+
"mode": "audio_transcription"
|
11931
11971
|
},
|
11932
11972
|
"groq/distil-whisper-large-v3-en": {
|
11933
|
-
"mode": "audio_transcription",
|
11934
11973
|
"input_cost_per_second": 5.56e-06,
|
11935
|
-
"output_cost_per_second": 0,
|
11936
|
-
"litellm_provider": "groq"
|
11974
|
+
"output_cost_per_second": 0.0,
|
11975
|
+
"litellm_provider": "groq",
|
11976
|
+
"mode": "audio_transcription"
|
11937
11977
|
},
|
11938
11978
|
"meta_llama/Llama-4-Scout-17B-16E-Instruct-FP8": {
|
11939
11979
|
"max_tokens": 128000,
|
@@ -13134,5 +13174,121 @@
|
|
13134
13174
|
"/v1/images/generations"
|
13135
13175
|
],
|
13136
13176
|
"source": "https://docs.nscale.com/docs/inference/serverless-models/current#image-models"
|
13177
|
+
},
|
13178
|
+
"azure/gpt-4o-mini-tts": {
|
13179
|
+
"mode": "audio_speech",
|
13180
|
+
"input_cost_per_token": 2.5e-06,
|
13181
|
+
"output_cost_per_token": 1e-05,
|
13182
|
+
"output_cost_per_audio_token": 1.2e-05,
|
13183
|
+
"output_cost_per_second": 0.00025,
|
13184
|
+
"litellm_provider": "azure",
|
13185
|
+
"supported_modalities": [
|
13186
|
+
"text",
|
13187
|
+
"audio"
|
13188
|
+
],
|
13189
|
+
"supported_output_modalities": [
|
13190
|
+
"audio"
|
13191
|
+
],
|
13192
|
+
"supported_endpoints": [
|
13193
|
+
"/v1/audio/speech"
|
13194
|
+
]
|
13195
|
+
},
|
13196
|
+
"azure_ai/embed-v-4-0": {
|
13197
|
+
"max_tokens": 128000,
|
13198
|
+
"max_input_tokens": 128000,
|
13199
|
+
"output_vector_size": 3072,
|
13200
|
+
"input_cost_per_token": 1.2e-07,
|
13201
|
+
"output_cost_per_token": 0.0,
|
13202
|
+
"litellm_provider": "azure_ai",
|
13203
|
+
"mode": "embedding",
|
13204
|
+
"supports_embedding_image_input": true,
|
13205
|
+
"supported_endpoints": [
|
13206
|
+
"/v1/embeddings"
|
13207
|
+
],
|
13208
|
+
"supported_modalities": [
|
13209
|
+
"text",
|
13210
|
+
"image"
|
13211
|
+
],
|
13212
|
+
"source": "https://azuremarketplace.microsoft.com/pt-br/marketplace/apps/cohere.cohere-embed-4-offer?tab=PlansAndPrice"
|
13213
|
+
},
|
13214
|
+
"eu.anthropic.claude-3-7-sonnet-20250219-v1:0": {
|
13215
|
+
"max_tokens": 8192,
|
13216
|
+
"max_input_tokens": 200000,
|
13217
|
+
"max_output_tokens": 8192,
|
13218
|
+
"input_cost_per_token": 3e-06,
|
13219
|
+
"output_cost_per_token": 1.5e-05,
|
13220
|
+
"litellm_provider": "bedrock",
|
13221
|
+
"mode": "chat",
|
13222
|
+
"supports_function_calling": true,
|
13223
|
+
"supports_vision": true,
|
13224
|
+
"supports_assistant_prefill": true,
|
13225
|
+
"supports_prompt_caching": true,
|
13226
|
+
"supports_response_schema": true,
|
13227
|
+
"supports_pdf_input": true,
|
13228
|
+
"supports_tool_choice": true,
|
13229
|
+
"supports_reasoning": true
|
13230
|
+
},
|
13231
|
+
"groq/llama-guard-3-8b": {
|
13232
|
+
"max_tokens": 8192,
|
13233
|
+
"max_input_tokens": 8192,
|
13234
|
+
"max_output_tokens": 8192,
|
13235
|
+
"input_cost_per_token": 2e-07,
|
13236
|
+
"output_cost_per_token": 2e-07,
|
13237
|
+
"litellm_provider": "groq",
|
13238
|
+
"mode": "chat"
|
13239
|
+
},
|
13240
|
+
"groq/meta-llama/llama-4-scout-17b-16e-instruct": {
|
13241
|
+
"max_tokens": 8192,
|
13242
|
+
"max_input_tokens": 131072,
|
13243
|
+
"max_output_tokens": 8192,
|
13244
|
+
"input_cost_per_token": 1.1e-07,
|
13245
|
+
"output_cost_per_token": 3.4e-07,
|
13246
|
+
"litellm_provider": "groq",
|
13247
|
+
"mode": "chat",
|
13248
|
+
"supports_function_calling": true,
|
13249
|
+
"supports_response_schema": true,
|
13250
|
+
"supports_tool_choice": true
|
13251
|
+
},
|
13252
|
+
"groq/meta-llama/llama-4-maverick-17b-128e-instruct": {
|
13253
|
+
"max_tokens": 8192,
|
13254
|
+
"max_input_tokens": 131072,
|
13255
|
+
"max_output_tokens": 8192,
|
13256
|
+
"input_cost_per_token": 2e-07,
|
13257
|
+
"output_cost_per_token": 6e-07,
|
13258
|
+
"litellm_provider": "groq",
|
13259
|
+
"mode": "chat",
|
13260
|
+
"supports_function_calling": true,
|
13261
|
+
"supports_response_schema": true,
|
13262
|
+
"supports_tool_choice": true
|
13263
|
+
},
|
13264
|
+
"groq/mistral-saba-24b": {
|
13265
|
+
"max_tokens": 32000,
|
13266
|
+
"max_input_tokens": 32000,
|
13267
|
+
"max_output_tokens": 32000,
|
13268
|
+
"input_cost_per_token": 7.9e-07,
|
13269
|
+
"output_cost_per_token": 7.9e-07,
|
13270
|
+
"litellm_provider": "groq",
|
13271
|
+
"mode": "chat"
|
13272
|
+
},
|
13273
|
+
"groq/qwen-qwq-32b": {
|
13274
|
+
"max_tokens": 128000,
|
13275
|
+
"max_input_tokens": 128000,
|
13276
|
+
"max_output_tokens": 128000,
|
13277
|
+
"input_cost_per_token": 2.9e-07,
|
13278
|
+
"output_cost_per_token": 3.9e-07,
|
13279
|
+
"litellm_provider": "groq",
|
13280
|
+
"mode": "chat",
|
13281
|
+
"supports_function_calling": true,
|
13282
|
+
"supports_response_schema": true,
|
13283
|
+
"supports_reasoning": true,
|
13284
|
+
"supports_tool_choice": true
|
13285
|
+
},
|
13286
|
+
"groq/playai-tts": {
|
13287
|
+
"max_tokens": 10000,
|
13288
|
+
"max_input_tokens": 10000,
|
13289
|
+
"max_output_tokens": 10000,
|
13290
|
+
"input_cost_per_character": 5e-05,
|
13291
|
+
"litellm_provider": "groq",
|
13292
|
+
"mode": "audio_speech"
|
13137
13293
|
}
|
13138
13294
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tokencostauto
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.34
|
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=MObPkJtQQYPMm9Y8pggd_4IsEgnVYSgoCd2G7E5-ryc,473920
|
5
|
+
tokencostauto-0.1.34.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
6
|
+
tokencostauto-0.1.34.dist-info/METADATA,sha256=zllg5W3Gmp4Vp3Bi0InKmaorQMF0qcEqNS13GFPMIhc,204075
|
7
|
+
tokencostauto-0.1.34.dist-info/WHEEL,sha256=QZxptf4Y1BKFRCEDxD4h2V0mBFQOVFLFEpvxHmIs52A,91
|
8
|
+
tokencostauto-0.1.34.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
9
|
+
tokencostauto-0.1.34.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=pjU4wUl3QQHwEvJFywqGIFYGcIb_Q3IxL4NSEL87uNg,468528
|
5
|
-
tokencostauto-0.1.30.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
6
|
-
tokencostauto-0.1.30.dist-info/METADATA,sha256=zItbUbO8HXRplLKF3izGgTmFOQXeo-V8SuT5mAJrHCc,204075
|
7
|
-
tokencostauto-0.1.30.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
8
|
-
tokencostauto-0.1.30.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
9
|
-
tokencostauto-0.1.30.dist-info/RECORD,,
|
File without changes
|
File without changes
|