tokencostauto 0.1.43__py3-none-any.whl → 0.1.47__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 +282 -0
- {tokencostauto-0.1.43.dist-info → tokencostauto-0.1.47.dist-info}/METADATA +1 -1
- tokencostauto-0.1.47.dist-info/RECORD +9 -0
- {tokencostauto-0.1.43.dist-info → tokencostauto-0.1.47.dist-info}/WHEEL +1 -1
- tokencostauto-0.1.43.dist-info/RECORD +0 -9
- {tokencostauto-0.1.43.dist-info → tokencostauto-0.1.47.dist-info}/licenses/LICENSE +0 -0
- {tokencostauto-0.1.43.dist-info → tokencostauto-0.1.47.dist-info}/top_level.txt +0 -0
tokencostauto/model_prices.json
CHANGED
@@ -2034,6 +2034,7 @@
|
|
2034
2034
|
"supports_tool_choice": true
|
2035
2035
|
},
|
2036
2036
|
"claude-3-5-sonnet-20241022": {
|
2037
|
+
"supports_computer_use": true,
|
2037
2038
|
"max_tokens": 8192,
|
2038
2039
|
"max_input_tokens": 200000,
|
2039
2040
|
"max_output_tokens": 8192,
|
@@ -2060,6 +2061,7 @@
|
|
2060
2061
|
"supports_web_search": true
|
2061
2062
|
},
|
2062
2063
|
"claude-3-5-sonnet-latest": {
|
2064
|
+
"supports_computer_use": true,
|
2063
2065
|
"max_tokens": 8192,
|
2064
2066
|
"max_input_tokens": 200000,
|
2065
2067
|
"max_output_tokens": 8192,
|
@@ -2959,6 +2961,7 @@
|
|
2959
2961
|
"supports_tool_choice": true
|
2960
2962
|
},
|
2961
2963
|
"vertex_ai/claude-3-5-sonnet-v2@20241022": {
|
2964
|
+
"supports_computer_use": true,
|
2962
2965
|
"max_tokens": 8192,
|
2963
2966
|
"max_input_tokens": 200000,
|
2964
2967
|
"max_output_tokens": 8192,
|
@@ -4112,6 +4115,7 @@
|
|
4112
4115
|
"supports_prompt_caching": true
|
4113
4116
|
},
|
4114
4117
|
"openrouter/anthropic/claude-3.5-sonnet": {
|
4118
|
+
"supports_computer_use": true,
|
4115
4119
|
"max_tokens": 8192,
|
4116
4120
|
"max_input_tokens": 200000,
|
4117
4121
|
"max_output_tokens": 8192,
|
@@ -4126,6 +4130,7 @@
|
|
4126
4130
|
"supports_tool_choice": true
|
4127
4131
|
},
|
4128
4132
|
"openrouter/anthropic/claude-3.5-sonnet:beta": {
|
4133
|
+
"supports_computer_use": true,
|
4129
4134
|
"max_tokens": 8192,
|
4130
4135
|
"max_input_tokens": 200000,
|
4131
4136
|
"max_output_tokens": 8192,
|
@@ -4849,6 +4854,7 @@
|
|
4849
4854
|
"supports_tool_choice": true
|
4850
4855
|
},
|
4851
4856
|
"anthropic.claude-3-5-sonnet-20241022-v2:0": {
|
4857
|
+
"supports_computer_use": true,
|
4852
4858
|
"max_tokens": 8192,
|
4853
4859
|
"max_input_tokens": 200000,
|
4854
4860
|
"max_output_tokens": 8192,
|
@@ -4933,6 +4939,7 @@
|
|
4933
4939
|
"supports_tool_choice": true
|
4934
4940
|
},
|
4935
4941
|
"us.anthropic.claude-3-5-sonnet-20241022-v2:0": {
|
4942
|
+
"supports_computer_use": true,
|
4936
4943
|
"max_tokens": 8192,
|
4937
4944
|
"max_input_tokens": 200000,
|
4938
4945
|
"max_output_tokens": 8192,
|
@@ -5006,6 +5013,7 @@
|
|
5006
5013
|
"supports_tool_choice": true
|
5007
5014
|
},
|
5008
5015
|
"eu.anthropic.claude-3-5-sonnet-20241022-v2:0": {
|
5016
|
+
"supports_computer_use": true,
|
5009
5017
|
"max_tokens": 8192,
|
5010
5018
|
"max_input_tokens": 200000,
|
5011
5019
|
"max_output_tokens": 8192,
|
@@ -7815,6 +7823,7 @@
|
|
7815
7823
|
"supports_tool_choice": true
|
7816
7824
|
},
|
7817
7825
|
"vertex_ai/claude-3-5-sonnet": {
|
7826
|
+
"supports_computer_use": true,
|
7818
7827
|
"max_tokens": 8192,
|
7819
7828
|
"max_input_tokens": 200000,
|
7820
7829
|
"max_output_tokens": 8192,
|
@@ -7829,6 +7838,7 @@
|
|
7829
7838
|
"supports_tool_choice": true
|
7830
7839
|
},
|
7831
7840
|
"vertex_ai/claude-3-5-sonnet-v2": {
|
7841
|
+
"supports_computer_use": true,
|
7832
7842
|
"max_tokens": 8192,
|
7833
7843
|
"max_input_tokens": 200000,
|
7834
7844
|
"max_output_tokens": 8192,
|
@@ -9666,6 +9676,7 @@
|
|
9666
9676
|
"supports_web_search": true
|
9667
9677
|
},
|
9668
9678
|
"claude-3-7-sonnet-latest": {
|
9679
|
+
"supports_computer_use": true,
|
9669
9680
|
"max_tokens": 128000,
|
9670
9681
|
"max_input_tokens": 200000,
|
9671
9682
|
"max_output_tokens": 128000,
|
@@ -9692,6 +9703,7 @@
|
|
9692
9703
|
"supports_reasoning": true
|
9693
9704
|
},
|
9694
9705
|
"claude-3-7-sonnet-20250219": {
|
9706
|
+
"supports_computer_use": true,
|
9695
9707
|
"max_tokens": 128000,
|
9696
9708
|
"max_input_tokens": 200000,
|
9697
9709
|
"max_output_tokens": 128000,
|
@@ -9719,6 +9731,7 @@
|
|
9719
9731
|
"supports_web_search": true
|
9720
9732
|
},
|
9721
9733
|
"vertex_ai/claude-3-7-sonnet@20250219": {
|
9734
|
+
"supports_computer_use": true,
|
9722
9735
|
"max_tokens": 8192,
|
9723
9736
|
"max_input_tokens": 200000,
|
9724
9737
|
"max_output_tokens": 8192,
|
@@ -9740,6 +9753,7 @@
|
|
9740
9753
|
"supports_tool_choice": true
|
9741
9754
|
},
|
9742
9755
|
"openrouter/anthropic/claude-3.7-sonnet": {
|
9756
|
+
"supports_computer_use": true,
|
9743
9757
|
"max_tokens": 8192,
|
9744
9758
|
"max_input_tokens": 200000,
|
9745
9759
|
"max_output_tokens": 8192,
|
@@ -9756,6 +9770,7 @@
|
|
9756
9770
|
"supports_tool_choice": true
|
9757
9771
|
},
|
9758
9772
|
"openrouter/anthropic/claude-3.7-sonnet:beta": {
|
9773
|
+
"supports_computer_use": true,
|
9759
9774
|
"max_tokens": 8192,
|
9760
9775
|
"max_input_tokens": 200000,
|
9761
9776
|
"max_output_tokens": 8192,
|
@@ -9784,6 +9799,7 @@
|
|
9784
9799
|
"mode": "rerank"
|
9785
9800
|
},
|
9786
9801
|
"anthropic.claude-3-7-sonnet-20250219-v1:0": {
|
9802
|
+
"supports_computer_use": true,
|
9787
9803
|
"max_tokens": 8192,
|
9788
9804
|
"max_input_tokens": 200000,
|
9789
9805
|
"max_output_tokens": 8192,
|
@@ -9803,6 +9819,7 @@
|
|
9803
9819
|
"supports_tool_choice": true
|
9804
9820
|
},
|
9805
9821
|
"us.anthropic.claude-3-7-sonnet-20250219-v1:0": {
|
9822
|
+
"supports_computer_use": true,
|
9806
9823
|
"max_tokens": 8192,
|
9807
9824
|
"max_input_tokens": 200000,
|
9808
9825
|
"max_output_tokens": 8192,
|
@@ -10478,6 +10495,7 @@
|
|
10478
10495
|
"mode": "chat"
|
10479
10496
|
},
|
10480
10497
|
"snowflake/claude-3-5-sonnet": {
|
10498
|
+
"supports_computer_use": true,
|
10481
10499
|
"max_tokens": 18000,
|
10482
10500
|
"max_input_tokens": 18000,
|
10483
10501
|
"max_output_tokens": 8192,
|
@@ -13271,6 +13289,7 @@
|
|
13271
13289
|
"source": "https://azuremarketplace.microsoft.com/pt-br/marketplace/apps/cohere.cohere-embed-4-offer?tab=PlansAndPrice"
|
13272
13290
|
},
|
13273
13291
|
"eu.anthropic.claude-3-7-sonnet-20250219-v1:0": {
|
13292
|
+
"supports_computer_use": true,
|
13274
13293
|
"max_tokens": 8192,
|
13275
13294
|
"max_input_tokens": 200000,
|
13276
13295
|
"max_output_tokens": 8192,
|
@@ -13473,5 +13492,268 @@
|
|
13473
13492
|
"supports_tool_choice": true,
|
13474
13493
|
"supports_reasoning": true,
|
13475
13494
|
"source": "https://cloud.sambanova.ai/plans/pricing"
|
13495
|
+
},
|
13496
|
+
"xai/grok-3": {
|
13497
|
+
"max_tokens": 131072,
|
13498
|
+
"max_input_tokens": 131072,
|
13499
|
+
"max_output_tokens": 131072,
|
13500
|
+
"input_cost_per_token": 3e-06,
|
13501
|
+
"output_cost_per_token": 1.5e-05,
|
13502
|
+
"litellm_provider": "xai",
|
13503
|
+
"mode": "chat",
|
13504
|
+
"supports_function_calling": true,
|
13505
|
+
"supports_tool_choice": true,
|
13506
|
+
"supports_response_schema": false,
|
13507
|
+
"source": "https://x.ai/api#pricing"
|
13508
|
+
},
|
13509
|
+
"gemini/gemini-2.5-flash-preview-tts": {
|
13510
|
+
"max_tokens": 65535,
|
13511
|
+
"max_input_tokens": 1048576,
|
13512
|
+
"max_output_tokens": 65535,
|
13513
|
+
"max_images_per_prompt": 3000,
|
13514
|
+
"max_videos_per_prompt": 10,
|
13515
|
+
"max_video_length": 1,
|
13516
|
+
"max_audio_length_hours": 8.4,
|
13517
|
+
"max_audio_per_prompt": 1,
|
13518
|
+
"max_pdf_size_mb": 30,
|
13519
|
+
"input_cost_per_audio_token": 1e-06,
|
13520
|
+
"input_cost_per_token": 1.5e-07,
|
13521
|
+
"output_cost_per_token": 6e-07,
|
13522
|
+
"output_cost_per_reasoning_token": 3.5e-06,
|
13523
|
+
"litellm_provider": "gemini",
|
13524
|
+
"mode": "chat",
|
13525
|
+
"rpm": 10,
|
13526
|
+
"tpm": 250000,
|
13527
|
+
"supports_system_messages": true,
|
13528
|
+
"supports_function_calling": true,
|
13529
|
+
"supports_vision": true,
|
13530
|
+
"supports_reasoning": true,
|
13531
|
+
"supports_response_schema": true,
|
13532
|
+
"supports_audio_output": false,
|
13533
|
+
"supports_tool_choice": true,
|
13534
|
+
"supported_endpoints": [
|
13535
|
+
"/v1/chat/completions",
|
13536
|
+
"/v1/completions"
|
13537
|
+
],
|
13538
|
+
"supported_modalities": [
|
13539
|
+
"text"
|
13540
|
+
],
|
13541
|
+
"supported_output_modalities": [
|
13542
|
+
"audio"
|
13543
|
+
],
|
13544
|
+
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview"
|
13545
|
+
},
|
13546
|
+
"gemini/gemini-2.5-flash-preview-05-20": {
|
13547
|
+
"max_tokens": 65535,
|
13548
|
+
"max_input_tokens": 1048576,
|
13549
|
+
"max_output_tokens": 65535,
|
13550
|
+
"max_images_per_prompt": 3000,
|
13551
|
+
"max_videos_per_prompt": 10,
|
13552
|
+
"max_video_length": 1,
|
13553
|
+
"max_audio_length_hours": 8.4,
|
13554
|
+
"max_audio_per_prompt": 1,
|
13555
|
+
"max_pdf_size_mb": 30,
|
13556
|
+
"input_cost_per_audio_token": 1e-06,
|
13557
|
+
"input_cost_per_token": 1.5e-07,
|
13558
|
+
"output_cost_per_token": 6e-07,
|
13559
|
+
"output_cost_per_reasoning_token": 3.5e-06,
|
13560
|
+
"litellm_provider": "gemini",
|
13561
|
+
"mode": "chat",
|
13562
|
+
"rpm": 10,
|
13563
|
+
"tpm": 250000,
|
13564
|
+
"supports_system_messages": true,
|
13565
|
+
"supports_function_calling": true,
|
13566
|
+
"supports_vision": true,
|
13567
|
+
"supports_reasoning": true,
|
13568
|
+
"supports_response_schema": true,
|
13569
|
+
"supports_audio_output": false,
|
13570
|
+
"supports_tool_choice": true,
|
13571
|
+
"supported_endpoints": [
|
13572
|
+
"/v1/chat/completions",
|
13573
|
+
"/v1/completions"
|
13574
|
+
],
|
13575
|
+
"supported_modalities": [
|
13576
|
+
"text",
|
13577
|
+
"image",
|
13578
|
+
"audio",
|
13579
|
+
"video"
|
13580
|
+
],
|
13581
|
+
"supported_output_modalities": [
|
13582
|
+
"text"
|
13583
|
+
],
|
13584
|
+
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview"
|
13585
|
+
},
|
13586
|
+
"gemini-2.5-flash-preview-05-20": {
|
13587
|
+
"max_tokens": 65535,
|
13588
|
+
"max_input_tokens": 1048576,
|
13589
|
+
"max_output_tokens": 65535,
|
13590
|
+
"max_images_per_prompt": 3000,
|
13591
|
+
"max_videos_per_prompt": 10,
|
13592
|
+
"max_video_length": 1,
|
13593
|
+
"max_audio_length_hours": 8.4,
|
13594
|
+
"max_audio_per_prompt": 1,
|
13595
|
+
"max_pdf_size_mb": 30,
|
13596
|
+
"input_cost_per_audio_token": 1e-06,
|
13597
|
+
"input_cost_per_token": 1.5e-07,
|
13598
|
+
"output_cost_per_token": 6e-07,
|
13599
|
+
"output_cost_per_reasoning_token": 3.5e-06,
|
13600
|
+
"litellm_provider": "vertex_ai-language-models",
|
13601
|
+
"mode": "chat",
|
13602
|
+
"supports_reasoning": true,
|
13603
|
+
"supports_system_messages": true,
|
13604
|
+
"supports_function_calling": true,
|
13605
|
+
"supports_vision": true,
|
13606
|
+
"supports_response_schema": true,
|
13607
|
+
"supports_audio_output": false,
|
13608
|
+
"supports_tool_choice": true,
|
13609
|
+
"supported_endpoints": [
|
13610
|
+
"/v1/chat/completions",
|
13611
|
+
"/v1/completions",
|
13612
|
+
"/v1/batch"
|
13613
|
+
],
|
13614
|
+
"supported_modalities": [
|
13615
|
+
"text",
|
13616
|
+
"image",
|
13617
|
+
"audio",
|
13618
|
+
"video"
|
13619
|
+
],
|
13620
|
+
"supported_output_modalities": [
|
13621
|
+
"text"
|
13622
|
+
],
|
13623
|
+
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview"
|
13624
|
+
},
|
13625
|
+
"gemini-2.0-flash-preview-image-generation": {
|
13626
|
+
"max_tokens": 8192,
|
13627
|
+
"max_input_tokens": 1048576,
|
13628
|
+
"max_output_tokens": 8192,
|
13629
|
+
"max_images_per_prompt": 3000,
|
13630
|
+
"max_videos_per_prompt": 10,
|
13631
|
+
"max_video_length": 1,
|
13632
|
+
"max_audio_length_hours": 8.4,
|
13633
|
+
"max_audio_per_prompt": 1,
|
13634
|
+
"max_pdf_size_mb": 30,
|
13635
|
+
"input_cost_per_audio_token": 7e-07,
|
13636
|
+
"input_cost_per_token": 1e-07,
|
13637
|
+
"output_cost_per_token": 4e-07,
|
13638
|
+
"litellm_provider": "vertex_ai-language-models",
|
13639
|
+
"mode": "chat",
|
13640
|
+
"supports_system_messages": true,
|
13641
|
+
"supports_function_calling": true,
|
13642
|
+
"supports_vision": true,
|
13643
|
+
"supports_response_schema": true,
|
13644
|
+
"supports_audio_output": true,
|
13645
|
+
"supports_audio_input": true,
|
13646
|
+
"supported_modalities": [
|
13647
|
+
"text",
|
13648
|
+
"image",
|
13649
|
+
"audio",
|
13650
|
+
"video"
|
13651
|
+
],
|
13652
|
+
"supported_output_modalities": [
|
13653
|
+
"text",
|
13654
|
+
"image"
|
13655
|
+
],
|
13656
|
+
"supports_tool_choice": true,
|
13657
|
+
"source": "https://ai.google.dev/pricing#2_0flash"
|
13658
|
+
},
|
13659
|
+
"gemini-2.5-pro-preview-tts": {
|
13660
|
+
"max_tokens": 65535,
|
13661
|
+
"max_input_tokens": 1048576,
|
13662
|
+
"max_output_tokens": 65535,
|
13663
|
+
"max_images_per_prompt": 3000,
|
13664
|
+
"max_videos_per_prompt": 10,
|
13665
|
+
"max_video_length": 1,
|
13666
|
+
"max_audio_length_hours": 8.4,
|
13667
|
+
"max_audio_per_prompt": 1,
|
13668
|
+
"max_pdf_size_mb": 30,
|
13669
|
+
"input_cost_per_audio_token": 7e-07,
|
13670
|
+
"input_cost_per_token": 1.25e-06,
|
13671
|
+
"input_cost_per_token_above_200k_tokens": 2.5e-06,
|
13672
|
+
"output_cost_per_token": 1e-05,
|
13673
|
+
"output_cost_per_token_above_200k_tokens": 1.5e-05,
|
13674
|
+
"litellm_provider": "vertex_ai-language-models",
|
13675
|
+
"mode": "chat",
|
13676
|
+
"supports_system_messages": true,
|
13677
|
+
"supports_function_calling": true,
|
13678
|
+
"supports_vision": true,
|
13679
|
+
"supports_response_schema": true,
|
13680
|
+
"supports_audio_output": false,
|
13681
|
+
"supports_tool_choice": true,
|
13682
|
+
"supported_modalities": [
|
13683
|
+
"text"
|
13684
|
+
],
|
13685
|
+
"supported_output_modalities": [
|
13686
|
+
"audio"
|
13687
|
+
],
|
13688
|
+
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview"
|
13689
|
+
},
|
13690
|
+
"gemini/gemini-2.0-flash-preview-image-generation": {
|
13691
|
+
"max_tokens": 8192,
|
13692
|
+
"max_input_tokens": 1048576,
|
13693
|
+
"max_output_tokens": 8192,
|
13694
|
+
"max_images_per_prompt": 3000,
|
13695
|
+
"max_videos_per_prompt": 10,
|
13696
|
+
"max_video_length": 1,
|
13697
|
+
"max_audio_length_hours": 8.4,
|
13698
|
+
"max_audio_per_prompt": 1,
|
13699
|
+
"max_pdf_size_mb": 30,
|
13700
|
+
"input_cost_per_audio_token": 7e-07,
|
13701
|
+
"input_cost_per_token": 1e-07,
|
13702
|
+
"output_cost_per_token": 4e-07,
|
13703
|
+
"litellm_provider": "gemini",
|
13704
|
+
"mode": "chat",
|
13705
|
+
"rpm": 10000,
|
13706
|
+
"tpm": 10000000,
|
13707
|
+
"supports_system_messages": true,
|
13708
|
+
"supports_function_calling": true,
|
13709
|
+
"supports_vision": true,
|
13710
|
+
"supports_response_schema": true,
|
13711
|
+
"supports_audio_output": true,
|
13712
|
+
"supports_audio_input": true,
|
13713
|
+
"supported_modalities": [
|
13714
|
+
"text",
|
13715
|
+
"image",
|
13716
|
+
"audio",
|
13717
|
+
"video"
|
13718
|
+
],
|
13719
|
+
"supported_output_modalities": [
|
13720
|
+
"text",
|
13721
|
+
"image"
|
13722
|
+
],
|
13723
|
+
"supports_tool_choice": true,
|
13724
|
+
"source": "https://ai.google.dev/pricing#2_0flash"
|
13725
|
+
},
|
13726
|
+
"gemini/gemini-2.5-pro-preview-tts": {
|
13727
|
+
"max_tokens": 65535,
|
13728
|
+
"max_input_tokens": 1048576,
|
13729
|
+
"max_output_tokens": 65535,
|
13730
|
+
"max_images_per_prompt": 3000,
|
13731
|
+
"max_videos_per_prompt": 10,
|
13732
|
+
"max_video_length": 1,
|
13733
|
+
"max_audio_length_hours": 8.4,
|
13734
|
+
"max_audio_per_prompt": 1,
|
13735
|
+
"max_pdf_size_mb": 30,
|
13736
|
+
"input_cost_per_audio_token": 7e-07,
|
13737
|
+
"input_cost_per_token": 1.25e-06,
|
13738
|
+
"input_cost_per_token_above_200k_tokens": 2.5e-06,
|
13739
|
+
"output_cost_per_token": 1e-05,
|
13740
|
+
"output_cost_per_token_above_200k_tokens": 1.5e-05,
|
13741
|
+
"litellm_provider": "gemini",
|
13742
|
+
"mode": "chat",
|
13743
|
+
"rpm": 10000,
|
13744
|
+
"tpm": 10000000,
|
13745
|
+
"supports_system_messages": true,
|
13746
|
+
"supports_function_calling": true,
|
13747
|
+
"supports_vision": true,
|
13748
|
+
"supports_response_schema": true,
|
13749
|
+
"supports_audio_output": false,
|
13750
|
+
"supports_tool_choice": true,
|
13751
|
+
"supported_modalities": [
|
13752
|
+
"text"
|
13753
|
+
],
|
13754
|
+
"supported_output_modalities": [
|
13755
|
+
"audio"
|
13756
|
+
],
|
13757
|
+
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview"
|
13476
13758
|
}
|
13477
13759
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tokencostauto
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.47
|
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=QYFIE9i7S1IVs-je6G1X94rccGaJo8HZS-tzRePlxjQ,490510
|
5
|
+
tokencostauto-0.1.47.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
6
|
+
tokencostauto-0.1.47.dist-info/METADATA,sha256=0yoWYLBpu2IjCBYqFtDh0BXYoMOHsti88VvgrEovRF4,204075
|
7
|
+
tokencostauto-0.1.47.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
8
|
+
tokencostauto-0.1.47.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
9
|
+
tokencostauto-0.1.47.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=gt3GkHjXhzl4awKMyPgvkfp3MitcYn5W4kvk-1e9Ios,480813
|
5
|
-
tokencostauto-0.1.43.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
6
|
-
tokencostauto-0.1.43.dist-info/METADATA,sha256=0QopAZNXfADex9BgjajDrBIkdKwmlAIWtk1HTaRO724,204075
|
7
|
-
tokencostauto-0.1.43.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
8
|
-
tokencostauto-0.1.43.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
9
|
-
tokencostauto-0.1.43.dist-info/RECORD,,
|
File without changes
|
File without changes
|