@mate-academy/llm-gateway 8.22.0 → 8.22.1

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.
@@ -15605,12 +15605,12 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
15605
15605
  };
15606
15606
  };
15607
15607
  declare const LLMAPI_TTS_MODELS: {
15608
- readonly "sonic-2": {
15609
- readonly name: LLMAPIModelNames.SONIC_2;
15608
+ readonly aura: {
15609
+ readonly name: LLMAPIModelNames.AURA;
15610
15610
  readonly limits: {
15611
- readonly maxInputTokens: 50000;
15611
+ readonly maxInputTokens: 2000;
15612
15612
  readonly maxOutputTokens: 0;
15613
- readonly maxSpeechCharacters: 50000;
15613
+ readonly maxSpeechCharacters: 2000;
15614
15614
  };
15615
15615
  readonly config: {};
15616
15616
  readonly pricing: {
@@ -15628,12 +15628,12 @@ declare const LLMAPI_TTS_MODELS: {
15628
15628
  readonly tts: true;
15629
15629
  };
15630
15630
  };
15631
- readonly "sonic-3": {
15632
- readonly name: LLMAPIModelNames.SONIC_3;
15631
+ readonly "aura-2": {
15632
+ readonly name: LLMAPIModelNames.AURA_2;
15633
15633
  readonly limits: {
15634
- readonly maxInputTokens: 50000;
15634
+ readonly maxInputTokens: 2000;
15635
15635
  readonly maxOutputTokens: 0;
15636
- readonly maxSpeechCharacters: 50000;
15636
+ readonly maxSpeechCharacters: 2000;
15637
15637
  };
15638
15638
  readonly config: {};
15639
15639
  readonly pricing: {
@@ -15651,12 +15651,12 @@ declare const LLMAPI_TTS_MODELS: {
15651
15651
  readonly tts: true;
15652
15652
  };
15653
15653
  };
15654
- readonly "sonic-3-2026-01-12": {
15655
- readonly name: LLMAPIModelNames.SONIC_3_2026_01_12;
15654
+ readonly eleven_flash_v2_5: {
15655
+ readonly name: LLMAPIModelNames.ELEVEN_FLASH_V2_5;
15656
15656
  readonly limits: {
15657
- readonly maxInputTokens: 50000;
15657
+ readonly maxInputTokens: 40000;
15658
15658
  readonly maxOutputTokens: 0;
15659
- readonly maxSpeechCharacters: 50000;
15659
+ readonly maxSpeechCharacters: 40000;
15660
15660
  };
15661
15661
  readonly config: {};
15662
15662
  readonly pricing: {
@@ -15674,12 +15674,12 @@ declare const LLMAPI_TTS_MODELS: {
15674
15674
  readonly tts: true;
15675
15675
  };
15676
15676
  };
15677
- readonly "sonic-3.5": {
15678
- readonly name: LLMAPIModelNames.SONIC_3_5;
15677
+ readonly eleven_multilingual_v2: {
15678
+ readonly name: LLMAPIModelNames.ELEVEN_MULTILINGUAL_V2;
15679
15679
  readonly limits: {
15680
- readonly maxInputTokens: 50000;
15680
+ readonly maxInputTokens: 40000;
15681
15681
  readonly maxOutputTokens: 0;
15682
- readonly maxSpeechCharacters: 50000;
15682
+ readonly maxSpeechCharacters: 40000;
15683
15683
  };
15684
15684
  readonly config: {};
15685
15685
  readonly pricing: {
@@ -15697,12 +15697,12 @@ declare const LLMAPI_TTS_MODELS: {
15697
15697
  readonly tts: true;
15698
15698
  };
15699
15699
  };
15700
- readonly "sonic-turbo": {
15701
- readonly name: LLMAPIModelNames.SONIC_TURBO;
15700
+ readonly eleven_turbo_v2_5: {
15701
+ readonly name: LLMAPIModelNames.ELEVEN_TURBO_V2_5;
15702
15702
  readonly limits: {
15703
- readonly maxInputTokens: 50000;
15703
+ readonly maxInputTokens: 40000;
15704
15704
  readonly maxOutputTokens: 0;
15705
- readonly maxSpeechCharacters: 50000;
15705
+ readonly maxSpeechCharacters: 40000;
15706
15706
  };
15707
15707
  readonly config: {};
15708
15708
  readonly pricing: {
@@ -15720,12 +15720,12 @@ declare const LLMAPI_TTS_MODELS: {
15720
15720
  readonly tts: true;
15721
15721
  };
15722
15722
  };
15723
- readonly aura: {
15724
- readonly name: LLMAPIModelNames.AURA;
15723
+ readonly eleven_v3: {
15724
+ readonly name: LLMAPIModelNames.ELEVEN_V3;
15725
15725
  readonly limits: {
15726
- readonly maxInputTokens: 2000;
15726
+ readonly maxInputTokens: 40000;
15727
15727
  readonly maxOutputTokens: 0;
15728
- readonly maxSpeechCharacters: 2000;
15728
+ readonly maxSpeechCharacters: 40000;
15729
15729
  };
15730
15730
  readonly config: {};
15731
15731
  readonly pricing: {
@@ -15743,12 +15743,12 @@ declare const LLMAPI_TTS_MODELS: {
15743
15743
  readonly tts: true;
15744
15744
  };
15745
15745
  };
15746
- readonly "aura-2": {
15747
- readonly name: LLMAPIModelNames.AURA_2;
15746
+ readonly "gemini-2.5-flash-preview-tts": {
15747
+ readonly name: LLMAPIModelNames.GEMINI_2_5_FLASH_PREVIEW_TTS;
15748
15748
  readonly limits: {
15749
- readonly maxInputTokens: 2000;
15749
+ readonly maxInputTokens: 32768;
15750
15750
  readonly maxOutputTokens: 0;
15751
- readonly maxSpeechCharacters: 2000;
15751
+ readonly maxSpeechCharacters: 32768;
15752
15752
  };
15753
15753
  readonly config: {};
15754
15754
  readonly pricing: {
@@ -15766,12 +15766,12 @@ declare const LLMAPI_TTS_MODELS: {
15766
15766
  readonly tts: true;
15767
15767
  };
15768
15768
  };
15769
- readonly eleven_flash_v2_5: {
15770
- readonly name: LLMAPIModelNames.ELEVEN_FLASH_V2_5;
15769
+ readonly "gemini-2.5-pro-preview-tts": {
15770
+ readonly name: LLMAPIModelNames.GEMINI_2_5_PRO_PREVIEW_TTS;
15771
15771
  readonly limits: {
15772
- readonly maxInputTokens: 40000;
15772
+ readonly maxInputTokens: 32768;
15773
15773
  readonly maxOutputTokens: 0;
15774
- readonly maxSpeechCharacters: 40000;
15774
+ readonly maxSpeechCharacters: 32768;
15775
15775
  };
15776
15776
  readonly config: {};
15777
15777
  readonly pricing: {
@@ -15789,12 +15789,12 @@ declare const LLMAPI_TTS_MODELS: {
15789
15789
  readonly tts: true;
15790
15790
  };
15791
15791
  };
15792
- readonly eleven_multilingual_v2: {
15793
- readonly name: LLMAPIModelNames.ELEVEN_MULTILINGUAL_V2;
15792
+ readonly "gemini-3.1-flash-tts-preview": {
15793
+ readonly name: LLMAPIModelNames.GEMINI_3_1_FLASH_TTS_PREVIEW;
15794
15794
  readonly limits: {
15795
- readonly maxInputTokens: 40000;
15795
+ readonly maxInputTokens: 32768;
15796
15796
  readonly maxOutputTokens: 0;
15797
- readonly maxSpeechCharacters: 40000;
15797
+ readonly maxSpeechCharacters: 32768;
15798
15798
  };
15799
15799
  readonly config: {};
15800
15800
  readonly pricing: {
@@ -15812,12 +15812,12 @@ declare const LLMAPI_TTS_MODELS: {
15812
15812
  readonly tts: true;
15813
15813
  };
15814
15814
  };
15815
- readonly eleven_turbo_v2_5: {
15816
- readonly name: LLMAPIModelNames.ELEVEN_TURBO_V2_5;
15815
+ readonly "gpt-4o-mini-tts": {
15816
+ readonly name: LLMAPIModelNames.GPT_4O_MINI_TTS;
15817
15817
  readonly limits: {
15818
- readonly maxInputTokens: 40000;
15818
+ readonly maxInputTokens: 4096;
15819
15819
  readonly maxOutputTokens: 0;
15820
- readonly maxSpeechCharacters: 40000;
15820
+ readonly maxSpeechCharacters: 4096;
15821
15821
  };
15822
15822
  readonly config: {};
15823
15823
  readonly pricing: {
@@ -15835,12 +15835,12 @@ declare const LLMAPI_TTS_MODELS: {
15835
15835
  readonly tts: true;
15836
15836
  };
15837
15837
  };
15838
- readonly eleven_v3: {
15839
- readonly name: LLMAPIModelNames.ELEVEN_V3;
15838
+ readonly "sonic-2": {
15839
+ readonly name: LLMAPIModelNames.SONIC_2;
15840
15840
  readonly limits: {
15841
- readonly maxInputTokens: 40000;
15841
+ readonly maxInputTokens: 50000;
15842
15842
  readonly maxOutputTokens: 0;
15843
- readonly maxSpeechCharacters: 40000;
15843
+ readonly maxSpeechCharacters: 50000;
15844
15844
  };
15845
15845
  readonly config: {};
15846
15846
  readonly pricing: {
@@ -15858,12 +15858,12 @@ declare const LLMAPI_TTS_MODELS: {
15858
15858
  readonly tts: true;
15859
15859
  };
15860
15860
  };
15861
- readonly "gemini-2.5-flash-preview-tts": {
15862
- readonly name: LLMAPIModelNames.GEMINI_2_5_FLASH_PREVIEW_TTS;
15861
+ readonly "sonic-3": {
15862
+ readonly name: LLMAPIModelNames.SONIC_3;
15863
15863
  readonly limits: {
15864
- readonly maxInputTokens: 32768;
15864
+ readonly maxInputTokens: 50000;
15865
15865
  readonly maxOutputTokens: 0;
15866
- readonly maxSpeechCharacters: 32768;
15866
+ readonly maxSpeechCharacters: 50000;
15867
15867
  };
15868
15868
  readonly config: {};
15869
15869
  readonly pricing: {
@@ -15881,12 +15881,12 @@ declare const LLMAPI_TTS_MODELS: {
15881
15881
  readonly tts: true;
15882
15882
  };
15883
15883
  };
15884
- readonly "gemini-2.5-pro-preview-tts": {
15885
- readonly name: LLMAPIModelNames.GEMINI_2_5_PRO_PREVIEW_TTS;
15884
+ readonly "sonic-3-2026-01-12": {
15885
+ readonly name: LLMAPIModelNames.SONIC_3_2026_01_12;
15886
15886
  readonly limits: {
15887
- readonly maxInputTokens: 32768;
15887
+ readonly maxInputTokens: 50000;
15888
15888
  readonly maxOutputTokens: 0;
15889
- readonly maxSpeechCharacters: 32768;
15889
+ readonly maxSpeechCharacters: 50000;
15890
15890
  };
15891
15891
  readonly config: {};
15892
15892
  readonly pricing: {
@@ -15904,12 +15904,12 @@ declare const LLMAPI_TTS_MODELS: {
15904
15904
  readonly tts: true;
15905
15905
  };
15906
15906
  };
15907
- readonly "gemini-3.1-flash-tts-preview": {
15908
- readonly name: LLMAPIModelNames.GEMINI_3_1_FLASH_TTS_PREVIEW;
15907
+ readonly "sonic-3.5": {
15908
+ readonly name: LLMAPIModelNames.SONIC_3_5;
15909
15909
  readonly limits: {
15910
- readonly maxInputTokens: 32768;
15910
+ readonly maxInputTokens: 50000;
15911
15911
  readonly maxOutputTokens: 0;
15912
- readonly maxSpeechCharacters: 32768;
15912
+ readonly maxSpeechCharacters: 50000;
15913
15913
  };
15914
15914
  readonly config: {};
15915
15915
  readonly pricing: {
@@ -15927,12 +15927,12 @@ declare const LLMAPI_TTS_MODELS: {
15927
15927
  readonly tts: true;
15928
15928
  };
15929
15929
  };
15930
- readonly "gpt-4o-mini-tts": {
15931
- readonly name: LLMAPIModelNames.GPT_4O_MINI_TTS;
15930
+ readonly "sonic-turbo": {
15931
+ readonly name: LLMAPIModelNames.SONIC_TURBO;
15932
15932
  readonly limits: {
15933
- readonly maxInputTokens: 4096;
15933
+ readonly maxInputTokens: 50000;
15934
15934
  readonly maxOutputTokens: 0;
15935
- readonly maxSpeechCharacters: 4096;
15935
+ readonly maxSpeechCharacters: 50000;
15936
15936
  };
15937
15937
  readonly config: {};
15938
15938
  readonly pricing: {
@@ -15954,8 +15954,8 @@ declare const LLMAPI_TTS_MODELS: {
15954
15954
  type LLMAPITTSModelName = keyof typeof LLMAPI_TTS_MODELS;
15955
15955
  export declare const LLMAPI_TTS_DEFAULT_VOICES: Record<LLMAPITTSModelName, string>;
15956
15956
  export declare const LLMAPI_STREAMING_STT_MODELS: {
15957
- readonly "u3-rt-pro": {
15958
- readonly name: LLMAPIModelNames.U3_RT_PRO;
15957
+ readonly flux: {
15958
+ readonly name: LLMAPIModelNames.FLUX;
15959
15959
  readonly limits: {
15960
15960
  readonly maxInputTokens: 0;
15961
15961
  readonly maxOutputTokens: 0;
@@ -15977,8 +15977,8 @@ export declare const LLMAPI_STREAMING_STT_MODELS: {
15977
15977
  readonly streamingSTT: true;
15978
15978
  };
15979
15979
  };
15980
- readonly "universal-streaming-english": {
15981
- readonly name: LLMAPIModelNames.UNIVERSAL_STREAMING_ENGLISH;
15980
+ readonly "flux-general-en": {
15981
+ readonly name: LLMAPIModelNames.FLUX_GENERAL_EN;
15982
15982
  readonly limits: {
15983
15983
  readonly maxInputTokens: 0;
15984
15984
  readonly maxOutputTokens: 0;
@@ -16000,8 +16000,8 @@ export declare const LLMAPI_STREAMING_STT_MODELS: {
16000
16000
  readonly streamingSTT: true;
16001
16001
  };
16002
16002
  };
16003
- readonly "universal-streaming-multilingual": {
16004
- readonly name: LLMAPIModelNames.UNIVERSAL_STREAMING_MULTILINGUAL;
16003
+ readonly "flux-general-multi": {
16004
+ readonly name: LLMAPIModelNames.FLUX_GENERAL_MULTI;
16005
16005
  readonly limits: {
16006
16006
  readonly maxInputTokens: 0;
16007
16007
  readonly maxOutputTokens: 0;
@@ -16023,8 +16023,8 @@ export declare const LLMAPI_STREAMING_STT_MODELS: {
16023
16023
  readonly streamingSTT: true;
16024
16024
  };
16025
16025
  };
16026
- readonly "whisper-rt": {
16027
- readonly name: LLMAPIModelNames.WHISPER_RT;
16026
+ readonly "ink-2": {
16027
+ readonly name: LLMAPIModelNames.INK_2;
16028
16028
  readonly limits: {
16029
16029
  readonly maxInputTokens: 0;
16030
16030
  readonly maxOutputTokens: 0;
@@ -16046,8 +16046,8 @@ export declare const LLMAPI_STREAMING_STT_MODELS: {
16046
16046
  readonly streamingSTT: true;
16047
16047
  };
16048
16048
  };
16049
- readonly "ink-2": {
16050
- readonly name: LLMAPIModelNames.INK_2;
16049
+ readonly "u3-rt-pro": {
16050
+ readonly name: LLMAPIModelNames.U3_RT_PRO;
16051
16051
  readonly limits: {
16052
16052
  readonly maxInputTokens: 0;
16053
16053
  readonly maxOutputTokens: 0;
@@ -16069,8 +16069,8 @@ export declare const LLMAPI_STREAMING_STT_MODELS: {
16069
16069
  readonly streamingSTT: true;
16070
16070
  };
16071
16071
  };
16072
- readonly flux: {
16073
- readonly name: LLMAPIModelNames.FLUX;
16072
+ readonly "universal-streaming-english": {
16073
+ readonly name: LLMAPIModelNames.UNIVERSAL_STREAMING_ENGLISH;
16074
16074
  readonly limits: {
16075
16075
  readonly maxInputTokens: 0;
16076
16076
  readonly maxOutputTokens: 0;
@@ -16092,8 +16092,8 @@ export declare const LLMAPI_STREAMING_STT_MODELS: {
16092
16092
  readonly streamingSTT: true;
16093
16093
  };
16094
16094
  };
16095
- readonly "flux-general-en": {
16096
- readonly name: LLMAPIModelNames.FLUX_GENERAL_EN;
16095
+ readonly "universal-streaming-multilingual": {
16096
+ readonly name: LLMAPIModelNames.UNIVERSAL_STREAMING_MULTILINGUAL;
16097
16097
  readonly limits: {
16098
16098
  readonly maxInputTokens: 0;
16099
16099
  readonly maxOutputTokens: 0;
@@ -16115,8 +16115,8 @@ export declare const LLMAPI_STREAMING_STT_MODELS: {
16115
16115
  readonly streamingSTT: true;
16116
16116
  };
16117
16117
  };
16118
- readonly "flux-general-multi": {
16119
- readonly name: LLMAPIModelNames.FLUX_GENERAL_MULTI;
16118
+ readonly "whisper-rt": {
16119
+ readonly name: LLMAPIModelNames.WHISPER_RT;
16120
16120
  readonly limits: {
16121
16121
  readonly maxInputTokens: 0;
16122
16122
  readonly maxOutputTokens: 0;
@@ -47346,12 +47346,12 @@ export declare const LLMAPI_MODELS: {
47346
47346
  };
47347
47347
  };
47348
47348
  readonly text_to_speech: {
47349
- readonly "sonic-2": {
47350
- readonly name: LLMAPIModelNames.SONIC_2;
47349
+ readonly aura: {
47350
+ readonly name: LLMAPIModelNames.AURA;
47351
47351
  readonly limits: {
47352
- readonly maxInputTokens: 50000;
47352
+ readonly maxInputTokens: 2000;
47353
47353
  readonly maxOutputTokens: 0;
47354
- readonly maxSpeechCharacters: 50000;
47354
+ readonly maxSpeechCharacters: 2000;
47355
47355
  };
47356
47356
  readonly config: {};
47357
47357
  readonly pricing: {
@@ -47369,12 +47369,12 @@ export declare const LLMAPI_MODELS: {
47369
47369
  readonly tts: true;
47370
47370
  };
47371
47371
  };
47372
- readonly "sonic-3": {
47373
- readonly name: LLMAPIModelNames.SONIC_3;
47372
+ readonly "aura-2": {
47373
+ readonly name: LLMAPIModelNames.AURA_2;
47374
47374
  readonly limits: {
47375
- readonly maxInputTokens: 50000;
47375
+ readonly maxInputTokens: 2000;
47376
47376
  readonly maxOutputTokens: 0;
47377
- readonly maxSpeechCharacters: 50000;
47377
+ readonly maxSpeechCharacters: 2000;
47378
47378
  };
47379
47379
  readonly config: {};
47380
47380
  readonly pricing: {
@@ -47392,12 +47392,12 @@ export declare const LLMAPI_MODELS: {
47392
47392
  readonly tts: true;
47393
47393
  };
47394
47394
  };
47395
- readonly "sonic-3-2026-01-12": {
47396
- readonly name: LLMAPIModelNames.SONIC_3_2026_01_12;
47395
+ readonly eleven_flash_v2_5: {
47396
+ readonly name: LLMAPIModelNames.ELEVEN_FLASH_V2_5;
47397
47397
  readonly limits: {
47398
- readonly maxInputTokens: 50000;
47398
+ readonly maxInputTokens: 40000;
47399
47399
  readonly maxOutputTokens: 0;
47400
- readonly maxSpeechCharacters: 50000;
47400
+ readonly maxSpeechCharacters: 40000;
47401
47401
  };
47402
47402
  readonly config: {};
47403
47403
  readonly pricing: {
@@ -47415,12 +47415,12 @@ export declare const LLMAPI_MODELS: {
47415
47415
  readonly tts: true;
47416
47416
  };
47417
47417
  };
47418
- readonly "sonic-3.5": {
47419
- readonly name: LLMAPIModelNames.SONIC_3_5;
47418
+ readonly eleven_multilingual_v2: {
47419
+ readonly name: LLMAPIModelNames.ELEVEN_MULTILINGUAL_V2;
47420
47420
  readonly limits: {
47421
- readonly maxInputTokens: 50000;
47421
+ readonly maxInputTokens: 40000;
47422
47422
  readonly maxOutputTokens: 0;
47423
- readonly maxSpeechCharacters: 50000;
47423
+ readonly maxSpeechCharacters: 40000;
47424
47424
  };
47425
47425
  readonly config: {};
47426
47426
  readonly pricing: {
@@ -47438,12 +47438,12 @@ export declare const LLMAPI_MODELS: {
47438
47438
  readonly tts: true;
47439
47439
  };
47440
47440
  };
47441
- readonly "sonic-turbo": {
47442
- readonly name: LLMAPIModelNames.SONIC_TURBO;
47441
+ readonly eleven_turbo_v2_5: {
47442
+ readonly name: LLMAPIModelNames.ELEVEN_TURBO_V2_5;
47443
47443
  readonly limits: {
47444
- readonly maxInputTokens: 50000;
47444
+ readonly maxInputTokens: 40000;
47445
47445
  readonly maxOutputTokens: 0;
47446
- readonly maxSpeechCharacters: 50000;
47446
+ readonly maxSpeechCharacters: 40000;
47447
47447
  };
47448
47448
  readonly config: {};
47449
47449
  readonly pricing: {
@@ -47461,12 +47461,12 @@ export declare const LLMAPI_MODELS: {
47461
47461
  readonly tts: true;
47462
47462
  };
47463
47463
  };
47464
- readonly aura: {
47465
- readonly name: LLMAPIModelNames.AURA;
47464
+ readonly eleven_v3: {
47465
+ readonly name: LLMAPIModelNames.ELEVEN_V3;
47466
47466
  readonly limits: {
47467
- readonly maxInputTokens: 2000;
47467
+ readonly maxInputTokens: 40000;
47468
47468
  readonly maxOutputTokens: 0;
47469
- readonly maxSpeechCharacters: 2000;
47469
+ readonly maxSpeechCharacters: 40000;
47470
47470
  };
47471
47471
  readonly config: {};
47472
47472
  readonly pricing: {
@@ -47484,12 +47484,12 @@ export declare const LLMAPI_MODELS: {
47484
47484
  readonly tts: true;
47485
47485
  };
47486
47486
  };
47487
- readonly "aura-2": {
47488
- readonly name: LLMAPIModelNames.AURA_2;
47487
+ readonly "gemini-2.5-flash-preview-tts": {
47488
+ readonly name: LLMAPIModelNames.GEMINI_2_5_FLASH_PREVIEW_TTS;
47489
47489
  readonly limits: {
47490
- readonly maxInputTokens: 2000;
47490
+ readonly maxInputTokens: 32768;
47491
47491
  readonly maxOutputTokens: 0;
47492
- readonly maxSpeechCharacters: 2000;
47492
+ readonly maxSpeechCharacters: 32768;
47493
47493
  };
47494
47494
  readonly config: {};
47495
47495
  readonly pricing: {
@@ -47507,12 +47507,12 @@ export declare const LLMAPI_MODELS: {
47507
47507
  readonly tts: true;
47508
47508
  };
47509
47509
  };
47510
- readonly eleven_flash_v2_5: {
47511
- readonly name: LLMAPIModelNames.ELEVEN_FLASH_V2_5;
47510
+ readonly "gemini-2.5-pro-preview-tts": {
47511
+ readonly name: LLMAPIModelNames.GEMINI_2_5_PRO_PREVIEW_TTS;
47512
47512
  readonly limits: {
47513
- readonly maxInputTokens: 40000;
47513
+ readonly maxInputTokens: 32768;
47514
47514
  readonly maxOutputTokens: 0;
47515
- readonly maxSpeechCharacters: 40000;
47515
+ readonly maxSpeechCharacters: 32768;
47516
47516
  };
47517
47517
  readonly config: {};
47518
47518
  readonly pricing: {
@@ -47530,12 +47530,12 @@ export declare const LLMAPI_MODELS: {
47530
47530
  readonly tts: true;
47531
47531
  };
47532
47532
  };
47533
- readonly eleven_multilingual_v2: {
47534
- readonly name: LLMAPIModelNames.ELEVEN_MULTILINGUAL_V2;
47533
+ readonly "gemini-3.1-flash-tts-preview": {
47534
+ readonly name: LLMAPIModelNames.GEMINI_3_1_FLASH_TTS_PREVIEW;
47535
47535
  readonly limits: {
47536
- readonly maxInputTokens: 40000;
47536
+ readonly maxInputTokens: 32768;
47537
47537
  readonly maxOutputTokens: 0;
47538
- readonly maxSpeechCharacters: 40000;
47538
+ readonly maxSpeechCharacters: 32768;
47539
47539
  };
47540
47540
  readonly config: {};
47541
47541
  readonly pricing: {
@@ -47553,12 +47553,12 @@ export declare const LLMAPI_MODELS: {
47553
47553
  readonly tts: true;
47554
47554
  };
47555
47555
  };
47556
- readonly eleven_turbo_v2_5: {
47557
- readonly name: LLMAPIModelNames.ELEVEN_TURBO_V2_5;
47556
+ readonly "gpt-4o-mini-tts": {
47557
+ readonly name: LLMAPIModelNames.GPT_4O_MINI_TTS;
47558
47558
  readonly limits: {
47559
- readonly maxInputTokens: 40000;
47559
+ readonly maxInputTokens: 4096;
47560
47560
  readonly maxOutputTokens: 0;
47561
- readonly maxSpeechCharacters: 40000;
47561
+ readonly maxSpeechCharacters: 4096;
47562
47562
  };
47563
47563
  readonly config: {};
47564
47564
  readonly pricing: {
@@ -47576,12 +47576,12 @@ export declare const LLMAPI_MODELS: {
47576
47576
  readonly tts: true;
47577
47577
  };
47578
47578
  };
47579
- readonly eleven_v3: {
47580
- readonly name: LLMAPIModelNames.ELEVEN_V3;
47579
+ readonly "sonic-2": {
47580
+ readonly name: LLMAPIModelNames.SONIC_2;
47581
47581
  readonly limits: {
47582
- readonly maxInputTokens: 40000;
47582
+ readonly maxInputTokens: 50000;
47583
47583
  readonly maxOutputTokens: 0;
47584
- readonly maxSpeechCharacters: 40000;
47584
+ readonly maxSpeechCharacters: 50000;
47585
47585
  };
47586
47586
  readonly config: {};
47587
47587
  readonly pricing: {
@@ -47599,12 +47599,12 @@ export declare const LLMAPI_MODELS: {
47599
47599
  readonly tts: true;
47600
47600
  };
47601
47601
  };
47602
- readonly "gemini-2.5-flash-preview-tts": {
47603
- readonly name: LLMAPIModelNames.GEMINI_2_5_FLASH_PREVIEW_TTS;
47602
+ readonly "sonic-3": {
47603
+ readonly name: LLMAPIModelNames.SONIC_3;
47604
47604
  readonly limits: {
47605
- readonly maxInputTokens: 32768;
47605
+ readonly maxInputTokens: 50000;
47606
47606
  readonly maxOutputTokens: 0;
47607
- readonly maxSpeechCharacters: 32768;
47607
+ readonly maxSpeechCharacters: 50000;
47608
47608
  };
47609
47609
  readonly config: {};
47610
47610
  readonly pricing: {
@@ -47622,12 +47622,12 @@ export declare const LLMAPI_MODELS: {
47622
47622
  readonly tts: true;
47623
47623
  };
47624
47624
  };
47625
- readonly "gemini-2.5-pro-preview-tts": {
47626
- readonly name: LLMAPIModelNames.GEMINI_2_5_PRO_PREVIEW_TTS;
47625
+ readonly "sonic-3-2026-01-12": {
47626
+ readonly name: LLMAPIModelNames.SONIC_3_2026_01_12;
47627
47627
  readonly limits: {
47628
- readonly maxInputTokens: 32768;
47628
+ readonly maxInputTokens: 50000;
47629
47629
  readonly maxOutputTokens: 0;
47630
- readonly maxSpeechCharacters: 32768;
47630
+ readonly maxSpeechCharacters: 50000;
47631
47631
  };
47632
47632
  readonly config: {};
47633
47633
  readonly pricing: {
@@ -47645,12 +47645,12 @@ export declare const LLMAPI_MODELS: {
47645
47645
  readonly tts: true;
47646
47646
  };
47647
47647
  };
47648
- readonly "gemini-3.1-flash-tts-preview": {
47649
- readonly name: LLMAPIModelNames.GEMINI_3_1_FLASH_TTS_PREVIEW;
47648
+ readonly "sonic-3.5": {
47649
+ readonly name: LLMAPIModelNames.SONIC_3_5;
47650
47650
  readonly limits: {
47651
- readonly maxInputTokens: 32768;
47651
+ readonly maxInputTokens: 50000;
47652
47652
  readonly maxOutputTokens: 0;
47653
- readonly maxSpeechCharacters: 32768;
47653
+ readonly maxSpeechCharacters: 50000;
47654
47654
  };
47655
47655
  readonly config: {};
47656
47656
  readonly pricing: {
@@ -47668,12 +47668,12 @@ export declare const LLMAPI_MODELS: {
47668
47668
  readonly tts: true;
47669
47669
  };
47670
47670
  };
47671
- readonly "gpt-4o-mini-tts": {
47672
- readonly name: LLMAPIModelNames.GPT_4O_MINI_TTS;
47671
+ readonly "sonic-turbo": {
47672
+ readonly name: LLMAPIModelNames.SONIC_TURBO;
47673
47673
  readonly limits: {
47674
- readonly maxInputTokens: 4096;
47674
+ readonly maxInputTokens: 50000;
47675
47675
  readonly maxOutputTokens: 0;
47676
- readonly maxSpeechCharacters: 4096;
47676
+ readonly maxSpeechCharacters: 50000;
47677
47677
  };
47678
47678
  readonly config: {};
47679
47679
  readonly pricing: {
@@ -47693,37 +47693,13 @@ export declare const LLMAPI_MODELS: {
47693
47693
  };
47694
47694
  };
47695
47695
  readonly speech_to_text: {
47696
- readonly "universal-2": {
47697
- readonly name: LLMAPIModelNames.UNIVERSAL_2;
47698
- readonly limits: {
47699
- readonly maxInputTokens: 0;
47700
- readonly maxOutputTokens: 0;
47701
- readonly maxAudioFileSizeBytes: 10485760;
47702
- readonly maxAudioDurationSeconds: 14400;
47703
- };
47704
- readonly config: {};
47705
- readonly pricing: {
47706
- readonly getPriceForTextInput: () => number;
47707
- readonly getPriceForTextOutput: () => number;
47708
- readonly getPriceForAudioInput: (seconds: number) => number;
47709
- readonly getPriceForAudioOutput: () => number;
47710
- readonly currency: "USD";
47711
- };
47712
- readonly capabilities: {
47713
- readonly vision: false;
47714
- readonly tools: false;
47715
- readonly reasoning: false;
47716
- readonly webSearch: false;
47717
- readonly stt: true;
47718
- };
47719
- };
47720
- readonly "universal-3-pro": {
47721
- readonly name: LLMAPIModelNames.UNIVERSAL_3_PRO;
47696
+ readonly base: {
47697
+ readonly name: LLMAPIModelNames.BASE;
47722
47698
  readonly limits: {
47723
47699
  readonly maxInputTokens: 0;
47724
47700
  readonly maxOutputTokens: 0;
47725
- readonly maxAudioFileSizeBytes: 10485760;
47726
- readonly maxAudioDurationSeconds: 14400;
47701
+ readonly maxAudioFileSizeBytes: 104857600;
47702
+ readonly maxAudioDurationSeconds: 3600;
47727
47703
  };
47728
47704
  readonly config: {};
47729
47705
  readonly pricing: {
@@ -47741,12 +47717,13 @@ export declare const LLMAPI_MODELS: {
47741
47717
  readonly stt: true;
47742
47718
  };
47743
47719
  };
47744
- readonly "gpt-transcribe": {
47745
- readonly name: LLMAPIModelNames.GPT_TRANSCRIBE;
47720
+ readonly "base-conversationalai": {
47721
+ readonly name: LLMAPIModelNames.BASE_CONVERSATIONALAI;
47746
47722
  readonly limits: {
47747
47723
  readonly maxInputTokens: 0;
47748
47724
  readonly maxOutputTokens: 0;
47749
- readonly maxAudioFileSizeBytes: 26214400;
47725
+ readonly maxAudioFileSizeBytes: 104857600;
47726
+ readonly maxAudioDurationSeconds: 3600;
47750
47727
  };
47751
47728
  readonly config: {};
47752
47729
  readonly pricing: {
@@ -47764,13 +47741,13 @@ export declare const LLMAPI_MODELS: {
47764
47741
  readonly stt: true;
47765
47742
  };
47766
47743
  };
47767
- readonly whisper: {
47768
- readonly name: LLMAPIModelNames.AZURE_WHISPER;
47744
+ readonly "base-finance": {
47745
+ readonly name: LLMAPIModelNames.BASE_FINANCE;
47769
47746
  readonly limits: {
47770
47747
  readonly maxInputTokens: 0;
47771
47748
  readonly maxOutputTokens: 0;
47772
- readonly maxAudioFileSizeBytes: 26214400;
47773
- readonly maxAudioDurationSeconds: 1500;
47749
+ readonly maxAudioFileSizeBytes: 104857600;
47750
+ readonly maxAudioDurationSeconds: 3600;
47774
47751
  };
47775
47752
  readonly config: {};
47776
47753
  readonly pricing: {
@@ -47788,13 +47765,13 @@ export declare const LLMAPI_MODELS: {
47788
47765
  readonly stt: true;
47789
47766
  };
47790
47767
  };
47791
- readonly "ink-whisper": {
47792
- readonly name: LLMAPIModelNames.INK_WHISPER;
47768
+ readonly "base-meeting": {
47769
+ readonly name: LLMAPIModelNames.BASE_MEETING;
47793
47770
  readonly limits: {
47794
47771
  readonly maxInputTokens: 0;
47795
47772
  readonly maxOutputTokens: 0;
47796
- readonly maxAudioFileSizeBytes: 10485760;
47797
- readonly maxAudioDurationSeconds: 600;
47773
+ readonly maxAudioFileSizeBytes: 104857600;
47774
+ readonly maxAudioDurationSeconds: 3600;
47798
47775
  };
47799
47776
  readonly config: {};
47800
47777
  readonly pricing: {
@@ -47812,8 +47789,8 @@ export declare const LLMAPI_MODELS: {
47812
47789
  readonly stt: true;
47813
47790
  };
47814
47791
  };
47815
- readonly base: {
47816
- readonly name: LLMAPIModelNames.BASE;
47792
+ readonly "base-phonecall": {
47793
+ readonly name: LLMAPIModelNames.BASE_PHONECALL;
47817
47794
  readonly limits: {
47818
47795
  readonly maxInputTokens: 0;
47819
47796
  readonly maxOutputTokens: 0;
@@ -47836,8 +47813,8 @@ export declare const LLMAPI_MODELS: {
47836
47813
  readonly stt: true;
47837
47814
  };
47838
47815
  };
47839
- readonly "base-conversationalai": {
47840
- readonly name: LLMAPIModelNames.BASE_CONVERSATIONALAI;
47816
+ readonly "base-video": {
47817
+ readonly name: LLMAPIModelNames.BASE_VIDEO;
47841
47818
  readonly limits: {
47842
47819
  readonly maxInputTokens: 0;
47843
47820
  readonly maxOutputTokens: 0;
@@ -47860,8 +47837,8 @@ export declare const LLMAPI_MODELS: {
47860
47837
  readonly stt: true;
47861
47838
  };
47862
47839
  };
47863
- readonly "base-finance": {
47864
- readonly name: LLMAPIModelNames.BASE_FINANCE;
47840
+ readonly "base-voicemail": {
47841
+ readonly name: LLMAPIModelNames.BASE_VOICEMAIL;
47865
47842
  readonly limits: {
47866
47843
  readonly maxInputTokens: 0;
47867
47844
  readonly maxOutputTokens: 0;
@@ -47884,8 +47861,8 @@ export declare const LLMAPI_MODELS: {
47884
47861
  readonly stt: true;
47885
47862
  };
47886
47863
  };
47887
- readonly "base-meeting": {
47888
- readonly name: LLMAPIModelNames.BASE_MEETING;
47864
+ readonly enhanced: {
47865
+ readonly name: LLMAPIModelNames.ENHANCED;
47889
47866
  readonly limits: {
47890
47867
  readonly maxInputTokens: 0;
47891
47868
  readonly maxOutputTokens: 0;
@@ -47908,8 +47885,8 @@ export declare const LLMAPI_MODELS: {
47908
47885
  readonly stt: true;
47909
47886
  };
47910
47887
  };
47911
- readonly "base-phonecall": {
47912
- readonly name: LLMAPIModelNames.BASE_PHONECALL;
47888
+ readonly "enhanced-finance": {
47889
+ readonly name: LLMAPIModelNames.ENHANCED_FINANCE;
47913
47890
  readonly limits: {
47914
47891
  readonly maxInputTokens: 0;
47915
47892
  readonly maxOutputTokens: 0;
@@ -47932,8 +47909,8 @@ export declare const LLMAPI_MODELS: {
47932
47909
  readonly stt: true;
47933
47910
  };
47934
47911
  };
47935
- readonly "base-video": {
47936
- readonly name: LLMAPIModelNames.BASE_VIDEO;
47912
+ readonly "enhanced-meeting": {
47913
+ readonly name: LLMAPIModelNames.ENHANCED_MEETING;
47937
47914
  readonly limits: {
47938
47915
  readonly maxInputTokens: 0;
47939
47916
  readonly maxOutputTokens: 0;
@@ -47956,8 +47933,8 @@ export declare const LLMAPI_MODELS: {
47956
47933
  readonly stt: true;
47957
47934
  };
47958
47935
  };
47959
- readonly "base-voicemail": {
47960
- readonly name: LLMAPIModelNames.BASE_VOICEMAIL;
47936
+ readonly "enhanced-phonecall": {
47937
+ readonly name: LLMAPIModelNames.ENHANCED_PHONECALL;
47961
47938
  readonly limits: {
47962
47939
  readonly maxInputTokens: 0;
47963
47940
  readonly maxOutputTokens: 0;
@@ -47980,13 +47957,13 @@ export declare const LLMAPI_MODELS: {
47980
47957
  readonly stt: true;
47981
47958
  };
47982
47959
  };
47983
- readonly enhanced: {
47984
- readonly name: LLMAPIModelNames.ENHANCED;
47960
+ readonly "gpt-4o-mini-transcribe": {
47961
+ readonly name: LLMAPIModelNames.GPT_4O_MINI_TRANSCRIBE;
47985
47962
  readonly limits: {
47986
47963
  readonly maxInputTokens: 0;
47987
47964
  readonly maxOutputTokens: 0;
47988
- readonly maxAudioFileSizeBytes: 104857600;
47989
- readonly maxAudioDurationSeconds: 3600;
47965
+ readonly maxAudioFileSizeBytes: 26214400;
47966
+ readonly maxAudioDurationSeconds: 1500;
47990
47967
  };
47991
47968
  readonly config: {};
47992
47969
  readonly pricing: {
@@ -48004,13 +47981,13 @@ export declare const LLMAPI_MODELS: {
48004
47981
  readonly stt: true;
48005
47982
  };
48006
47983
  };
48007
- readonly "enhanced-finance": {
48008
- readonly name: LLMAPIModelNames.ENHANCED_FINANCE;
47984
+ readonly "gpt-4o-transcribe": {
47985
+ readonly name: LLMAPIModelNames.GPT_4O_TRANSCRIBE;
48009
47986
  readonly limits: {
48010
47987
  readonly maxInputTokens: 0;
48011
47988
  readonly maxOutputTokens: 0;
48012
- readonly maxAudioFileSizeBytes: 104857600;
48013
- readonly maxAudioDurationSeconds: 3600;
47989
+ readonly maxAudioFileSizeBytes: 26214400;
47990
+ readonly maxAudioDurationSeconds: 1500;
48014
47991
  };
48015
47992
  readonly config: {};
48016
47993
  readonly pricing: {
@@ -48028,13 +48005,12 @@ export declare const LLMAPI_MODELS: {
48028
48005
  readonly stt: true;
48029
48006
  };
48030
48007
  };
48031
- readonly "enhanced-meeting": {
48032
- readonly name: LLMAPIModelNames.ENHANCED_MEETING;
48008
+ readonly "gpt-transcribe": {
48009
+ readonly name: LLMAPIModelNames.GPT_TRANSCRIBE;
48033
48010
  readonly limits: {
48034
48011
  readonly maxInputTokens: 0;
48035
48012
  readonly maxOutputTokens: 0;
48036
- readonly maxAudioFileSizeBytes: 104857600;
48037
- readonly maxAudioDurationSeconds: 3600;
48013
+ readonly maxAudioFileSizeBytes: 26214400;
48038
48014
  };
48039
48015
  readonly config: {};
48040
48016
  readonly pricing: {
@@ -48052,13 +48028,13 @@ export declare const LLMAPI_MODELS: {
48052
48028
  readonly stt: true;
48053
48029
  };
48054
48030
  };
48055
- readonly "enhanced-phonecall": {
48056
- readonly name: LLMAPIModelNames.ENHANCED_PHONECALL;
48031
+ readonly "ink-whisper": {
48032
+ readonly name: LLMAPIModelNames.INK_WHISPER;
48057
48033
  readonly limits: {
48058
48034
  readonly maxInputTokens: 0;
48059
48035
  readonly maxOutputTokens: 0;
48060
- readonly maxAudioFileSizeBytes: 104857600;
48061
- readonly maxAudioDurationSeconds: 3600;
48036
+ readonly maxAudioFileSizeBytes: 10485760;
48037
+ readonly maxAudioDurationSeconds: 600;
48062
48038
  };
48063
48039
  readonly config: {};
48064
48040
  readonly pricing: {
@@ -48412,13 +48388,13 @@ export declare const LLMAPI_MODELS: {
48412
48388
  readonly stt: true;
48413
48389
  };
48414
48390
  };
48415
- readonly "whisper-base": {
48416
- readonly name: LLMAPIModelNames.WHISPER_BASE;
48391
+ readonly scribe_v1: {
48392
+ readonly name: LLMAPIModelNames.SCRIBE_V1;
48417
48393
  readonly limits: {
48418
48394
  readonly maxInputTokens: 0;
48419
48395
  readonly maxOutputTokens: 0;
48420
48396
  readonly maxAudioFileSizeBytes: 104857600;
48421
- readonly maxAudioDurationSeconds: 3600;
48397
+ readonly maxAudioDurationSeconds: 14400;
48422
48398
  };
48423
48399
  readonly config: {};
48424
48400
  readonly pricing: {
@@ -48436,13 +48412,13 @@ export declare const LLMAPI_MODELS: {
48436
48412
  readonly stt: true;
48437
48413
  };
48438
48414
  };
48439
- readonly "whisper-large": {
48440
- readonly name: LLMAPIModelNames.WHISPER_LARGE;
48415
+ readonly scribe_v2: {
48416
+ readonly name: LLMAPIModelNames.SCRIBE_V2;
48441
48417
  readonly limits: {
48442
48418
  readonly maxInputTokens: 0;
48443
48419
  readonly maxOutputTokens: 0;
48444
48420
  readonly maxAudioFileSizeBytes: 104857600;
48445
- readonly maxAudioDurationSeconds: 3600;
48421
+ readonly maxAudioDurationSeconds: 14400;
48446
48422
  };
48447
48423
  readonly config: {};
48448
48424
  readonly pricing: {
@@ -48460,13 +48436,13 @@ export declare const LLMAPI_MODELS: {
48460
48436
  readonly stt: true;
48461
48437
  };
48462
48438
  };
48463
- readonly "whisper-medium": {
48464
- readonly name: LLMAPIModelNames.WHISPER_MEDIUM;
48439
+ readonly "universal-2": {
48440
+ readonly name: LLMAPIModelNames.UNIVERSAL_2;
48465
48441
  readonly limits: {
48466
48442
  readonly maxInputTokens: 0;
48467
48443
  readonly maxOutputTokens: 0;
48468
- readonly maxAudioFileSizeBytes: 104857600;
48469
- readonly maxAudioDurationSeconds: 3600;
48444
+ readonly maxAudioFileSizeBytes: 10485760;
48445
+ readonly maxAudioDurationSeconds: 14400;
48470
48446
  };
48471
48447
  readonly config: {};
48472
48448
  readonly pricing: {
@@ -48484,13 +48460,13 @@ export declare const LLMAPI_MODELS: {
48484
48460
  readonly stt: true;
48485
48461
  };
48486
48462
  };
48487
- readonly "whisper-small": {
48488
- readonly name: LLMAPIModelNames.WHISPER_SMALL;
48463
+ readonly "universal-3-pro": {
48464
+ readonly name: LLMAPIModelNames.UNIVERSAL_3_PRO;
48489
48465
  readonly limits: {
48490
48466
  readonly maxInputTokens: 0;
48491
48467
  readonly maxOutputTokens: 0;
48492
- readonly maxAudioFileSizeBytes: 104857600;
48493
- readonly maxAudioDurationSeconds: 3600;
48468
+ readonly maxAudioFileSizeBytes: 10485760;
48469
+ readonly maxAudioDurationSeconds: 14400;
48494
48470
  };
48495
48471
  readonly config: {};
48496
48472
  readonly pricing: {
@@ -48508,13 +48484,13 @@ export declare const LLMAPI_MODELS: {
48508
48484
  readonly stt: true;
48509
48485
  };
48510
48486
  };
48511
- readonly "whisper-tiny": {
48512
- readonly name: LLMAPIModelNames.WHISPER_TINY;
48487
+ readonly whisper: {
48488
+ readonly name: LLMAPIModelNames.AZURE_WHISPER;
48513
48489
  readonly limits: {
48514
48490
  readonly maxInputTokens: 0;
48515
48491
  readonly maxOutputTokens: 0;
48516
- readonly maxAudioFileSizeBytes: 104857600;
48517
- readonly maxAudioDurationSeconds: 3600;
48492
+ readonly maxAudioFileSizeBytes: 26214400;
48493
+ readonly maxAudioDurationSeconds: 1500;
48518
48494
  };
48519
48495
  readonly config: {};
48520
48496
  readonly pricing: {
@@ -48532,13 +48508,37 @@ export declare const LLMAPI_MODELS: {
48532
48508
  readonly stt: true;
48533
48509
  };
48534
48510
  };
48535
- readonly scribe_v1: {
48536
- readonly name: LLMAPIModelNames.SCRIBE_V1;
48511
+ readonly "whisper-1": {
48512
+ readonly name: LLMAPIModelNames.WHISPER_1;
48513
+ readonly limits: {
48514
+ readonly maxInputTokens: 0;
48515
+ readonly maxOutputTokens: 0;
48516
+ readonly maxAudioFileSizeBytes: 26214400;
48517
+ readonly maxAudioDurationSeconds: 1500;
48518
+ };
48519
+ readonly config: {};
48520
+ readonly pricing: {
48521
+ readonly getPriceForTextInput: () => number;
48522
+ readonly getPriceForTextOutput: () => number;
48523
+ readonly getPriceForAudioInput: (seconds: number) => number;
48524
+ readonly getPriceForAudioOutput: () => number;
48525
+ readonly currency: "USD";
48526
+ };
48527
+ readonly capabilities: {
48528
+ readonly vision: false;
48529
+ readonly tools: false;
48530
+ readonly reasoning: false;
48531
+ readonly webSearch: false;
48532
+ readonly stt: true;
48533
+ };
48534
+ };
48535
+ readonly "whisper-base": {
48536
+ readonly name: LLMAPIModelNames.WHISPER_BASE;
48537
48537
  readonly limits: {
48538
48538
  readonly maxInputTokens: 0;
48539
48539
  readonly maxOutputTokens: 0;
48540
48540
  readonly maxAudioFileSizeBytes: 104857600;
48541
- readonly maxAudioDurationSeconds: 14400;
48541
+ readonly maxAudioDurationSeconds: 3600;
48542
48542
  };
48543
48543
  readonly config: {};
48544
48544
  readonly pricing: {
@@ -48556,13 +48556,13 @@ export declare const LLMAPI_MODELS: {
48556
48556
  readonly stt: true;
48557
48557
  };
48558
48558
  };
48559
- readonly scribe_v2: {
48560
- readonly name: LLMAPIModelNames.SCRIBE_V2;
48559
+ readonly "whisper-large": {
48560
+ readonly name: LLMAPIModelNames.WHISPER_LARGE;
48561
48561
  readonly limits: {
48562
48562
  readonly maxInputTokens: 0;
48563
48563
  readonly maxOutputTokens: 0;
48564
48564
  readonly maxAudioFileSizeBytes: 104857600;
48565
- readonly maxAudioDurationSeconds: 14400;
48565
+ readonly maxAudioDurationSeconds: 3600;
48566
48566
  };
48567
48567
  readonly config: {};
48568
48568
  readonly pricing: {
@@ -48580,13 +48580,13 @@ export declare const LLMAPI_MODELS: {
48580
48580
  readonly stt: true;
48581
48581
  };
48582
48582
  };
48583
- readonly "gpt-4o-mini-transcribe": {
48584
- readonly name: LLMAPIModelNames.GPT_4O_MINI_TRANSCRIBE;
48583
+ readonly "whisper-medium": {
48584
+ readonly name: LLMAPIModelNames.WHISPER_MEDIUM;
48585
48585
  readonly limits: {
48586
48586
  readonly maxInputTokens: 0;
48587
48587
  readonly maxOutputTokens: 0;
48588
- readonly maxAudioFileSizeBytes: 26214400;
48589
- readonly maxAudioDurationSeconds: 1500;
48588
+ readonly maxAudioFileSizeBytes: 104857600;
48589
+ readonly maxAudioDurationSeconds: 3600;
48590
48590
  };
48591
48591
  readonly config: {};
48592
48592
  readonly pricing: {
@@ -48604,13 +48604,13 @@ export declare const LLMAPI_MODELS: {
48604
48604
  readonly stt: true;
48605
48605
  };
48606
48606
  };
48607
- readonly "gpt-4o-transcribe": {
48608
- readonly name: LLMAPIModelNames.GPT_4O_TRANSCRIBE;
48607
+ readonly "whisper-small": {
48608
+ readonly name: LLMAPIModelNames.WHISPER_SMALL;
48609
48609
  readonly limits: {
48610
48610
  readonly maxInputTokens: 0;
48611
48611
  readonly maxOutputTokens: 0;
48612
- readonly maxAudioFileSizeBytes: 26214400;
48613
- readonly maxAudioDurationSeconds: 1500;
48612
+ readonly maxAudioFileSizeBytes: 104857600;
48613
+ readonly maxAudioDurationSeconds: 3600;
48614
48614
  };
48615
48615
  readonly config: {};
48616
48616
  readonly pricing: {
@@ -48628,13 +48628,13 @@ export declare const LLMAPI_MODELS: {
48628
48628
  readonly stt: true;
48629
48629
  };
48630
48630
  };
48631
- readonly "whisper-1": {
48632
- readonly name: LLMAPIModelNames.WHISPER_1;
48631
+ readonly "whisper-tiny": {
48632
+ readonly name: LLMAPIModelNames.WHISPER_TINY;
48633
48633
  readonly limits: {
48634
48634
  readonly maxInputTokens: 0;
48635
48635
  readonly maxOutputTokens: 0;
48636
- readonly maxAudioFileSizeBytes: 26214400;
48637
- readonly maxAudioDurationSeconds: 1500;
48636
+ readonly maxAudioFileSizeBytes: 104857600;
48637
+ readonly maxAudioDurationSeconds: 3600;
48638
48638
  };
48639
48639
  readonly config: {};
48640
48640
  readonly pricing: {