tokencostauto 0.1.56__py3-none-any.whl → 0.1.60__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 +105 -38
- {tokencostauto-0.1.56.dist-info → tokencostauto-0.1.60.dist-info}/METADATA +1 -1
- tokencostauto-0.1.60.dist-info/RECORD +9 -0
- tokencostauto-0.1.56.dist-info/RECORD +0 -9
- {tokencostauto-0.1.56.dist-info → tokencostauto-0.1.60.dist-info}/WHEEL +0 -0
- {tokencostauto-0.1.56.dist-info → tokencostauto-0.1.60.dist-info}/licenses/LICENSE +0 -0
- {tokencostauto-0.1.56.dist-info → tokencostauto-0.1.60.dist-info}/top_level.txt +0 -0
tokencostauto/model_prices.json
CHANGED
@@ -1455,12 +1455,13 @@
|
|
1455
1455
|
},
|
1456
1456
|
"mistral/mistral-medium-latest": {
|
1457
1457
|
"max_tokens": 8191,
|
1458
|
-
"max_input_tokens":
|
1458
|
+
"max_input_tokens": 131072,
|
1459
1459
|
"max_output_tokens": 8191,
|
1460
|
-
"input_cost_per_token":
|
1461
|
-
"output_cost_per_token":
|
1460
|
+
"input_cost_per_token": 4e-07,
|
1461
|
+
"output_cost_per_token": 2e-06,
|
1462
1462
|
"litellm_provider": "mistral",
|
1463
1463
|
"mode": "chat",
|
1464
|
+
"supports_function_calling": true,
|
1464
1465
|
"supports_assistant_prefill": true,
|
1465
1466
|
"supports_tool_choice": true
|
1466
1467
|
},
|
@@ -2419,6 +2420,7 @@
|
|
2419
2420
|
"litellm_provider": "vertex_ai-language-models",
|
2420
2421
|
"mode": "chat",
|
2421
2422
|
"supports_function_calling": true,
|
2423
|
+
"supports_parallel_function_calling": true,
|
2422
2424
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
|
2423
2425
|
"supports_tool_choice": true
|
2424
2426
|
},
|
@@ -2435,6 +2437,7 @@
|
|
2435
2437
|
"litellm_provider": "vertex_ai-language-models",
|
2436
2438
|
"mode": "chat",
|
2437
2439
|
"supports_function_calling": true,
|
2440
|
+
"supports_parallel_function_calling": true,
|
2438
2441
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing#google_models",
|
2439
2442
|
"supports_tool_choice": true
|
2440
2443
|
},
|
@@ -2453,7 +2456,8 @@
|
|
2453
2456
|
"supports_function_calling": true,
|
2454
2457
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2455
2458
|
"deprecation_date": "2025-04-09",
|
2456
|
-
"supports_tool_choice": true
|
2459
|
+
"supports_tool_choice": true,
|
2460
|
+
"supports_parallel_function_calling": true
|
2457
2461
|
},
|
2458
2462
|
"gemini-1.0-ultra": {
|
2459
2463
|
"max_tokens": 8192,
|
@@ -2469,7 +2473,8 @@
|
|
2469
2473
|
"mode": "chat",
|
2470
2474
|
"supports_function_calling": true,
|
2471
2475
|
"source": "As of Jun, 2024. There is no available doc on vertex ai pricing gemini-1.0-ultra-001. Using gemini-1.0-pro pricing. Got max_tokens info here: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2472
|
-
"supports_tool_choice": true
|
2476
|
+
"supports_tool_choice": true,
|
2477
|
+
"supports_parallel_function_calling": true
|
2473
2478
|
},
|
2474
2479
|
"gemini-1.0-ultra-001": {
|
2475
2480
|
"max_tokens": 8192,
|
@@ -2485,7 +2490,8 @@
|
|
2485
2490
|
"mode": "chat",
|
2486
2491
|
"supports_function_calling": true,
|
2487
2492
|
"source": "As of Jun, 2024. There is no available doc on vertex ai pricing gemini-1.0-ultra-001. Using gemini-1.0-pro pricing. Got max_tokens info here: https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2488
|
-
"supports_tool_choice": true
|
2493
|
+
"supports_tool_choice": true,
|
2494
|
+
"supports_parallel_function_calling": true
|
2489
2495
|
},
|
2490
2496
|
"gemini-1.0-pro-002": {
|
2491
2497
|
"max_tokens": 8192,
|
@@ -2502,7 +2508,8 @@
|
|
2502
2508
|
"supports_function_calling": true,
|
2503
2509
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2504
2510
|
"deprecation_date": "2025-04-09",
|
2505
|
-
"supports_tool_choice": true
|
2511
|
+
"supports_tool_choice": true,
|
2512
|
+
"supports_parallel_function_calling": true
|
2506
2513
|
},
|
2507
2514
|
"gemini-1.5-pro": {
|
2508
2515
|
"max_tokens": 8192,
|
@@ -2530,7 +2537,8 @@
|
|
2530
2537
|
"supports_function_calling": true,
|
2531
2538
|
"supports_tool_choice": true,
|
2532
2539
|
"supports_response_schema": true,
|
2533
|
-
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
2540
|
+
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2541
|
+
"supports_parallel_function_calling": true
|
2534
2542
|
},
|
2535
2543
|
"gemini-1.5-pro-002": {
|
2536
2544
|
"max_tokens": 8192,
|
@@ -2558,7 +2566,8 @@
|
|
2558
2566
|
"supports_tool_choice": true,
|
2559
2567
|
"supports_response_schema": true,
|
2560
2568
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-1.5-pro",
|
2561
|
-
"deprecation_date": "2025-09-24"
|
2569
|
+
"deprecation_date": "2025-09-24",
|
2570
|
+
"supports_parallel_function_calling": true
|
2562
2571
|
},
|
2563
2572
|
"gemini-1.5-pro-001": {
|
2564
2573
|
"max_tokens": 8192,
|
@@ -2586,7 +2595,8 @@
|
|
2586
2595
|
"supports_tool_choice": true,
|
2587
2596
|
"supports_response_schema": true,
|
2588
2597
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2589
|
-
"deprecation_date": "2025-05-24"
|
2598
|
+
"deprecation_date": "2025-05-24",
|
2599
|
+
"supports_parallel_function_calling": true
|
2590
2600
|
},
|
2591
2601
|
"gemini-1.5-pro-preview-0514": {
|
2592
2602
|
"max_tokens": 8192,
|
@@ -2612,7 +2622,8 @@
|
|
2612
2622
|
"supports_function_calling": true,
|
2613
2623
|
"supports_tool_choice": true,
|
2614
2624
|
"supports_response_schema": true,
|
2615
|
-
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
2625
|
+
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2626
|
+
"supports_parallel_function_calling": true
|
2616
2627
|
},
|
2617
2628
|
"gemini-1.5-pro-preview-0215": {
|
2618
2629
|
"max_tokens": 8192,
|
@@ -2638,7 +2649,8 @@
|
|
2638
2649
|
"supports_function_calling": true,
|
2639
2650
|
"supports_tool_choice": true,
|
2640
2651
|
"supports_response_schema": true,
|
2641
|
-
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
2652
|
+
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2653
|
+
"supports_parallel_function_calling": true
|
2642
2654
|
},
|
2643
2655
|
"gemini-1.5-pro-preview-0409": {
|
2644
2656
|
"max_tokens": 8192,
|
@@ -2663,7 +2675,8 @@
|
|
2663
2675
|
"supports_function_calling": true,
|
2664
2676
|
"supports_tool_choice": true,
|
2665
2677
|
"supports_response_schema": true,
|
2666
|
-
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
2678
|
+
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2679
|
+
"supports_parallel_function_calling": true
|
2667
2680
|
},
|
2668
2681
|
"gemini-1.5-flash": {
|
2669
2682
|
"max_tokens": 8192,
|
@@ -2696,7 +2709,8 @@
|
|
2696
2709
|
"supports_vision": true,
|
2697
2710
|
"supports_response_schema": true,
|
2698
2711
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2699
|
-
"supports_tool_choice": true
|
2712
|
+
"supports_tool_choice": true,
|
2713
|
+
"supports_parallel_function_calling": true
|
2700
2714
|
},
|
2701
2715
|
"gemini-1.5-flash-exp-0827": {
|
2702
2716
|
"max_tokens": 8192,
|
@@ -2729,7 +2743,8 @@
|
|
2729
2743
|
"supports_vision": true,
|
2730
2744
|
"supports_response_schema": true,
|
2731
2745
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2732
|
-
"supports_tool_choice": true
|
2746
|
+
"supports_tool_choice": true,
|
2747
|
+
"supports_parallel_function_calling": true
|
2733
2748
|
},
|
2734
2749
|
"gemini-1.5-flash-002": {
|
2735
2750
|
"max_tokens": 8192,
|
@@ -2763,7 +2778,8 @@
|
|
2763
2778
|
"supports_response_schema": true,
|
2764
2779
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-1.5-flash",
|
2765
2780
|
"deprecation_date": "2025-09-24",
|
2766
|
-
"supports_tool_choice": true
|
2781
|
+
"supports_tool_choice": true,
|
2782
|
+
"supports_parallel_function_calling": true
|
2767
2783
|
},
|
2768
2784
|
"gemini-1.5-flash-001": {
|
2769
2785
|
"max_tokens": 8192,
|
@@ -2797,7 +2813,8 @@
|
|
2797
2813
|
"supports_response_schema": true,
|
2798
2814
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2799
2815
|
"deprecation_date": "2025-05-24",
|
2800
|
-
"supports_tool_choice": true
|
2816
|
+
"supports_tool_choice": true,
|
2817
|
+
"supports_parallel_function_calling": true
|
2801
2818
|
},
|
2802
2819
|
"gemini-1.5-flash-preview-0514": {
|
2803
2820
|
"max_tokens": 8192,
|
@@ -2829,7 +2846,8 @@
|
|
2829
2846
|
"supports_function_calling": true,
|
2830
2847
|
"supports_vision": true,
|
2831
2848
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2832
|
-
"supports_tool_choice": true
|
2849
|
+
"supports_tool_choice": true,
|
2850
|
+
"supports_parallel_function_calling": true
|
2833
2851
|
},
|
2834
2852
|
"gemini-pro-experimental": {
|
2835
2853
|
"max_tokens": 8192,
|
@@ -2843,7 +2861,8 @@
|
|
2843
2861
|
"mode": "chat",
|
2844
2862
|
"supports_function_calling": false,
|
2845
2863
|
"supports_tool_choice": true,
|
2846
|
-
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/gemini-experimental"
|
2864
|
+
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/gemini-experimental",
|
2865
|
+
"supports_parallel_function_calling": true
|
2847
2866
|
},
|
2848
2867
|
"gemini-flash-experimental": {
|
2849
2868
|
"max_tokens": 8192,
|
@@ -2857,7 +2876,8 @@
|
|
2857
2876
|
"mode": "chat",
|
2858
2877
|
"supports_function_calling": false,
|
2859
2878
|
"supports_tool_choice": true,
|
2860
|
-
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/gemini-experimental"
|
2879
|
+
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/gemini-experimental",
|
2880
|
+
"supports_parallel_function_calling": true
|
2861
2881
|
},
|
2862
2882
|
"gemini-pro-vision": {
|
2863
2883
|
"max_tokens": 2048,
|
@@ -2874,7 +2894,8 @@
|
|
2874
2894
|
"supports_function_calling": true,
|
2875
2895
|
"supports_vision": true,
|
2876
2896
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2877
|
-
"supports_tool_choice": true
|
2897
|
+
"supports_tool_choice": true,
|
2898
|
+
"supports_parallel_function_calling": true
|
2878
2899
|
},
|
2879
2900
|
"gemini-1.0-pro-vision": {
|
2880
2901
|
"max_tokens": 2048,
|
@@ -2891,7 +2912,8 @@
|
|
2891
2912
|
"supports_function_calling": true,
|
2892
2913
|
"supports_vision": true,
|
2893
2914
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2894
|
-
"supports_tool_choice": true
|
2915
|
+
"supports_tool_choice": true,
|
2916
|
+
"supports_parallel_function_calling": true
|
2895
2917
|
},
|
2896
2918
|
"gemini-1.0-pro-vision-001": {
|
2897
2919
|
"max_tokens": 2048,
|
@@ -2909,7 +2931,8 @@
|
|
2909
2931
|
"supports_vision": true,
|
2910
2932
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models",
|
2911
2933
|
"deprecation_date": "2025-04-09",
|
2912
|
-
"supports_tool_choice": true
|
2934
|
+
"supports_tool_choice": true,
|
2935
|
+
"supports_parallel_function_calling": true
|
2913
2936
|
},
|
2914
2937
|
"medlm-medium": {
|
2915
2938
|
"max_tokens": 8192,
|
@@ -8364,7 +8387,8 @@
|
|
8364
8387
|
"image"
|
8365
8388
|
],
|
8366
8389
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
|
8367
|
-
"supports_tool_choice": true
|
8390
|
+
"supports_tool_choice": true,
|
8391
|
+
"supports_parallel_function_calling": true
|
8368
8392
|
},
|
8369
8393
|
"gemini/gemini-2.0-flash-exp": {
|
8370
8394
|
"max_tokens": 8192,
|
@@ -9097,7 +9121,8 @@
|
|
9097
9121
|
"image"
|
9098
9122
|
],
|
9099
9123
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
|
9100
|
-
"deprecation_date": "2026-02-05"
|
9124
|
+
"deprecation_date": "2026-02-05",
|
9125
|
+
"supports_parallel_function_calling": true
|
9101
9126
|
},
|
9102
9127
|
"gemini-2.0-flash-thinking-exp": {
|
9103
9128
|
"max_tokens": 8192,
|
@@ -9141,7 +9166,8 @@
|
|
9141
9166
|
"image"
|
9142
9167
|
],
|
9143
9168
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-2.0-flash",
|
9144
|
-
"supports_tool_choice": true
|
9169
|
+
"supports_tool_choice": true,
|
9170
|
+
"supports_parallel_function_calling": true
|
9145
9171
|
},
|
9146
9172
|
"gemini-2.0-flash-thinking-exp-01-21": {
|
9147
9173
|
"max_tokens": 65536,
|
@@ -9185,7 +9211,8 @@
|
|
9185
9211
|
"image"
|
9186
9212
|
],
|
9187
9213
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-2.0-flash",
|
9188
|
-
"supports_tool_choice": true
|
9214
|
+
"supports_tool_choice": true,
|
9215
|
+
"supports_parallel_function_calling": true
|
9189
9216
|
},
|
9190
9217
|
"gemini/gemini-2.0-flash-001": {
|
9191
9218
|
"max_tokens": 8192,
|
@@ -9520,7 +9547,8 @@
|
|
9520
9547
|
"supported_output_modalities": [
|
9521
9548
|
"text"
|
9522
9549
|
],
|
9523
|
-
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing"
|
9550
|
+
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
|
9551
|
+
"supports_parallel_function_calling": true
|
9524
9552
|
},
|
9525
9553
|
"us.meta.llama3-3-70b-instruct-v1:0": {
|
9526
9554
|
"max_tokens": 4096,
|
@@ -12155,7 +12183,8 @@
|
|
12155
12183
|
"supported_output_modalities": [
|
12156
12184
|
"text"
|
12157
12185
|
],
|
12158
|
-
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing"
|
12186
|
+
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
|
12187
|
+
"supports_parallel_function_calling": true
|
12159
12188
|
},
|
12160
12189
|
"gemini/gemini-2.5-pro-exp-03-25": {
|
12161
12190
|
"max_tokens": 65535,
|
@@ -12275,7 +12304,8 @@
|
|
12275
12304
|
"supported_output_modalities": [
|
12276
12305
|
"text"
|
12277
12306
|
],
|
12278
|
-
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview"
|
12307
|
+
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview",
|
12308
|
+
"supports_parallel_function_calling": true
|
12279
12309
|
},
|
12280
12310
|
"gemini-2.0-flash": {
|
12281
12311
|
"max_tokens": 8192,
|
@@ -12309,7 +12339,8 @@
|
|
12309
12339
|
"image"
|
12310
12340
|
],
|
12311
12341
|
"supports_tool_choice": true,
|
12312
|
-
"source": "https://ai.google.dev/pricing#2_0flash"
|
12342
|
+
"source": "https://ai.google.dev/pricing#2_0flash",
|
12343
|
+
"supports_parallel_function_calling": true
|
12313
12344
|
},
|
12314
12345
|
"gemini-2.0-flash-lite": {
|
12315
12346
|
"max_input_tokens": 1048576,
|
@@ -12340,7 +12371,8 @@
|
|
12340
12371
|
"text"
|
12341
12372
|
],
|
12342
12373
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-2.0-flash",
|
12343
|
-
"supports_tool_choice": true
|
12374
|
+
"supports_tool_choice": true,
|
12375
|
+
"supports_parallel_function_calling": true
|
12344
12376
|
},
|
12345
12377
|
"gemini-2.0-flash-lite-001": {
|
12346
12378
|
"max_input_tokens": 1048576,
|
@@ -12372,7 +12404,8 @@
|
|
12372
12404
|
],
|
12373
12405
|
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-2.0-flash",
|
12374
12406
|
"supports_tool_choice": true,
|
12375
|
-
"deprecation_date": "2026-02-25"
|
12407
|
+
"deprecation_date": "2026-02-25",
|
12408
|
+
"supports_parallel_function_calling": true
|
12376
12409
|
},
|
12377
12410
|
"gemini-2.5-pro-preview-05-06": {
|
12378
12411
|
"max_tokens": 65535,
|
@@ -12412,7 +12445,8 @@
|
|
12412
12445
|
"supported_output_modalities": [
|
12413
12446
|
"text"
|
12414
12447
|
],
|
12415
|
-
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview"
|
12448
|
+
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview",
|
12449
|
+
"supports_parallel_function_calling": true
|
12416
12450
|
},
|
12417
12451
|
"gemini-2.5-pro-preview-03-25": {
|
12418
12452
|
"max_tokens": 65535,
|
@@ -12452,7 +12486,8 @@
|
|
12452
12486
|
"supported_output_modalities": [
|
12453
12487
|
"text"
|
12454
12488
|
],
|
12455
|
-
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview"
|
12489
|
+
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview",
|
12490
|
+
"supports_parallel_function_calling": true
|
12456
12491
|
},
|
12457
12492
|
"gemini/gemini-2.0-flash-lite": {
|
12458
12493
|
"max_input_tokens": 1048576,
|
@@ -13620,7 +13655,8 @@
|
|
13620
13655
|
"supported_output_modalities": [
|
13621
13656
|
"text"
|
13622
13657
|
],
|
13623
|
-
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview"
|
13658
|
+
"source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview",
|
13659
|
+
"supports_parallel_function_calling": true
|
13624
13660
|
},
|
13625
13661
|
"gemini-2.0-flash-preview-image-generation": {
|
13626
13662
|
"max_tokens": 8192,
|
@@ -13654,7 +13690,8 @@
|
|
13654
13690
|
"image"
|
13655
13691
|
],
|
13656
13692
|
"supports_tool_choice": true,
|
13657
|
-
"source": "https://ai.google.dev/pricing#2_0flash"
|
13693
|
+
"source": "https://ai.google.dev/pricing#2_0flash",
|
13694
|
+
"supports_parallel_function_calling": true
|
13658
13695
|
},
|
13659
13696
|
"gemini-2.5-pro-preview-tts": {
|
13660
13697
|
"max_tokens": 65535,
|
@@ -13685,7 +13722,8 @@
|
|
13685
13722
|
"supported_output_modalities": [
|
13686
13723
|
"audio"
|
13687
13724
|
],
|
13688
|
-
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview"
|
13725
|
+
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview",
|
13726
|
+
"supports_parallel_function_calling": true
|
13689
13727
|
},
|
13690
13728
|
"gemini/gemini-2.0-flash-preview-image-generation": {
|
13691
13729
|
"max_tokens": 8192,
|
@@ -14056,5 +14094,34 @@
|
|
14056
14094
|
"supports_function_calling": true,
|
14057
14095
|
"supports_assistant_prefill": true,
|
14058
14096
|
"supports_tool_choice": true
|
14097
|
+
},
|
14098
|
+
"gpt-4o-mini-audio-preview": {
|
14099
|
+
"max_tokens": 16384,
|
14100
|
+
"max_input_tokens": 128000,
|
14101
|
+
"max_output_tokens": 16384,
|
14102
|
+
"input_cost_per_token": 1.5e-07,
|
14103
|
+
"input_cost_per_audio_token": 1e-05,
|
14104
|
+
"output_cost_per_token": 6e-07,
|
14105
|
+
"output_cost_per_audio_token": 2e-05,
|
14106
|
+
"litellm_provider": "openai",
|
14107
|
+
"mode": "chat",
|
14108
|
+
"supports_function_calling": true,
|
14109
|
+
"supports_parallel_function_calling": true,
|
14110
|
+
"supports_audio_input": true,
|
14111
|
+
"supports_audio_output": true,
|
14112
|
+
"supports_system_messages": true,
|
14113
|
+
"supports_tool_choice": true
|
14114
|
+
},
|
14115
|
+
"mistral/mistral-medium-2505": {
|
14116
|
+
"max_tokens": 8191,
|
14117
|
+
"max_input_tokens": 131072,
|
14118
|
+
"max_output_tokens": 8191,
|
14119
|
+
"input_cost_per_token": 4e-07,
|
14120
|
+
"output_cost_per_token": 2e-06,
|
14121
|
+
"litellm_provider": "mistral",
|
14122
|
+
"mode": "chat",
|
14123
|
+
"supports_function_calling": true,
|
14124
|
+
"supports_assistant_prefill": true,
|
14125
|
+
"supports_tool_choice": true
|
14059
14126
|
}
|
14060
14127
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tokencostauto
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.60
|
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=WAuESB4jM4TstwA90qYCIgsqDKXTa5ivTorfDl7-rXg,505059
|
5
|
+
tokencostauto-0.1.60.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
6
|
+
tokencostauto-0.1.60.dist-info/METADATA,sha256=JGxvUd3g_Q3DK6YQQkHyhKluDXQaidR8zqOakvGT-iE,204075
|
7
|
+
tokencostauto-0.1.60.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
+
tokencostauto-0.1.60.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
9
|
+
tokencostauto-0.1.60.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=l6MfFUgti3etZPNO7lV5gRD_j4al-Pg20CUIiQzkCwg,502058
|
5
|
-
tokencostauto-0.1.56.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
|
6
|
-
tokencostauto-0.1.56.dist-info/METADATA,sha256=MQdJWXjRwionl-5qYBmVrvJL43vH4lxKJJ-Yg9WZcXo,204075
|
7
|
-
tokencostauto-0.1.56.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
-
tokencostauto-0.1.56.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
|
9
|
-
tokencostauto-0.1.56.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|