tokencostauto 0.1.78__py3-none-any.whl → 0.1.82__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.
@@ -11157,9 +11157,9 @@
11157
11157
  "max_tokens": 100000,
11158
11158
  "max_input_tokens": 200000,
11159
11159
  "max_output_tokens": 100000,
11160
- "input_cost_per_token": 1e-05,
11161
- "output_cost_per_token": 4e-05,
11162
- "cache_read_input_token_cost": 2.5e-06,
11160
+ "input_cost_per_token": 2e-06,
11161
+ "output_cost_per_token": 8e-06,
11162
+ "cache_read_input_token_cost": 5e-07,
11163
11163
  "litellm_provider": "openai",
11164
11164
  "mode": "chat",
11165
11165
  "supports_function_calling": true,
@@ -11169,15 +11169,28 @@
11169
11169
  "supports_prompt_caching": true,
11170
11170
  "supports_response_schema": true,
11171
11171
  "supports_reasoning": true,
11172
- "supports_tool_choice": true
11172
+ "supports_tool_choice": true,
11173
+ "supported_endpoints": [
11174
+ "/v1/responses",
11175
+ "/v1/chat/completions",
11176
+ "/v1/completions",
11177
+ "/v1/batch"
11178
+ ],
11179
+ "supported_modalities": [
11180
+ "text",
11181
+ "image"
11182
+ ],
11183
+ "supported_output_modalities": [
11184
+ "text"
11185
+ ]
11173
11186
  },
11174
11187
  "o3-2025-04-16": {
11175
11188
  "max_tokens": 100000,
11176
11189
  "max_input_tokens": 200000,
11177
11190
  "max_output_tokens": 100000,
11178
- "input_cost_per_token": 1e-05,
11179
- "output_cost_per_token": 4e-05,
11180
- "cache_read_input_token_cost": 2.5e-06,
11191
+ "input_cost_per_token": 2e-06,
11192
+ "output_cost_per_token": 8e-06,
11193
+ "cache_read_input_token_cost": 5e-07,
11181
11194
  "litellm_provider": "openai",
11182
11195
  "mode": "chat",
11183
11196
  "supports_function_calling": true,
@@ -11187,7 +11200,20 @@
11187
11200
  "supports_prompt_caching": true,
11188
11201
  "supports_response_schema": true,
11189
11202
  "supports_reasoning": true,
11190
- "supports_tool_choice": true
11203
+ "supports_tool_choice": true,
11204
+ "supported_endpoints": [
11205
+ "/v1/responses",
11206
+ "/v1/chat/completions",
11207
+ "/v1/completions",
11208
+ "/v1/batch"
11209
+ ],
11210
+ "supported_modalities": [
11211
+ "text",
11212
+ "image"
11213
+ ],
11214
+ "supported_output_modalities": [
11215
+ "text"
11216
+ ]
11191
11217
  },
