@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.
- package/dist/LLMService.constants.d.ts +165 -165
- package/dist/providers/LLMAPI/LLMAPI.constants.d.ts +241 -241
- package/dist/providers/LLMAPI/LLMAPI.constants.js +24 -24
- package/dist/providers/LLMAPI/LLMAPI.constants.js.map +1 -1
- package/dist/providers/LLMAPI/LLMAPI.voices.js +5 -5
- package/dist/providers/LLMAPI/LLMAPI.voices.js.map +1 -1
- package/package.json +1 -1
|
@@ -33396,12 +33396,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33396
33396
|
};
|
|
33397
33397
|
};
|
|
33398
33398
|
readonly text_to_speech: {
|
|
33399
|
-
readonly
|
|
33400
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33399
|
+
readonly aura: {
|
|
33400
|
+
readonly name: import("./providers").LLMAPIModelNames.AURA;
|
|
33401
33401
|
readonly limits: {
|
|
33402
|
-
readonly maxInputTokens:
|
|
33402
|
+
readonly maxInputTokens: 2000;
|
|
33403
33403
|
readonly maxOutputTokens: 0;
|
|
33404
|
-
readonly maxSpeechCharacters:
|
|
33404
|
+
readonly maxSpeechCharacters: 2000;
|
|
33405
33405
|
};
|
|
33406
33406
|
readonly config: {};
|
|
33407
33407
|
readonly pricing: {
|
|
@@ -33419,12 +33419,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33419
33419
|
readonly tts: true;
|
|
33420
33420
|
};
|
|
33421
33421
|
};
|
|
33422
|
-
readonly "
|
|
33423
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33422
|
+
readonly "aura-2": {
|
|
33423
|
+
readonly name: import("./providers").LLMAPIModelNames.AURA_2;
|
|
33424
33424
|
readonly limits: {
|
|
33425
|
-
readonly maxInputTokens:
|
|
33425
|
+
readonly maxInputTokens: 2000;
|
|
33426
33426
|
readonly maxOutputTokens: 0;
|
|
33427
|
-
readonly maxSpeechCharacters:
|
|
33427
|
+
readonly maxSpeechCharacters: 2000;
|
|
33428
33428
|
};
|
|
33429
33429
|
readonly config: {};
|
|
33430
33430
|
readonly pricing: {
|
|
@@ -33442,12 +33442,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33442
33442
|
readonly tts: true;
|
|
33443
33443
|
};
|
|
33444
33444
|
};
|
|
33445
|
-
readonly
|
|
33446
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33445
|
+
readonly eleven_flash_v2_5: {
|
|
33446
|
+
readonly name: import("./providers").LLMAPIModelNames.ELEVEN_FLASH_V2_5;
|
|
33447
33447
|
readonly limits: {
|
|
33448
|
-
readonly maxInputTokens:
|
|
33448
|
+
readonly maxInputTokens: 40000;
|
|
33449
33449
|
readonly maxOutputTokens: 0;
|
|
33450
|
-
readonly maxSpeechCharacters:
|
|
33450
|
+
readonly maxSpeechCharacters: 40000;
|
|
33451
33451
|
};
|
|
33452
33452
|
readonly config: {};
|
|
33453
33453
|
readonly pricing: {
|
|
@@ -33465,12 +33465,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33465
33465
|
readonly tts: true;
|
|
33466
33466
|
};
|
|
33467
33467
|
};
|
|
33468
|
-
readonly
|
|
33469
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33468
|
+
readonly eleven_multilingual_v2: {
|
|
33469
|
+
readonly name: import("./providers").LLMAPIModelNames.ELEVEN_MULTILINGUAL_V2;
|
|
33470
33470
|
readonly limits: {
|
|
33471
|
-
readonly maxInputTokens:
|
|
33471
|
+
readonly maxInputTokens: 40000;
|
|
33472
33472
|
readonly maxOutputTokens: 0;
|
|
33473
|
-
readonly maxSpeechCharacters:
|
|
33473
|
+
readonly maxSpeechCharacters: 40000;
|
|
33474
33474
|
};
|
|
33475
33475
|
readonly config: {};
|
|
33476
33476
|
readonly pricing: {
|
|
@@ -33488,12 +33488,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33488
33488
|
readonly tts: true;
|
|
33489
33489
|
};
|
|
33490
33490
|
};
|
|
33491
|
-
readonly
|
|
33492
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33491
|
+
readonly eleven_turbo_v2_5: {
|
|
33492
|
+
readonly name: import("./providers").LLMAPIModelNames.ELEVEN_TURBO_V2_5;
|
|
33493
33493
|
readonly limits: {
|
|
33494
|
-
readonly maxInputTokens:
|
|
33494
|
+
readonly maxInputTokens: 40000;
|
|
33495
33495
|
readonly maxOutputTokens: 0;
|
|
33496
|
-
readonly maxSpeechCharacters:
|
|
33496
|
+
readonly maxSpeechCharacters: 40000;
|
|
33497
33497
|
};
|
|
33498
33498
|
readonly config: {};
|
|
33499
33499
|
readonly pricing: {
|
|
@@ -33511,12 +33511,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33511
33511
|
readonly tts: true;
|
|
33512
33512
|
};
|
|
33513
33513
|
};
|
|
33514
|
-
readonly
|
|
33515
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33514
|
+
readonly eleven_v3: {
|
|
33515
|
+
readonly name: import("./providers").LLMAPIModelNames.ELEVEN_V3;
|
|
33516
33516
|
readonly limits: {
|
|
33517
|
-
readonly maxInputTokens:
|
|
33517
|
+
readonly maxInputTokens: 40000;
|
|
33518
33518
|
readonly maxOutputTokens: 0;
|
|
33519
|
-
readonly maxSpeechCharacters:
|
|
33519
|
+
readonly maxSpeechCharacters: 40000;
|
|
33520
33520
|
};
|
|
33521
33521
|
readonly config: {};
|
|
33522
33522
|
readonly pricing: {
|
|
@@ -33534,12 +33534,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33534
33534
|
readonly tts: true;
|
|
33535
33535
|
};
|
|
33536
33536
|
};
|
|
33537
|
-
readonly "
|
|
33538
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33537
|
+
readonly "gemini-2.5-flash-preview-tts": {
|
|
33538
|
+
readonly name: import("./providers").LLMAPIModelNames.GEMINI_2_5_FLASH_PREVIEW_TTS;
|
|
33539
33539
|
readonly limits: {
|
|
33540
|
-
readonly maxInputTokens:
|
|
33540
|
+
readonly maxInputTokens: 32768;
|
|
33541
33541
|
readonly maxOutputTokens: 0;
|
|
33542
|
-
readonly maxSpeechCharacters:
|
|
33542
|
+
readonly maxSpeechCharacters: 32768;
|
|
33543
33543
|
};
|
|
33544
33544
|
readonly config: {};
|
|
33545
33545
|
readonly pricing: {
|
|
@@ -33557,12 +33557,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33557
33557
|
readonly tts: true;
|
|
33558
33558
|
};
|
|
33559
33559
|
};
|
|
33560
|
-
readonly
|
|
33561
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33560
|
+
readonly "gemini-2.5-pro-preview-tts": {
|
|
33561
|
+
readonly name: import("./providers").LLMAPIModelNames.GEMINI_2_5_PRO_PREVIEW_TTS;
|
|
33562
33562
|
readonly limits: {
|
|
33563
|
-
readonly maxInputTokens:
|
|
33563
|
+
readonly maxInputTokens: 32768;
|
|
33564
33564
|
readonly maxOutputTokens: 0;
|
|
33565
|
-
readonly maxSpeechCharacters:
|
|
33565
|
+
readonly maxSpeechCharacters: 32768;
|
|
33566
33566
|
};
|
|
33567
33567
|
readonly config: {};
|
|
33568
33568
|
readonly pricing: {
|
|
@@ -33580,12 +33580,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33580
33580
|
readonly tts: true;
|
|
33581
33581
|
};
|
|
33582
33582
|
};
|
|
33583
|
-
readonly
|
|
33584
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33583
|
+
readonly "gemini-3.1-flash-tts-preview": {
|
|
33584
|
+
readonly name: import("./providers").LLMAPIModelNames.GEMINI_3_1_FLASH_TTS_PREVIEW;
|
|
33585
33585
|
readonly limits: {
|
|
33586
|
-
readonly maxInputTokens:
|
|
33586
|
+
readonly maxInputTokens: 32768;
|
|
33587
33587
|
readonly maxOutputTokens: 0;
|
|
33588
|
-
readonly maxSpeechCharacters:
|
|
33588
|
+
readonly maxSpeechCharacters: 32768;
|
|
33589
33589
|
};
|
|
33590
33590
|
readonly config: {};
|
|
33591
33591
|
readonly pricing: {
|
|
@@ -33603,12 +33603,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33603
33603
|
readonly tts: true;
|
|
33604
33604
|
};
|
|
33605
33605
|
};
|
|
33606
|
-
readonly
|
|
33607
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33606
|
+
readonly "gpt-4o-mini-tts": {
|
|
33607
|
+
readonly name: import("./providers").LLMAPIModelNames.GPT_4O_MINI_TTS;
|
|
33608
33608
|
readonly limits: {
|
|
33609
|
-
readonly maxInputTokens:
|
|
33609
|
+
readonly maxInputTokens: 4096;
|
|
33610
33610
|
readonly maxOutputTokens: 0;
|
|
33611
|
-
readonly maxSpeechCharacters:
|
|
33611
|
+
readonly maxSpeechCharacters: 4096;
|
|
33612
33612
|
};
|
|
33613
33613
|
readonly config: {};
|
|
33614
33614
|
readonly pricing: {
|
|
@@ -33626,12 +33626,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33626
33626
|
readonly tts: true;
|
|
33627
33627
|
};
|
|
33628
33628
|
};
|
|
33629
|
-
readonly
|
|
33630
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33629
|
+
readonly "sonic-2": {
|
|
33630
|
+
readonly name: import("./providers").LLMAPIModelNames.SONIC_2;
|
|
33631
33631
|
readonly limits: {
|
|
33632
|
-
readonly maxInputTokens:
|
|
33632
|
+
readonly maxInputTokens: 50000;
|
|
33633
33633
|
readonly maxOutputTokens: 0;
|
|
33634
|
-
readonly maxSpeechCharacters:
|
|
33634
|
+
readonly maxSpeechCharacters: 50000;
|
|
33635
33635
|
};
|
|
33636
33636
|
readonly config: {};
|
|
33637
33637
|
readonly pricing: {
|
|
@@ -33649,12 +33649,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33649
33649
|
readonly tts: true;
|
|
33650
33650
|
};
|
|
33651
33651
|
};
|
|
33652
|
-
readonly "
|
|
33653
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33652
|
+
readonly "sonic-3": {
|
|
33653
|
+
readonly name: import("./providers").LLMAPIModelNames.SONIC_3;
|
|
33654
33654
|
readonly limits: {
|
|
33655
|
-
readonly maxInputTokens:
|
|
33655
|
+
readonly maxInputTokens: 50000;
|
|
33656
33656
|
readonly maxOutputTokens: 0;
|
|
33657
|
-
readonly maxSpeechCharacters:
|
|
33657
|
+
readonly maxSpeechCharacters: 50000;
|
|
33658
33658
|
};
|
|
33659
33659
|
readonly config: {};
|
|
33660
33660
|
readonly pricing: {
|
|
@@ -33672,12 +33672,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33672
33672
|
readonly tts: true;
|
|
33673
33673
|
};
|
|
33674
33674
|
};
|
|
33675
|
-
readonly "
|
|
33676
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33675
|
+
readonly "sonic-3-2026-01-12": {
|
|
33676
|
+
readonly name: import("./providers").LLMAPIModelNames.SONIC_3_2026_01_12;
|
|
33677
33677
|
readonly limits: {
|
|
33678
|
-
readonly maxInputTokens:
|
|
33678
|
+
readonly maxInputTokens: 50000;
|
|
33679
33679
|
readonly maxOutputTokens: 0;
|
|
33680
|
-
readonly maxSpeechCharacters:
|
|
33680
|
+
readonly maxSpeechCharacters: 50000;
|
|
33681
33681
|
};
|
|
33682
33682
|
readonly config: {};
|
|
33683
33683
|
readonly pricing: {
|
|
@@ -33695,12 +33695,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33695
33695
|
readonly tts: true;
|
|
33696
33696
|
};
|
|
33697
33697
|
};
|
|
33698
|
-
readonly "
|
|
33699
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33698
|
+
readonly "sonic-3.5": {
|
|
33699
|
+
readonly name: import("./providers").LLMAPIModelNames.SONIC_3_5;
|
|
33700
33700
|
readonly limits: {
|
|
33701
|
-
readonly maxInputTokens:
|
|
33701
|
+
readonly maxInputTokens: 50000;
|
|
33702
33702
|
readonly maxOutputTokens: 0;
|
|
33703
|
-
readonly maxSpeechCharacters:
|
|
33703
|
+
readonly maxSpeechCharacters: 50000;
|
|
33704
33704
|
};
|
|
33705
33705
|
readonly config: {};
|
|
33706
33706
|
readonly pricing: {
|
|
@@ -33718,12 +33718,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33718
33718
|
readonly tts: true;
|
|
33719
33719
|
};
|
|
33720
33720
|
};
|
|
33721
|
-
readonly "
|
|
33722
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33721
|
+
readonly "sonic-turbo": {
|
|
33722
|
+
readonly name: import("./providers").LLMAPIModelNames.SONIC_TURBO;
|
|
33723
33723
|
readonly limits: {
|
|
33724
|
-
readonly maxInputTokens:
|
|
33724
|
+
readonly maxInputTokens: 50000;
|
|
33725
33725
|
readonly maxOutputTokens: 0;
|
|
33726
|
-
readonly maxSpeechCharacters:
|
|
33726
|
+
readonly maxSpeechCharacters: 50000;
|
|
33727
33727
|
};
|
|
33728
33728
|
readonly config: {};
|
|
33729
33729
|
readonly pricing: {
|
|
@@ -33743,37 +33743,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33743
33743
|
};
|
|
33744
33744
|
};
|
|
33745
33745
|
readonly speech_to_text: {
|
|
33746
|
-
readonly
|
|
33747
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33748
|
-
readonly limits: {
|
|
33749
|
-
readonly maxInputTokens: 0;
|
|
33750
|
-
readonly maxOutputTokens: 0;
|
|
33751
|
-
readonly maxAudioFileSizeBytes: 10485760;
|
|
33752
|
-
readonly maxAudioDurationSeconds: 14400;
|
|
33753
|
-
};
|
|
33754
|
-
readonly config: {};
|
|
33755
|
-
readonly pricing: {
|
|
33756
|
-
readonly getPriceForTextInput: () => number;
|
|
33757
|
-
readonly getPriceForTextOutput: () => number;
|
|
33758
|
-
readonly getPriceForAudioInput: (seconds: number) => number;
|
|
33759
|
-
readonly getPriceForAudioOutput: () => number;
|
|
33760
|
-
readonly currency: "USD";
|
|
33761
|
-
};
|
|
33762
|
-
readonly capabilities: {
|
|
33763
|
-
readonly vision: false;
|
|
33764
|
-
readonly tools: false;
|
|
33765
|
-
readonly reasoning: false;
|
|
33766
|
-
readonly webSearch: false;
|
|
33767
|
-
readonly stt: true;
|
|
33768
|
-
};
|
|
33769
|
-
};
|
|
33770
|
-
readonly "universal-3-pro": {
|
|
33771
|
-
readonly name: import("./providers").LLMAPIModelNames.UNIVERSAL_3_PRO;
|
|
33746
|
+
readonly base: {
|
|
33747
|
+
readonly name: import("./providers").LLMAPIModelNames.BASE;
|
|
33772
33748
|
readonly limits: {
|
|
33773
33749
|
readonly maxInputTokens: 0;
|
|
33774
33750
|
readonly maxOutputTokens: 0;
|
|
33775
|
-
readonly maxAudioFileSizeBytes:
|
|
33776
|
-
readonly maxAudioDurationSeconds:
|
|
33751
|
+
readonly maxAudioFileSizeBytes: 104857600;
|
|
33752
|
+
readonly maxAudioDurationSeconds: 3600;
|
|
33777
33753
|
};
|
|
33778
33754
|
readonly config: {};
|
|
33779
33755
|
readonly pricing: {
|
|
@@ -33791,12 +33767,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33791
33767
|
readonly stt: true;
|
|
33792
33768
|
};
|
|
33793
33769
|
};
|
|
33794
|
-
readonly "
|
|
33795
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33770
|
+
readonly "base-conversationalai": {
|
|
33771
|
+
readonly name: import("./providers").LLMAPIModelNames.BASE_CONVERSATIONALAI;
|
|
33796
33772
|
readonly limits: {
|
|
33797
33773
|
readonly maxInputTokens: 0;
|
|
33798
33774
|
readonly maxOutputTokens: 0;
|
|
33799
|
-
readonly maxAudioFileSizeBytes:
|
|
33775
|
+
readonly maxAudioFileSizeBytes: 104857600;
|
|
33776
|
+
readonly maxAudioDurationSeconds: 3600;
|
|
33800
33777
|
};
|
|
33801
33778
|
readonly config: {};
|
|
33802
33779
|
readonly pricing: {
|
|
@@ -33814,13 +33791,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33814
33791
|
readonly stt: true;
|
|
33815
33792
|
};
|
|
33816
33793
|
};
|
|
33817
|
-
readonly
|
|
33818
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33794
|
+
readonly "base-finance": {
|
|
33795
|
+
readonly name: import("./providers").LLMAPIModelNames.BASE_FINANCE;
|
|
33819
33796
|
readonly limits: {
|
|
33820
33797
|
readonly maxInputTokens: 0;
|
|
33821
33798
|
readonly maxOutputTokens: 0;
|
|
33822
|
-
readonly maxAudioFileSizeBytes:
|
|
33823
|
-
readonly maxAudioDurationSeconds:
|
|
33799
|
+
readonly maxAudioFileSizeBytes: 104857600;
|
|
33800
|
+
readonly maxAudioDurationSeconds: 3600;
|
|
33824
33801
|
};
|
|
33825
33802
|
readonly config: {};
|
|
33826
33803
|
readonly pricing: {
|
|
@@ -33838,13 +33815,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33838
33815
|
readonly stt: true;
|
|
33839
33816
|
};
|
|
33840
33817
|
};
|
|
33841
|
-
readonly "
|
|
33842
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33818
|
+
readonly "base-meeting": {
|
|
33819
|
+
readonly name: import("./providers").LLMAPIModelNames.BASE_MEETING;
|
|
33843
33820
|
readonly limits: {
|
|
33844
33821
|
readonly maxInputTokens: 0;
|
|
33845
33822
|
readonly maxOutputTokens: 0;
|
|
33846
|
-
readonly maxAudioFileSizeBytes:
|
|
33847
|
-
readonly maxAudioDurationSeconds:
|
|
33823
|
+
readonly maxAudioFileSizeBytes: 104857600;
|
|
33824
|
+
readonly maxAudioDurationSeconds: 3600;
|
|
33848
33825
|
};
|
|
33849
33826
|
readonly config: {};
|
|
33850
33827
|
readonly pricing: {
|
|
@@ -33862,8 +33839,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33862
33839
|
readonly stt: true;
|
|
33863
33840
|
};
|
|
33864
33841
|
};
|
|
33865
|
-
readonly base: {
|
|
33866
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33842
|
+
readonly "base-phonecall": {
|
|
33843
|
+
readonly name: import("./providers").LLMAPIModelNames.BASE_PHONECALL;
|
|
33867
33844
|
readonly limits: {
|
|
33868
33845
|
readonly maxInputTokens: 0;
|
|
33869
33846
|
readonly maxOutputTokens: 0;
|
|
@@ -33886,8 +33863,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33886
33863
|
readonly stt: true;
|
|
33887
33864
|
};
|
|
33888
33865
|
};
|
|
33889
|
-
readonly "base-
|
|
33890
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33866
|
+
readonly "base-video": {
|
|
33867
|
+
readonly name: import("./providers").LLMAPIModelNames.BASE_VIDEO;
|
|
33891
33868
|
readonly limits: {
|
|
33892
33869
|
readonly maxInputTokens: 0;
|
|
33893
33870
|
readonly maxOutputTokens: 0;
|
|
@@ -33910,8 +33887,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33910
33887
|
readonly stt: true;
|
|
33911
33888
|
};
|
|
33912
33889
|
};
|
|
33913
|
-
readonly "base-
|
|
33914
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33890
|
+
readonly "base-voicemail": {
|
|
33891
|
+
readonly name: import("./providers").LLMAPIModelNames.BASE_VOICEMAIL;
|
|
33915
33892
|
readonly limits: {
|
|
33916
33893
|
readonly maxInputTokens: 0;
|
|
33917
33894
|
readonly maxOutputTokens: 0;
|
|
@@ -33934,8 +33911,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33934
33911
|
readonly stt: true;
|
|
33935
33912
|
};
|
|
33936
33913
|
};
|
|
33937
|
-
readonly
|
|
33938
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33914
|
+
readonly enhanced: {
|
|
33915
|
+
readonly name: import("./providers").LLMAPIModelNames.ENHANCED;
|
|
33939
33916
|
readonly limits: {
|
|
33940
33917
|
readonly maxInputTokens: 0;
|
|
33941
33918
|
readonly maxOutputTokens: 0;
|
|
@@ -33958,8 +33935,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33958
33935
|
readonly stt: true;
|
|
33959
33936
|
};
|
|
33960
33937
|
};
|
|
33961
|
-
readonly "
|
|
33962
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33938
|
+
readonly "enhanced-finance": {
|
|
33939
|
+
readonly name: import("./providers").LLMAPIModelNames.ENHANCED_FINANCE;
|
|
33963
33940
|
readonly limits: {
|
|
33964
33941
|
readonly maxInputTokens: 0;
|
|
33965
33942
|
readonly maxOutputTokens: 0;
|
|
@@ -33982,8 +33959,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
33982
33959
|
readonly stt: true;
|
|
33983
33960
|
};
|
|
33984
33961
|
};
|
|
33985
|
-
readonly "
|
|
33986
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33962
|
+
readonly "enhanced-meeting": {
|
|
33963
|
+
readonly name: import("./providers").LLMAPIModelNames.ENHANCED_MEETING;
|
|
33987
33964
|
readonly limits: {
|
|
33988
33965
|
readonly maxInputTokens: 0;
|
|
33989
33966
|
readonly maxOutputTokens: 0;
|
|
@@ -34006,8 +33983,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34006
33983
|
readonly stt: true;
|
|
34007
33984
|
};
|
|
34008
33985
|
};
|
|
34009
|
-
readonly "
|
|
34010
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
33986
|
+
readonly "enhanced-phonecall": {
|
|
33987
|
+
readonly name: import("./providers").LLMAPIModelNames.ENHANCED_PHONECALL;
|
|
34011
33988
|
readonly limits: {
|
|
34012
33989
|
readonly maxInputTokens: 0;
|
|
34013
33990
|
readonly maxOutputTokens: 0;
|
|
@@ -34030,13 +34007,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34030
34007
|
readonly stt: true;
|
|
34031
34008
|
};
|
|
34032
34009
|
};
|
|
34033
|
-
readonly
|
|
34034
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34010
|
+
readonly "gpt-4o-mini-transcribe": {
|
|
34011
|
+
readonly name: import("./providers").LLMAPIModelNames.GPT_4O_MINI_TRANSCRIBE;
|
|
34035
34012
|
readonly limits: {
|
|
34036
34013
|
readonly maxInputTokens: 0;
|
|
34037
34014
|
readonly maxOutputTokens: 0;
|
|
34038
|
-
readonly maxAudioFileSizeBytes:
|
|
34039
|
-
readonly maxAudioDurationSeconds:
|
|
34015
|
+
readonly maxAudioFileSizeBytes: 26214400;
|
|
34016
|
+
readonly maxAudioDurationSeconds: 1500;
|
|
34040
34017
|
};
|
|
34041
34018
|
readonly config: {};
|
|
34042
34019
|
readonly pricing: {
|
|
@@ -34054,13 +34031,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34054
34031
|
readonly stt: true;
|
|
34055
34032
|
};
|
|
34056
34033
|
};
|
|
34057
|
-
readonly "
|
|
34058
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34034
|
+
readonly "gpt-4o-transcribe": {
|
|
34035
|
+
readonly name: import("./providers").LLMAPIModelNames.GPT_4O_TRANSCRIBE;
|
|
34059
34036
|
readonly limits: {
|
|
34060
34037
|
readonly maxInputTokens: 0;
|
|
34061
34038
|
readonly maxOutputTokens: 0;
|
|
34062
|
-
readonly maxAudioFileSizeBytes:
|
|
34063
|
-
readonly maxAudioDurationSeconds:
|
|
34039
|
+
readonly maxAudioFileSizeBytes: 26214400;
|
|
34040
|
+
readonly maxAudioDurationSeconds: 1500;
|
|
34064
34041
|
};
|
|
34065
34042
|
readonly config: {};
|
|
34066
34043
|
readonly pricing: {
|
|
@@ -34078,13 +34055,12 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34078
34055
|
readonly stt: true;
|
|
34079
34056
|
};
|
|
34080
34057
|
};
|
|
34081
|
-
readonly "
|
|
34082
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34058
|
+
readonly "gpt-transcribe": {
|
|
34059
|
+
readonly name: import("./providers").LLMAPIModelNames.GPT_TRANSCRIBE;
|
|
34083
34060
|
readonly limits: {
|
|
34084
34061
|
readonly maxInputTokens: 0;
|
|
34085
34062
|
readonly maxOutputTokens: 0;
|
|
34086
|
-
readonly maxAudioFileSizeBytes:
|
|
34087
|
-
readonly maxAudioDurationSeconds: 3600;
|
|
34063
|
+
readonly maxAudioFileSizeBytes: 26214400;
|
|
34088
34064
|
};
|
|
34089
34065
|
readonly config: {};
|
|
34090
34066
|
readonly pricing: {
|
|
@@ -34102,13 +34078,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34102
34078
|
readonly stt: true;
|
|
34103
34079
|
};
|
|
34104
34080
|
};
|
|
34105
|
-
readonly "
|
|
34106
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34081
|
+
readonly "ink-whisper": {
|
|
34082
|
+
readonly name: import("./providers").LLMAPIModelNames.INK_WHISPER;
|
|
34107
34083
|
readonly limits: {
|
|
34108
34084
|
readonly maxInputTokens: 0;
|
|
34109
34085
|
readonly maxOutputTokens: 0;
|
|
34110
|
-
readonly maxAudioFileSizeBytes:
|
|
34111
|
-
readonly maxAudioDurationSeconds:
|
|
34086
|
+
readonly maxAudioFileSizeBytes: 10485760;
|
|
34087
|
+
readonly maxAudioDurationSeconds: 600;
|
|
34112
34088
|
};
|
|
34113
34089
|
readonly config: {};
|
|
34114
34090
|
readonly pricing: {
|
|
@@ -34462,13 +34438,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34462
34438
|
readonly stt: true;
|
|
34463
34439
|
};
|
|
34464
34440
|
};
|
|
34465
|
-
readonly
|
|
34466
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34441
|
+
readonly scribe_v1: {
|
|
34442
|
+
readonly name: import("./providers").LLMAPIModelNames.SCRIBE_V1;
|
|
34467
34443
|
readonly limits: {
|
|
34468
34444
|
readonly maxInputTokens: 0;
|
|
34469
34445
|
readonly maxOutputTokens: 0;
|
|
34470
34446
|
readonly maxAudioFileSizeBytes: 104857600;
|
|
34471
|
-
readonly maxAudioDurationSeconds:
|
|
34447
|
+
readonly maxAudioDurationSeconds: 14400;
|
|
34472
34448
|
};
|
|
34473
34449
|
readonly config: {};
|
|
34474
34450
|
readonly pricing: {
|
|
@@ -34486,13 +34462,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34486
34462
|
readonly stt: true;
|
|
34487
34463
|
};
|
|
34488
34464
|
};
|
|
34489
|
-
readonly
|
|
34490
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34465
|
+
readonly scribe_v2: {
|
|
34466
|
+
readonly name: import("./providers").LLMAPIModelNames.SCRIBE_V2;
|
|
34491
34467
|
readonly limits: {
|
|
34492
34468
|
readonly maxInputTokens: 0;
|
|
34493
34469
|
readonly maxOutputTokens: 0;
|
|
34494
34470
|
readonly maxAudioFileSizeBytes: 104857600;
|
|
34495
|
-
readonly maxAudioDurationSeconds:
|
|
34471
|
+
readonly maxAudioDurationSeconds: 14400;
|
|
34496
34472
|
};
|
|
34497
34473
|
readonly config: {};
|
|
34498
34474
|
readonly pricing: {
|
|
@@ -34510,13 +34486,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34510
34486
|
readonly stt: true;
|
|
34511
34487
|
};
|
|
34512
34488
|
};
|
|
34513
|
-
readonly "
|
|
34514
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34489
|
+
readonly "universal-2": {
|
|
34490
|
+
readonly name: import("./providers").LLMAPIModelNames.UNIVERSAL_2;
|
|
34515
34491
|
readonly limits: {
|
|
34516
34492
|
readonly maxInputTokens: 0;
|
|
34517
34493
|
readonly maxOutputTokens: 0;
|
|
34518
|
-
readonly maxAudioFileSizeBytes:
|
|
34519
|
-
readonly maxAudioDurationSeconds:
|
|
34494
|
+
readonly maxAudioFileSizeBytes: 10485760;
|
|
34495
|
+
readonly maxAudioDurationSeconds: 14400;
|
|
34520
34496
|
};
|
|
34521
34497
|
readonly config: {};
|
|
34522
34498
|
readonly pricing: {
|
|
@@ -34534,13 +34510,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34534
34510
|
readonly stt: true;
|
|
34535
34511
|
};
|
|
34536
34512
|
};
|
|
34537
|
-
readonly "
|
|
34538
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34513
|
+
readonly "universal-3-pro": {
|
|
34514
|
+
readonly name: import("./providers").LLMAPIModelNames.UNIVERSAL_3_PRO;
|
|
34539
34515
|
readonly limits: {
|
|
34540
34516
|
readonly maxInputTokens: 0;
|
|
34541
34517
|
readonly maxOutputTokens: 0;
|
|
34542
|
-
readonly maxAudioFileSizeBytes:
|
|
34543
|
-
readonly maxAudioDurationSeconds:
|
|
34518
|
+
readonly maxAudioFileSizeBytes: 10485760;
|
|
34519
|
+
readonly maxAudioDurationSeconds: 14400;
|
|
34544
34520
|
};
|
|
34545
34521
|
readonly config: {};
|
|
34546
34522
|
readonly pricing: {
|
|
@@ -34558,13 +34534,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34558
34534
|
readonly stt: true;
|
|
34559
34535
|
};
|
|
34560
34536
|
};
|
|
34561
|
-
readonly
|
|
34562
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34537
|
+
readonly whisper: {
|
|
34538
|
+
readonly name: import("./providers").LLMAPIModelNames.AZURE_WHISPER;
|
|
34563
34539
|
readonly limits: {
|
|
34564
34540
|
readonly maxInputTokens: 0;
|
|
34565
34541
|
readonly maxOutputTokens: 0;
|
|
34566
|
-
readonly maxAudioFileSizeBytes:
|
|
34567
|
-
readonly maxAudioDurationSeconds:
|
|
34542
|
+
readonly maxAudioFileSizeBytes: 26214400;
|
|
34543
|
+
readonly maxAudioDurationSeconds: 1500;
|
|
34568
34544
|
};
|
|
34569
34545
|
readonly config: {};
|
|
34570
34546
|
readonly pricing: {
|
|
@@ -34582,13 +34558,37 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34582
34558
|
readonly stt: true;
|
|
34583
34559
|
};
|
|
34584
34560
|
};
|
|
34585
|
-
readonly
|
|
34586
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34561
|
+
readonly "whisper-1": {
|
|
34562
|
+
readonly name: import("./providers").LLMAPIModelNames.WHISPER_1;
|
|
34563
|
+
readonly limits: {
|
|
34564
|
+
readonly maxInputTokens: 0;
|
|
34565
|
+
readonly maxOutputTokens: 0;
|
|
34566
|
+
readonly maxAudioFileSizeBytes: 26214400;
|
|
34567
|
+
readonly maxAudioDurationSeconds: 1500;
|
|
34568
|
+
};
|
|
34569
|
+
readonly config: {};
|
|
34570
|
+
readonly pricing: {
|
|
34571
|
+
readonly getPriceForTextInput: () => number;
|
|
34572
|
+
readonly getPriceForTextOutput: () => number;
|
|
34573
|
+
readonly getPriceForAudioInput: (seconds: number) => number;
|
|
34574
|
+
readonly getPriceForAudioOutput: () => number;
|
|
34575
|
+
readonly currency: "USD";
|
|
34576
|
+
};
|
|
34577
|
+
readonly capabilities: {
|
|
34578
|
+
readonly vision: false;
|
|
34579
|
+
readonly tools: false;
|
|
34580
|
+
readonly reasoning: false;
|
|
34581
|
+
readonly webSearch: false;
|
|
34582
|
+
readonly stt: true;
|
|
34583
|
+
};
|
|
34584
|
+
};
|
|
34585
|
+
readonly "whisper-base": {
|
|
34586
|
+
readonly name: import("./providers").LLMAPIModelNames.WHISPER_BASE;
|
|
34587
34587
|
readonly limits: {
|
|
34588
34588
|
readonly maxInputTokens: 0;
|
|
34589
34589
|
readonly maxOutputTokens: 0;
|
|
34590
34590
|
readonly maxAudioFileSizeBytes: 104857600;
|
|
34591
|
-
readonly maxAudioDurationSeconds:
|
|
34591
|
+
readonly maxAudioDurationSeconds: 3600;
|
|
34592
34592
|
};
|
|
34593
34593
|
readonly config: {};
|
|
34594
34594
|
readonly pricing: {
|
|
@@ -34606,13 +34606,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34606
34606
|
readonly stt: true;
|
|
34607
34607
|
};
|
|
34608
34608
|
};
|
|
34609
|
-
readonly
|
|
34610
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34609
|
+
readonly "whisper-large": {
|
|
34610
|
+
readonly name: import("./providers").LLMAPIModelNames.WHISPER_LARGE;
|
|
34611
34611
|
readonly limits: {
|
|
34612
34612
|
readonly maxInputTokens: 0;
|
|
34613
34613
|
readonly maxOutputTokens: 0;
|
|
34614
34614
|
readonly maxAudioFileSizeBytes: 104857600;
|
|
34615
|
-
readonly maxAudioDurationSeconds:
|
|
34615
|
+
readonly maxAudioDurationSeconds: 3600;
|
|
34616
34616
|
};
|
|
34617
34617
|
readonly config: {};
|
|
34618
34618
|
readonly pricing: {
|
|
@@ -34630,13 +34630,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34630
34630
|
readonly stt: true;
|
|
34631
34631
|
};
|
|
34632
34632
|
};
|
|
34633
|
-
readonly "
|
|
34634
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34633
|
+
readonly "whisper-medium": {
|
|
34634
|
+
readonly name: import("./providers").LLMAPIModelNames.WHISPER_MEDIUM;
|
|
34635
34635
|
readonly limits: {
|
|
34636
34636
|
readonly maxInputTokens: 0;
|
|
34637
34637
|
readonly maxOutputTokens: 0;
|
|
34638
|
-
readonly maxAudioFileSizeBytes:
|
|
34639
|
-
readonly maxAudioDurationSeconds:
|
|
34638
|
+
readonly maxAudioFileSizeBytes: 104857600;
|
|
34639
|
+
readonly maxAudioDurationSeconds: 3600;
|
|
34640
34640
|
};
|
|
34641
34641
|
readonly config: {};
|
|
34642
34642
|
readonly pricing: {
|
|
@@ -34654,13 +34654,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34654
34654
|
readonly stt: true;
|
|
34655
34655
|
};
|
|
34656
34656
|
};
|
|
34657
|
-
readonly "
|
|
34658
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34657
|
+
readonly "whisper-small": {
|
|
34658
|
+
readonly name: import("./providers").LLMAPIModelNames.WHISPER_SMALL;
|
|
34659
34659
|
readonly limits: {
|
|
34660
34660
|
readonly maxInputTokens: 0;
|
|
34661
34661
|
readonly maxOutputTokens: 0;
|
|
34662
|
-
readonly maxAudioFileSizeBytes:
|
|
34663
|
-
readonly maxAudioDurationSeconds:
|
|
34662
|
+
readonly maxAudioFileSizeBytes: 104857600;
|
|
34663
|
+
readonly maxAudioDurationSeconds: 3600;
|
|
34664
34664
|
};
|
|
34665
34665
|
readonly config: {};
|
|
34666
34666
|
readonly pricing: {
|
|
@@ -34678,13 +34678,13 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
34678
34678
|
readonly stt: true;
|
|
34679
34679
|
};
|
|
34680
34680
|
};
|
|
34681
|
-
readonly "whisper-
|
|
34682
|
-
readonly name: import("./providers").LLMAPIModelNames.
|
|
34681
|
+
readonly "whisper-tiny": {
|
|
34682
|
+
readonly name: import("./providers").LLMAPIModelNames.WHISPER_TINY;
|
|
34683
34683
|
readonly limits: {
|
|
34684
34684
|
readonly maxInputTokens: 0;
|
|
34685
34685
|
readonly maxOutputTokens: 0;
|
|
34686
|
-
readonly maxAudioFileSizeBytes:
|
|
34687
|
-
readonly maxAudioDurationSeconds:
|
|
34686
|
+
readonly maxAudioFileSizeBytes: 104857600;
|
|
34687
|
+
readonly maxAudioDurationSeconds: 3600;
|
|
34688
34688
|
};
|
|
34689
34689
|
readonly config: {};
|
|
34690
34690
|
readonly pricing: {
|