11192
11218
  "o4-mini": {
11193
11219
  "max_tokens": 100000,
@@ -12426,6 +12452,9 @@
12426
12452
  "supported_output_modalities": [
12427
12453
  "text"
12428
12454
  ],
12455
+ "supported_regions": [
12456
+ "global"
12457
+ ],
12429
12458
  "source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview",
12430
12459
  "supports_parallel_function_calling": true,
12431
12460
  "supports_web_search": true
@@ -14389,5 +14418,641 @@
14389
14418
  "supports_audio_output": true,
14390
14419
  "supports_system_messages": true,
14391
14420
  "supports_tool_choice": true
14421
+ },
14422
+ "o3-pro": {
14423
+ "max_tokens": 100000,
14424
+ "max_input_tokens": 200000,
14425
+ "max_output_tokens": 100000,
14426
+ "input_cost_per_token": 2e-05,
14427
+ "input_cost_per_token_batches": 1e-05,
14428
+ "output_cost_per_token_batches": 4e-05,
14429
+ "output_cost_per_token": 8e-05,
14430
+ "litellm_provider": "openai",
14431
+ "mode": "responses",
14432
+ "supports_function_calling": true,
14433
+ "supports_parallel_function_calling": false,
14434
+ "supports_vision": true,
14435
+ "supports_pdf_input": true,
14436
+ "supports_prompt_caching": true,
14437
+ "supports_response_schema": true,
14438
+ "supports_reasoning": true,
14439
+ "supports_tool_choice": true,
14440
+ "supported_endpoints": [
14441
+ "/v1/responses",
14442
+ "/v1/batch"
14443
+ ],
14444
+ "supported_modalities": [
14445
+ "text",
14446
+ "image"
14447
+ ],
14448
+ "supported_output_modalities": [
14449
+ "text"
14450
+ ]
14451
+ },
14452
+ "o3-pro-2025-06-10": {
14453
+ "max_tokens": 100000,
14454
+ "max_input_tokens": 200000,
14455
+ "max_output_tokens": 100000,
14456
+ "input_cost_per_token": 2e-05,
14457
+ "input_cost_per_token_batches": 1e-05,
14458
+ "output_cost_per_token_batches": 4e-05,
14459
+ "output_cost_per_token": 8e-05,
14460
+ "litellm_provider": "openai",
14461
+ "mode": "responses",
14462
+ "supports_function_calling": true,
14463
+ "supports_parallel_function_calling": false,
14464
+ "supports_vision": true,
14465
+ "supports_pdf_input": true,
14466
+ "supports_prompt_caching": true,
14467
+ "supports_response_schema": true,
14468
+ "supports_reasoning": true,
14469
+ "supports_tool_choice": true,
14470
+ "supported_endpoints": [
14471
+ "/v1/responses",
14472
+ "/v1/batch"
14473
+ ],
14474
+ "supported_modalities": [
14475
+ "text",
14476
+ "image"
14477
+ ],
14478
+ "supported_output_modalities": [
14479
+ "text"
14480
+ ]
14481
+ },
14482
+ "mistral/magistral-medium-2506": {
14483
+ "max_tokens": 40000,
14484
+ "max_input_tokens": 40000,
14485
+ "max_output_tokens": 40000,
14486
+ "input_cost_per_token": 2e-06,
14487
+ "output_cost_per_token": 5e-06,
14488
+ "litellm_provider": "mistral",
14489
+ "mode": "chat",
14490
+ "source": "https://mistral.ai/news/magistral",
14491
+ "supports_function_calling": true,
14492
+ "supports_assistant_prefill": true,
14493
+ "supports_tool_choice": true
14494
+ },
14495
+ "mistral/magistral-small-2506": {
14496
+ "max_tokens": 40000,
14497
+ "max_input_tokens": 40000,
14498
+ "max_output_tokens": 40000,
14499
+ "input_cost_per_token": 0.0,
14500
+ "output_cost_per_token": 0.0,
14501
+ "litellm_provider": "mistral",
14502
+ "mode": "chat",
14503
+ "source": "https://mistral.ai/news/magistral",
14504
+ "supports_function_calling": true,
14505
+ "supports_assistant_prefill": true,
14506
+ "supports_tool_choice": true
14507
+ },
14508
+ "vertex_ai/claude-opus-4": {
14509
+ "max_tokens": 32000,
14510
+ "max_input_tokens": 200000,
14511
+ "max_output_tokens": 32000,
14512
+ "input_cost_per_token": 1.5e-05,
14513
+ "output_cost_per_token": 7.5e-05,
14514
+ "search_context_cost_per_query": {
14515
+ "search_context_size_low": 0.01,
14516
+ "search_context_size_medium": 0.01,
14517
+ "search_context_size_high": 0.01
14518
+ },
14519
+ "cache_creation_input_token_cost": 1.875e-05,
14520
+ "cache_read_input_token_cost": 1.5e-06,
14521
+ "litellm_provider": "vertex_ai-anthropic_models",
14522
+ "mode": "chat",
14523
+ "supports_function_calling": true,
14524
+ "supports_vision": true,
14525
+ "tool_use_system_prompt_tokens": 159,
14526
+ "supports_assistant_prefill": true,
14527
+ "supports_pdf_input": true,
14528
+ "supports_prompt_caching": true,
14529
+ "supports_response_schema": true,
14530
+ "supports_tool_choice": true,
14531
+ "supports_reasoning": true,
14532
+ "supports_computer_use": true
14533
+ },
14534
+ "vertex_ai/claude-sonnet-4": {
14535
+ "max_tokens": 64000,
14536
+ "max_input_tokens": 200000,
14537
+ "max_output_tokens": 64000,
14538
+ "input_cost_per_token": 3e-06,
14539
+ "output_cost_per_token": 1.5e-05,
14540
+ "search_context_cost_per_query": {
14541
+ "search_context_size_low": 0.01,
14542
+ "search_context_size_medium": 0.01,
14543
+ "search_context_size_high": 0.01
14544
+ },
14545
+ "cache_creation_input_token_cost": 3.75e-06,
14546
+ "cache_read_input_token_cost": 3e-07,
14547
+ "litellm_provider": "vertex_ai-anthropic_models",
14548
+ "mode": "chat",
14549
+ "supports_function_calling": true,
14550
+ "supports_vision": true,
14551
+ "tool_use_system_prompt_tokens": 159,
14552
+ "supports_assistant_prefill": true,
14553
+ "supports_pdf_input": true,
14554
+ "supports_prompt_caching": true,
14555
+ "supports_response_schema": true,
14556
+ "supports_tool_choice": true,
14557
+ "supports_reasoning": true,
14558
+ "supports_computer_use": true
14559
+ },
14560
+ "deepgram/nova-3": {
14561
+ "mode": "audio_transcription",
14562
+ "input_cost_per_second": 7.167e-05,
14563
+ "output_cost_per_second": 0.0,
14564
+ "litellm_provider": "deepgram",
14565
+ "supported_endpoints": [
14566
+ "/v1/audio/transcriptions"
14567
+ ],
14568
+ "source": "https://deepgram.com/pricing",
14569
+ "metadata": {
14570
+ "original_pricing_per_minute": 0.0043,
14571
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14572
+ }
14573
+ },
14574
+ "deepgram/nova-3-general": {
14575
+ "mode": "audio_transcription",
14576
+ "input_cost_per_second": 7.167e-05,
14577
+ "output_cost_per_second": 0.0,
14578
+ "litellm_provider": "deepgram",
14579
+ "supported_endpoints": [
14580
+ "/v1/audio/transcriptions"
14581
+ ],
14582
+ "source": "https://deepgram.com/pricing",
14583
+ "metadata": {
14584
+ "original_pricing_per_minute": 0.0043,
14585
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14586
+ }
14587
+ },
14588
+ "deepgram/nova-3-medical": {
14589
+ "mode": "audio_transcription",
14590
+ "input_cost_per_second": 8.667e-05,
14591
+ "output_cost_per_second": 0.0,
14592
+ "litellm_provider": "deepgram",
14593
+ "supported_endpoints": [
14594
+ "/v1/audio/transcriptions"
14595
+ ],
14596
+ "source": "https://deepgram.com/pricing",
14597
+ "metadata": {
14598
+ "original_pricing_per_minute": 0.0052,
14599
+ "calculation": "$0.0052/60 seconds = $0.00008667 per second (multilingual)"
14600
+ }
14601
+ },
14602
+ "deepgram/nova-2": {
14603
+ "mode": "audio_transcription",
14604
+ "input_cost_per_second": 7.167e-05,
14605
+ "output_cost_per_second": 0.0,
14606
+ "litellm_provider": "deepgram",
14607
+ "supported_endpoints": [
14608
+ "/v1/audio/transcriptions"
14609
+ ],
14610
+ "source": "https://deepgram.com/pricing",
14611
+ "metadata": {
14612
+ "original_pricing_per_minute": 0.0043,
14613
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14614
+ }
14615
+ },
14616
+ "deepgram/nova-2-general": {
14617
+ "mode": "audio_transcription",
14618
+ "input_cost_per_second": 7.167e-05,
14619
+ "output_cost_per_second": 0.0,
14620
+ "litellm_provider": "deepgram",
14621
+ "supported_endpoints": [
14622
+ "/v1/audio/transcriptions"
14623
+ ],
14624
+ "source": "https://deepgram.com/pricing",
14625
+ "metadata": {
14626
+ "original_pricing_per_minute": 0.0043,
14627
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14628
+ }
14629
+ },
14630
+ "deepgram/nova-2-meeting": {
14631
+ "mode": "audio_transcription",
14632
+ "input_cost_per_second": 7.167e-05,
14633
+ "output_cost_per_second": 0.0,
14634
+ "litellm_provider": "deepgram",
14635
+ "supported_endpoints": [
14636
+ "/v1/audio/transcriptions"
14637
+ ],
14638
+ "source": "https://deepgram.com/pricing",
14639
+ "metadata": {
14640
+ "original_pricing_per_minute": 0.0043,
14641
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14642
+ }
14643
+ },
14644
+ "deepgram/nova-2-phonecall": {
14645
+ "mode": "audio_transcription",
14646
+ "input_cost_per_second": 7.167e-05,
14647
+ "output_cost_per_second": 0.0,
14648
+ "litellm_provider": "deepgram",
14649
+ "supported_endpoints": [
14650
+ "/v1/audio/transcriptions"
14651
+ ],
14652
+ "source": "https://deepgram.com/pricing",
14653
+ "metadata": {
14654
+ "original_pricing_per_minute": 0.0043,
14655
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14656
+ }
14657
+ },
14658
+ "deepgram/nova-2-voicemail": {
14659
+ "mode": "audio_transcription",
14660
+ "input_cost_per_second": 7.167e-05,
14661
+ "output_cost_per_second": 0.0,
14662
+ "litellm_provider": "deepgram",
14663
+ "supported_endpoints": [
14664
+ "/v1/audio/transcriptions"
14665
+ ],
14666
+ "source": "https://deepgram.com/pricing",
14667
+ "metadata": {
14668
+ "original_pricing_per_minute": 0.0043,
14669
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14670
+ }
14671
+ },
14672
+ "deepgram/nova-2-finance": {
14673
+ "mode": "audio_transcription",
14674
+ "input_cost_per_second": 7.167e-05,
14675
+ "output_cost_per_second": 0.0,
14676
+ "litellm_provider": "deepgram",
14677
+ "supported_endpoints": [
14678
+ "/v1/audio/transcriptions"
14679
+ ],
14680
+ "source": "https://deepgram.com/pricing",
14681
+ "metadata": {
14682
+ "original_pricing_per_minute": 0.0043,
14683
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14684
+ }
14685
+ },
14686
+ "deepgram/nova-2-conversationalai": {
14687
+ "mode": "audio_transcription",
14688
+ "input_cost_per_second": 7.167e-05,
14689
+ "output_cost_per_second": 0.0,
14690
+ "litellm_provider": "deepgram",
14691
+ "supported_endpoints": [
14692
+ "/v1/audio/transcriptions"
14693
+ ],
14694
+ "source": "https://deepgram.com/pricing",
14695
+ "metadata": {
14696
+ "original_pricing_per_minute": 0.0043,
14697
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14698
+ }
14699
+ },
14700
+ "deepgram/nova-2-video": {
14701
+ "mode": "audio_transcription",
14702
+ "input_cost_per_second": 7.167e-05,
14703
+ "output_cost_per_second": 0.0,
14704
+ "litellm_provider": "deepgram",
14705
+ "supported_endpoints": [
14706
+ "/v1/audio/transcriptions"
14707
+ ],
14708
+ "source": "https://deepgram.com/pricing",
14709
+ "metadata": {
14710
+ "original_pricing_per_minute": 0.0043,
14711
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14712
+ }
14713
+ },
14714
+ "deepgram/nova-2-drivethru": {
14715
+ "mode": "audio_transcription",
14716
+ "input_cost_per_second": 7.167e-05,
14717
+ "output_cost_per_second": 0.0,
14718
+ "litellm_provider": "deepgram",
14719
+ "supported_endpoints": [
14720
+ "/v1/audio/transcriptions"
14721
+ ],
14722
+ "source": "https://deepgram.com/pricing",
14723
+ "metadata": {
14724
+ "original_pricing_per_minute": 0.0043,
14725
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14726
+ }
14727
+ },
14728
+ "deepgram/nova-2-automotive": {
14729
+ "mode": "audio_transcription",
14730
+ "input_cost_per_second": 7.167e-05,
14731
+ "output_cost_per_second": 0.0,
14732
+ "litellm_provider": "deepgram",
14733
+ "supported_endpoints": [
14734
+ "/v1/audio/transcriptions"
14735
+ ],
14736
+ "source": "https://deepgram.com/pricing",
14737
+ "metadata": {
14738
+ "original_pricing_per_minute": 0.0043,
14739
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14740
+ }
14741
+ },
14742
+ "deepgram/nova-2-atc": {
14743
+ "mode": "audio_transcription",
14744
+ "input_cost_per_second": 7.167e-05,
14745
+ "output_cost_per_second": 0.0,
14746
+ "litellm_provider": "deepgram",
14747
+ "supported_endpoints": [
14748
+ "/v1/audio/transcriptions"
14749
+ ],
14750
+ "source": "https://deepgram.com/pricing",
14751
+ "metadata": {
14752
+ "original_pricing_per_minute": 0.0043,
14753
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14754
+ }
14755
+ },
14756
+ "deepgram/nova": {
14757
+ "mode": "audio_transcription",
14758
+ "input_cost_per_second": 7.167e-05,
14759
+ "output_cost_per_second": 0.0,
14760
+ "litellm_provider": "deepgram",
14761
+ "supported_endpoints": [
14762
+ "/v1/audio/transcriptions"
14763
+ ],
14764
+ "source": "https://deepgram.com/pricing",
14765
+ "metadata": {
14766
+ "original_pricing_per_minute": 0.0043,
14767
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14768
+ }
14769
+ },
14770
+ "deepgram/nova-general": {
14771
+ "mode": "audio_transcription",
14772
+ "input_cost_per_second": 7.167e-05,
14773
+ "output_cost_per_second": 0.0,
14774
+ "litellm_provider": "deepgram",
14775
+ "supported_endpoints": [
14776
+ "/v1/audio/transcriptions"
14777
+ ],
14778
+ "source": "https://deepgram.com/pricing",
14779
+ "metadata": {
14780
+ "original_pricing_per_minute": 0.0043,
14781
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14782
+ }
14783
+ },
14784
+ "deepgram/nova-phonecall": {
14785
+ "mode": "audio_transcription",
14786
+ "input_cost_per_second": 7.167e-05,
14787
+ "output_cost_per_second": 0.0,
14788
+ "litellm_provider": "deepgram",
14789
+ "supported_endpoints": [
14790
+ "/v1/audio/transcriptions"
14791
+ ],
14792
+ "source": "https://deepgram.com/pricing",
14793
+ "metadata": {
14794
+ "original_pricing_per_minute": 0.0043,
14795
+ "calculation": "$0.0043/60 seconds = $0.00007167 per second"
14796
+ }
14797
+ },
14798
+ "deepgram/enhanced": {
14799
+ "mode": "audio_transcription",
14800
+ "input_cost_per_second": 0.00024167,
14801
+ "output_cost_per_second": 0.0,
14802
+ "litellm_provider": "deepgram",
14803
+ "supported_endpoints": [
14804
+ "/v1/audio/transcriptions"
14805
+ ],
14806
+ "source": "https://deepgram.com/pricing",
14807
+ "metadata": {
14808
+ "original_pricing_per_minute": 0.0145,
14809
+ "calculation": "$0.0145/60 seconds = $0.00024167 per second"
14810
+ }
14811
+ },
14812
+ "deepgram/enhanced-general": {
14813
+ "mode": "audio_transcription",
14814
+ "input_cost_per_second": 0.00024167,
14815
+ "output_cost_per_second": 0.0,
14816
+ "litellm_provider": "deepgram",
14817
+ "supported_endpoints": [
14818
+ "/v1/audio/transcriptions"
14819
+ ],
14820
+ "source": "https://deepgram.com/pricing",
14821
+ "metadata": {
14822
+ "original_pricing_per_minute": 0.0145,
14823
+ "calculation": "$0.0145/60 seconds = $0.00024167 per second"
14824
+ }
14825
+ },
14826
+ "deepgram/enhanced-meeting": {
14827
+ "mode": "audio_transcription",
14828
+ "input_cost_per_second": 0.00024167,
14829
+ "output_cost_per_second": 0.0,
14830
+ "litellm_provider": "deepgram",
14831
+ "supported_endpoints": [
14832
+ "/v1/audio/transcriptions"
14833
+ ],
14834
+ "source": "https://deepgram.com/pricing",
14835
+ "metadata": {
14836
+ "original_pricing_per_minute": 0.0145,
14837
+ "calculation": "$0.0145/60 seconds = $0.00024167 per second"
14838
+ }
14839
+ },
14840
+ "deepgram/enhanced-phonecall": {
14841
+ "mode": "audio_transcription",
14842
+ "input_cost_per_second": 0.00024167,
14843
+ "output_cost_per_second": 0.0,
14844
+ "litellm_provider": "deepgram",
14845
+ "supported_endpoints": [
14846
+ "/v1/audio/transcriptions"
14847
+ ],
14848
+ "source": "https://deepgram.com/pricing",
14849
+ "metadata": {
14850
+ "original_pricing_per_minute": 0.0145,
14851
+ "calculation": "$0.0145/60 seconds = $0.00024167 per second"
14852
+ }
14853
+ },
14854
+ "deepgram/enhanced-finance": {
14855
+ "mode": "audio_transcription",
14856
+ "input_cost_per_second": 0.00024167,
14857
+ "output_cost_per_second": 0.0,
14858
+ "litellm_provider": "deepgram",
14859
+ "supported_endpoints": [
14860
+ "/v1/audio/transcriptions"
14861
+ ],
14862
+ "source": "https://deepgram.com/pricing",
14863
+ "metadata": {
14864
+ "original_pricing_per_minute": 0.0145,
14865
+ "calculation": "$0.0145/60 seconds = $0.00024167 per second"
14866
+ }
14867
+ },
14868
+ "deepgram/base": {
14869
+ "mode": "audio_transcription",
14870
+ "input_cost_per_second": 0.00020833,
14871
+ "output_cost_per_second": 0.0,
14872
+ "litellm_provider": "deepgram",
14873
+ "supported_endpoints": [
14874
+ "/v1/audio/transcriptions"
14875
+ ],
14876
+ "source": "https://deepgram.com/pricing",
14877
+ "metadata": {
14878
+ "original_pricing_per_minute": 0.0125,
14879
+ "calculation": "$0.0125/60 seconds = $0.00020833 per second"
14880
+ }
14881
+ },
14882
+ "deepgram/base-general": {
14883
+ "mode": "audio_transcription",
14884
+ "input_cost_per_second": 0.00020833,
14885
+ "output_cost_per_second": 0.0,
14886
+ "litellm_provider": "deepgram",
14887
+ "supported_endpoints": [
14888
+ "/v1/audio/transcriptions"
14889
+ ],
14890
+ "source": "https://deepgram.com/pricing",
14891
+ "metadata": {
14892
+ "original_pricing_per_minute": 0.0125,
14893
+ "calculation": "$0.0125/60 seconds = $0.00020833 per second"
14894
+ }
14895
+ },
14896
+ "deepgram/base-meeting": {
14897
+ "mode": "audio_transcription",
14898
+ "input_cost_per_second": 0.00020833,
14899
+ "output_cost_per_second": 0.0,
14900
+ "litellm_provider": "deepgram",
14901
+ "supported_endpoints": [
14902
+ "/v1/audio/transcriptions"
14903
+ ],
14904
+ "source": "https://deepgram.com/pricing",
14905
+ "metadata": {
14906
+ "original_pricing_per_minute": 0.0125,
14907
+ "calculation": "$0.0125/60 seconds = $0.00020833 per second"
14908
+ }
14909
+ },
14910
+ "deepgram/base-phonecall": {
14911
+ "mode": "audio_transcription",
14912
+ "input_cost_per_second": 0.00020833,
14913
+ "output_cost_per_second": 0.0,
14914
+ "litellm_provider": "deepgram",
14915
+ "supported_endpoints": [
14916
+ "/v1/audio/transcriptions"
14917
+ ],
14918
+ "source": "https://deepgram.com/pricing",
14919
+ "metadata": {
14920
+ "original_pricing_per_minute": 0.0125,
14921
+ "calculation": "$0.0125/60 seconds = $0.00020833 per second"
14922
+ }
14923
+ },
14924
+ "deepgram/base-voicemail": {
14925
+ "mode": "audio_transcription",
14926
+ "input_cost_per_second": 0.00020833,
14927
+ "output_cost_per_second": 0.0,
14928
+ "litellm_provider": "deepgram",
14929
+ "supported_endpoints": [
14930
+ "/v1/audio/transcriptions"
14931
+ ],
14932
+ "source": "https://deepgram.com/pricing",
14933
+ "metadata": {
14934
+ "original_pricing_per_minute": 0.0125,
14935
+ "calculation": "$0.0125/60 seconds = $0.00020833 per second"
14936
+ }
14937
+ },
14938
+ "deepgram/base-finance": {
14939
+ "mode": "audio_transcription",
14940
+ "input_cost_per_second": 0.00020833,
14941
+ "output_cost_per_second": 0.0,
14942
+ "litellm_provider": "deepgram",
14943
+ "supported_endpoints": [
14944
+ "/v1/audio/transcriptions"
14945
+ ],
14946
+ "source": "https://deepgram.com/pricing",
14947
+ "metadata": {
14948
+ "original_pricing_per_minute": 0.0125,
14949
+ "calculation": "$0.0125/60 seconds = $0.00020833 per second"
14950
+ }
14951
+ },
14952
+ "deepgram/base-conversationalai": {
14953
+ "mode": "audio_transcription",
14954
+ "input_cost_per_second": 0.00020833,
14955
+ "output_cost_per_second": 0.0,
14956
+ "litellm_provider": "deepgram",
14957
+ "supported_endpoints": [
14958
+ "/v1/audio/transcriptions"
14959
+ ],
14960
+ "source": "https://deepgram.com/pricing",
14961
+ "metadata": {
14962
+ "original_pricing_per_minute": 0.0125,
14963
+ "calculation": "$0.0125/60 seconds = $0.00020833 per second"
14964
+ }
14965
+ },
14966
+ "deepgram/base-video": {
14967
+ "mode": "audio_transcription",
14968
+ "input_cost_per_second": 0.00020833,
14969
+ "output_cost_per_second": 0.0,
14970
+ "litellm_provider": "deepgram",
14971
+ "supported_endpoints": [
14972
+ "/v1/audio/transcriptions"
14973
+ ],
14974
+ "source": "https://deepgram.com/pricing",
14975
+ "metadata": {
14976
+ "original_pricing_per_minute": 0.0125,
14977
+ "calculation": "$0.0125/60 seconds = $0.00020833 per second"
14978
+ }
14979
+ },
14980
+ "deepgram/whisper": {
14981
+ "mode": "audio_transcription",
14982
+ "input_cost_per_second": 0.0001,
14983
+ "output_cost_per_second": 0.0,
14984
+ "litellm_provider": "deepgram",
14985
+ "supported_endpoints": [
14986
+ "/v1/audio/transcriptions"
14987
+ ],
14988
+ "source": "https://deepgram.com/pricing",
14989
+ "metadata": {
14990
+ "notes": "Deepgram's hosted OpenAI Whisper models - pricing may differ from native Deepgram models"
14991
+ }
14992
+ },
14993
+ "deepgram/whisper-tiny": {
14994
+ "mode": "audio_transcription",
14995
+ "input_cost_per_second": 0.0001,
14996
+ "output_cost_per_second": 0.0,
14997
+ "litellm_provider": "deepgram",
14998
+ "supported_endpoints": [
14999
+ "/v1/audio/transcriptions"
15000
+ ],
15001
+ "source": "https://deepgram.com/pricing",
15002
+ "metadata": {
15003
+ "notes": "Deepgram's hosted OpenAI Whisper models - pricing may differ from native Deepgram models"
15004
+ }
15005
+ },
15006
+ "deepgram/whisper-base": {
15007
+ "mode": "audio_transcription",
15008
+ "input_cost_per_second": 0.0001,
15009
+ "output_cost_per_second": 0.0,
15010
+ "litellm_provider": "deepgram",
15011
+ "supported_endpoints": [
15012
+ "/v1/audio/transcriptions"
15013
+ ],
15014
+ "source": "https://deepgram.com/pricing",
15015
+ "metadata": {
15016
+ "notes": "Deepgram's hosted OpenAI Whisper models - pricing may differ from native Deepgram models"
15017
+ }
15018
+ },
15019
+ "deepgram/whisper-small": {
15020
+ "mode": "audio_transcription",
15021
+ "input_cost_per_second": 0.0001,
15022
+ "output_cost_per_second": 0.0,
15023
+ "litellm_provider": "deepgram",
15024
+ "supported_endpoints": [
15025
+ "/v1/audio/transcriptions"
15026
+ ],
15027
+ "source": "https://deepgram.com/pricing",
15028
+ "metadata": {
15029
+ "notes": "Deepgram's hosted OpenAI Whisper models - pricing may differ from native Deepgram models"
15030
+ }
15031
+ },
15032
+ "deepgram/whisper-medium": {
15033
+ "mode": "audio_transcription",
15034
+ "input_cost_per_second": 0.0001,
15035
+ "output_cost_per_second": 0.0,
15036
+ "litellm_provider": "deepgram",
15037
+ "supported_endpoints": [
15038
+ "/v1/audio/transcriptions"
15039
+ ],
15040
+ "source": "https://deepgram.com/pricing",
15041
+ "metadata": {
15042
+ "notes": "Deepgram's hosted OpenAI Whisper models - pricing may differ from native Deepgram models"
15043
+ }
15044
+ },
15045
+ "deepgram/whisper-large": {
15046
+ "mode": "audio_transcription",
15047
+ "input_cost_per_second": 0.0001,
15048
+ "output_cost_per_second": 0.0,
15049
+ "litellm_provider": "deepgram",
15050
+ "supported_endpoints": [
15051
+ "/v1/audio/transcriptions"
15052
+ ],
15053
+ "source": "https://deepgram.com/pricing",
15054
+ "metadata": {
15055
+ "notes": "Deepgram's hosted OpenAI Whisper models - pricing may differ from native Deepgram models"
15056
+ }
14392
15057
  }
14393
15058
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tokencostauto
3
- Version: 0.1.78
3
+ Version: 0.1.82
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=G66Sw8vJkf75lRJeaUohGawesDpN2jRMQ7Ed24Tox-E,537560
5
+ tokencostauto-0.1.82.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
+ tokencostauto-0.1.82.dist-info/METADATA,sha256=45JTEL3YkmMu9keOTHPacDSlVQzAfuvOMHL0lH_Sst0,204075
7
+ tokencostauto-0.1.82.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ tokencostauto-0.1.82.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
+ tokencostauto-0.1.82.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=lWT-d25jGHcf8YPnebNSulqzD-mJr5qdEO6E75jU6RQ,514472
5
- tokencostauto-0.1.78.dist-info/licenses/LICENSE,sha256=4PLv_CD6Ughnsvg_nM2XeTqGwVK6lQVR77kVWbPq-0U,1065
6
- tokencostauto-0.1.78.dist-info/METADATA,sha256=43fXq7t9oBQ56GTYPtg5rN1HM7cSZQaFINL3eU0N3PQ,204075
7
- tokencostauto-0.1.78.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- tokencostauto-0.1.78.dist-info/top_level.txt,sha256=szZQTUJRotfIaeZCDsOgvofIkLt2ak88RP13oI51-TU,14
9
- tokencostauto-0.1.78.dist-info/RECORD,,