@mate-academy/llm-gateway 8.8.3 → 8.8.4

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.
@@ -2555,6 +2555,7 @@ export declare const LLM_SERVICE_MODELS: {
2555
2555
  };
2556
2556
  readonly pricing: {
2557
2557
  readonly getPriceForTextInput: (tokens: number) => number;
2558
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
2558
2559
  readonly getPriceForTextOutput: (tokens: number) => number;
2559
2560
  readonly getPriceForAudioInput: () => number;
2560
2561
  readonly getPriceForAudioOutput: () => number;
@@ -2634,6 +2635,7 @@ export declare const LLM_SERVICE_MODELS: {
2634
2635
  };
2635
2636
  readonly pricing: {
2636
2637
  readonly getPriceForTextInput: (tokens: number) => number;
2638
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
2637
2639
  readonly getPriceForTextOutput: (tokens: number) => number;
2638
2640
  readonly getPriceForAudioInput: () => number;
2639
2641
  readonly getPriceForAudioOutput: () => number;
@@ -2686,6 +2688,7 @@ export declare const LLM_SERVICE_MODELS: {
2686
2688
  };
2687
2689
  readonly pricing: {
2688
2690
  readonly getPriceForTextInput: (tokens: number) => number;
2691
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
2689
2692
  readonly getPriceForTextOutput: (tokens: number) => number;
2690
2693
  readonly getPriceForAudioInput: () => number;
2691
2694
  readonly getPriceForAudioOutput: () => number;
@@ -2711,6 +2714,7 @@ export declare const LLM_SERVICE_MODELS: {
2711
2714
  };
2712
2715
  readonly pricing: {
2713
2716
  readonly getPriceForTextInput: (tokens: number) => number;
2717
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
2714
2718
  readonly getPriceForTextOutput: (tokens: number) => number;
2715
2719
  readonly getPriceForAudioInput: () => number;
2716
2720
  readonly getPriceForAudioOutput: () => number;
@@ -2736,6 +2740,7 @@ export declare const LLM_SERVICE_MODELS: {
2736
2740
  };
2737
2741
  readonly pricing: {
2738
2742
  readonly getPriceForTextInput: (tokens: number) => number;
2743
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
2739
2744
  readonly getPriceForTextOutput: (tokens: number) => number;
2740
2745
  readonly getPriceForAudioInput: () => number;
2741
2746
  readonly getPriceForAudioOutput: () => number;
@@ -2761,6 +2766,7 @@ export declare const LLM_SERVICE_MODELS: {
2761
2766
  };
2762
2767
  readonly pricing: {
2763
2768
  readonly getPriceForTextInput: (tokens: number) => number;
2769
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
2764
2770
  readonly getPriceForTextOutput: (tokens: number) => number;
2765
2771
  readonly getPriceForAudioInput: () => number;
2766
2772
  readonly getPriceForAudioOutput: () => number;
@@ -5642,6 +5648,7 @@ export declare const LLM_SERVICE_MODELS: {
5642
5648
  };
5643
5649
  readonly pricing: {
5644
5650
  readonly getPriceForTextInput: (tokens: number) => number;
5651
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
5645
5652
  readonly getPriceForTextOutput: (tokens: number) => number;
5646
5653
  readonly getPriceForAudioInput: () => number;
5647
5654
  readonly getPriceForAudioOutput: () => number;
@@ -5669,6 +5676,7 @@ export declare const LLM_SERVICE_MODELS: {
5669
5676
  };
5670
5677
  readonly pricing: {
5671
5678
  readonly getPriceForTextInput: (tokens: number) => number;
5679
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
5672
5680
  readonly getPriceForTextOutput: (tokens: number) => number;
5673
5681
  readonly getPriceForAudioInput: () => number;
5674
5682
  readonly getPriceForAudioOutput: () => number;
@@ -5854,6 +5862,7 @@ export declare const LLM_SERVICE_MODELS: {
5854
5862
  };
5855
5863
  readonly pricing: {
5856
5864
  readonly getPriceForTextInput: (tokens: number) => number;
5865
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
5857
5866
  readonly getPriceForTextOutput: (tokens: number) => number;
5858
5867
  readonly getPriceForAudioInput: () => number;
5859
5868
  readonly getPriceForAudioOutput: () => number;
@@ -5881,6 +5890,7 @@ export declare const LLM_SERVICE_MODELS: {
5881
5890
  };
5882
5891
  readonly pricing: {
5883
5892
  readonly getPriceForTextInput: (tokens: number) => number;
5893
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
5884
5894
  readonly getPriceForTextOutput: (tokens: number) => number;
5885
5895
  readonly getPriceForAudioInput: () => number;
5886
5896
  readonly getPriceForAudioOutput: () => number;
@@ -5906,6 +5916,7 @@ export declare const LLM_SERVICE_MODELS: {
5906
5916
  };
5907
5917
  readonly pricing: {
5908
5918
  readonly getPriceForTextInput: (tokens: number) => number;
5919
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
5909
5920
  readonly getPriceForTextOutput: (tokens: number) => number;
5910
5921
  readonly getPriceForAudioInput: () => number;
5911
5922
  readonly getPriceForAudioOutput: () => number;
@@ -5931,6 +5942,7 @@ export declare const LLM_SERVICE_MODELS: {
5931
5942
  };
5932
5943
  readonly pricing: {
5933
5944
  readonly getPriceForTextInput: (tokens: number) => number;
5945
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
5934
5946
  readonly getPriceForTextOutput: (tokens: number) => number;
5935
5947
  readonly getPriceForAudioInput: () => number;
5936
5948
  readonly getPriceForAudioOutput: () => number;
@@ -5956,6 +5968,7 @@ export declare const LLM_SERVICE_MODELS: {
5956
5968
  };
5957
5969
  readonly pricing: {
5958
5970
  readonly getPriceForTextInput: (tokens: number) => number;
5971
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
5959
5972
  readonly getPriceForTextOutput: (tokens: number) => number;
5960
5973
  readonly getPriceForAudioInput: () => number;
5961
5974
  readonly getPriceForAudioOutput: () => number;
@@ -5981,6 +5994,7 @@ export declare const LLM_SERVICE_MODELS: {
5981
5994
  };
5982
5995
  readonly pricing: {
5983
5996
  readonly getPriceForTextInput: (tokens: number) => number;
5997
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
5984
5998
  readonly getPriceForTextOutput: (tokens: number) => number;
5985
5999
  readonly getPriceForAudioInput: () => number;
5986
6000
  readonly getPriceForAudioOutput: () => number;
@@ -13979,6 +13993,7 @@ export declare const LLM_SERVICE_MODELS: {
13979
13993
  };
13980
13994
  readonly pricing: {
13981
13995
  readonly getPriceForTextInput: (tokens: number) => number;
13996
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
13982
13997
  readonly getPriceForTextOutput: (tokens: number) => number;
13983
13998
  readonly getPriceForAudioInput: () => number;
13984
13999
  readonly getPriceForAudioOutput: () => number;
@@ -14058,6 +14073,7 @@ export declare const LLM_SERVICE_MODELS: {
14058
14073
  };
14059
14074
  readonly pricing: {
14060
14075
  readonly getPriceForTextInput: (tokens: number) => number;
14076
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
14061
14077
  readonly getPriceForTextOutput: (tokens: number) => number;
14062
14078
  readonly getPriceForAudioInput: () => number;
14063
14079
  readonly getPriceForAudioOutput: () => number;
@@ -14110,6 +14126,7 @@ export declare const LLM_SERVICE_MODELS: {
14110
14126
  };
14111
14127
  readonly pricing: {
14112
14128
  readonly getPriceForTextInput: (tokens: number) => number;
14129
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
14113
14130
  readonly getPriceForTextOutput: (tokens: number) => number;
14114
14131
  readonly getPriceForAudioInput: () => number;
14115
14132
  readonly getPriceForAudioOutput: () => number;
@@ -14135,6 +14152,7 @@ export declare const LLM_SERVICE_MODELS: {
14135
14152
  };
14136
14153
  readonly pricing: {
14137
14154
  readonly getPriceForTextInput: (tokens: number) => number;
14155
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
14138
14156
  readonly getPriceForTextOutput: (tokens: number) => number;
14139
14157
  readonly getPriceForAudioInput: () => number;
14140
14158
  readonly getPriceForAudioOutput: () => number;
@@ -14160,6 +14178,7 @@ export declare const LLM_SERVICE_MODELS: {
14160
14178
  };
14161
14179
  readonly pricing: {
14162
14180
  readonly getPriceForTextInput: (tokens: number) => number;
14181
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
14163
14182
  readonly getPriceForTextOutput: (tokens: number) => number;
14164
14183
  readonly getPriceForAudioInput: () => number;
14165
14184
  readonly getPriceForAudioOutput: () => number;
@@ -14185,6 +14204,7 @@ export declare const LLM_SERVICE_MODELS: {
14185
14204
  };
14186
14205
  readonly pricing: {
14187
14206
  readonly getPriceForTextInput: (tokens: number) => number;
14207
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
14188
14208
  readonly getPriceForTextOutput: (tokens: number) => number;
14189
14209
  readonly getPriceForAudioInput: () => number;
14190
14210
  readonly getPriceForAudioOutput: () => number;
@@ -17066,6 +17086,7 @@ export declare const LLM_SERVICE_MODELS: {
17066
17086
  };
17067
17087
  readonly pricing: {
17068
17088
  readonly getPriceForTextInput: (tokens: number) => number;
17089
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
17069
17090
  readonly getPriceForTextOutput: (tokens: number) => number;
17070
17091
  readonly getPriceForAudioInput: () => number;
17071
17092
  readonly getPriceForAudioOutput: () => number;
@@ -17093,6 +17114,7 @@ export declare const LLM_SERVICE_MODELS: {
17093
17114
  };
17094
17115
  readonly pricing: {
17095
17116
  readonly getPriceForTextInput: (tokens: number) => number;
17117
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
17096
17118
  readonly getPriceForTextOutput: (tokens: number) => number;
17097
17119
  readonly getPriceForAudioInput: () => number;
17098
17120
  readonly getPriceForAudioOutput: () => number;
@@ -17278,6 +17300,7 @@ export declare const LLM_SERVICE_MODELS: {
17278
17300
  };
17279
17301
  readonly pricing: {
17280
17302
  readonly getPriceForTextInput: (tokens: number) => number;
17303
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
17281
17304
  readonly getPriceForTextOutput: (tokens: number) => number;
17282
17305
  readonly getPriceForAudioInput: () => number;
17283
17306
  readonly getPriceForAudioOutput: () => number;
@@ -17305,6 +17328,7 @@ export declare const LLM_SERVICE_MODELS: {
17305
17328
  };
17306
17329
  readonly pricing: {
17307
17330
  readonly getPriceForTextInput: (tokens: number) => number;
17331
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
17308
17332
  readonly getPriceForTextOutput: (tokens: number) => number;
17309
17333
  readonly getPriceForAudioInput: () => number;
17310
17334
  readonly getPriceForAudioOutput: () => number;
@@ -17330,6 +17354,7 @@ export declare const LLM_SERVICE_MODELS: {
17330
17354
  };
17331
17355
  readonly pricing: {
17332
17356
  readonly getPriceForTextInput: (tokens: number) => number;
17357
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
17333
17358
  readonly getPriceForTextOutput: (tokens: number) => number;
17334
17359
  readonly getPriceForAudioInput: () => number;
17335
17360
  readonly getPriceForAudioOutput: () => number;
@@ -17355,6 +17380,7 @@ export declare const LLM_SERVICE_MODELS: {
17355
17380
  };
17356
17381
  readonly pricing: {
17357
17382
  readonly getPriceForTextInput: (tokens: number) => number;
17383
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
17358
17384
  readonly getPriceForTextOutput: (tokens: number) => number;
17359
17385
  readonly getPriceForAudioInput: () => number;
17360
17386
  readonly getPriceForAudioOutput: () => number;
@@ -17380,6 +17406,7 @@ export declare const LLM_SERVICE_MODELS: {
17380
17406
  };
17381
17407
  readonly pricing: {
17382
17408
  readonly getPriceForTextInput: (tokens: number) => number;
17409
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
17383
17410
  readonly getPriceForTextOutput: (tokens: number) => number;
17384
17411
  readonly getPriceForAudioInput: () => number;
17385
17412
  readonly getPriceForAudioOutput: () => number;
@@ -17405,6 +17432,7 @@ export declare const LLM_SERVICE_MODELS: {
17405
17432
  };
17406
17433
  readonly pricing: {
17407
17434
  readonly getPriceForTextInput: (tokens: number) => number;
17435
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
17408
17436
  readonly getPriceForTextOutput: (tokens: number) => number;
17409
17437
  readonly getPriceForAudioInput: () => number;
17410
17438
  readonly getPriceForAudioOutput: () => number;
@@ -365,6 +365,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
365
365
  };
366
366
  readonly pricing: {
367
367
  readonly getPriceForTextInput: (tokens: number) => number;
368
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
368
369
  readonly getPriceForTextOutput: (tokens: number) => number;
369
370
  readonly getPriceForAudioInput: () => number;
370
371
  readonly getPriceForAudioOutput: () => number;
@@ -444,6 +445,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
444
445
  };
445
446
  readonly pricing: {
446
447
  readonly getPriceForTextInput: (tokens: number) => number;
448
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
447
449
  readonly getPriceForTextOutput: (tokens: number) => number;
448
450
  readonly getPriceForAudioInput: () => number;
449
451
  readonly getPriceForAudioOutput: () => number;
@@ -496,6 +498,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
496
498
  };
497
499
  readonly pricing: {
498
500
  readonly getPriceForTextInput: (tokens: number) => number;
501
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
499
502
  readonly getPriceForTextOutput: (tokens: number) => number;
500
503
  readonly getPriceForAudioInput: () => number;
501
504
  readonly getPriceForAudioOutput: () => number;
@@ -521,6 +524,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
521
524
  };
522
525
  readonly pricing: {
523
526
  readonly getPriceForTextInput: (tokens: number) => number;
527
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
524
528
  readonly getPriceForTextOutput: (tokens: number) => number;
525
529
  readonly getPriceForAudioInput: () => number;
526
530
  readonly getPriceForAudioOutput: () => number;
@@ -546,6 +550,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
546
550
  };
547
551
  readonly pricing: {
548
552
  readonly getPriceForTextInput: (tokens: number) => number;
553
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
549
554
  readonly getPriceForTextOutput: (tokens: number) => number;
550
555
  readonly getPriceForAudioInput: () => number;
551
556
  readonly getPriceForAudioOutput: () => number;
@@ -571,6 +576,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
571
576
  };
572
577
  readonly pricing: {
573
578
  readonly getPriceForTextInput: (tokens: number) => number;
579
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
574
580
  readonly getPriceForTextOutput: (tokens: number) => number;
575
581
  readonly getPriceForAudioInput: () => number;
576
582
  readonly getPriceForAudioOutput: () => number;
@@ -3452,6 +3458,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
3452
3458
  };
3453
3459
  readonly pricing: {
3454
3460
  readonly getPriceForTextInput: (tokens: number) => number;
3461
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
3455
3462
  readonly getPriceForTextOutput: (tokens: number) => number;
3456
3463
  readonly getPriceForAudioInput: () => number;
3457
3464
  readonly getPriceForAudioOutput: () => number;
@@ -3479,6 +3486,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
3479
3486
  };
3480
3487
  readonly pricing: {
3481
3488
  readonly getPriceForTextInput: (tokens: number) => number;
3489
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
3482
3490
  readonly getPriceForTextOutput: (tokens: number) => number;
3483
3491
  readonly getPriceForAudioInput: () => number;
3484
3492
  readonly getPriceForAudioOutput: () => number;
@@ -3664,6 +3672,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
3664
3672
  };
3665
3673
  readonly pricing: {
3666
3674
  readonly getPriceForTextInput: (tokens: number) => number;
3675
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
3667
3676
  readonly getPriceForTextOutput: (tokens: number) => number;
3668
3677
  readonly getPriceForAudioInput: () => number;
3669
3678
  readonly getPriceForAudioOutput: () => number;
@@ -3691,6 +3700,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
3691
3700
  };
3692
3701
  readonly pricing: {
3693
3702
  readonly getPriceForTextInput: (tokens: number) => number;
3703
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
3694
3704
  readonly getPriceForTextOutput: (tokens: number) => number;
3695
3705
  readonly getPriceForAudioInput: () => number;
3696
3706
  readonly getPriceForAudioOutput: () => number;
@@ -3716,6 +3726,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
3716
3726
  };
3717
3727
  readonly pricing: {
3718
3728
  readonly getPriceForTextInput: (tokens: number) => number;
3729
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
3719
3730
  readonly getPriceForTextOutput: (tokens: number) => number;
3720
3731
  readonly getPriceForAudioInput: () => number;
3721
3732
  readonly getPriceForAudioOutput: () => number;
@@ -3741,6 +3752,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
3741
3752
  };
3742
3753
  readonly pricing: {
3743
3754
  readonly getPriceForTextInput: (tokens: number) => number;
3755
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
3744
3756
  readonly getPriceForTextOutput: (tokens: number) => number;
3745
3757
  readonly getPriceForAudioInput: () => number;
3746
3758
  readonly getPriceForAudioOutput: () => number;
@@ -3766,6 +3778,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
3766
3778
  };
3767
3779
  readonly pricing: {
3768
3780
  readonly getPriceForTextInput: (tokens: number) => number;
3781
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
3769
3782
  readonly getPriceForTextOutput: (tokens: number) => number;
3770
3783
  readonly getPriceForAudioInput: () => number;
3771
3784
  readonly getPriceForAudioOutput: () => number;
@@ -3791,6 +3804,7 @@ export declare const LLMAPI_AVAILABLE_MODELS: {
3791
3804
  };
3792
3805
  readonly pricing: {
3793
3806
  readonly getPriceForTextInput: (tokens: number) => number;
3807
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
3794
3808
  readonly getPriceForTextOutput: (tokens: number) => number;
3795
3809
  readonly getPriceForAudioInput: () => number;
3796
3810
  readonly getPriceForAudioOutput: () => number;
@@ -12080,6 +12094,7 @@ export declare const LLMAPI_MODELS: {
12080
12094
  };
12081
12095
  readonly pricing: {
12082
12096
  readonly getPriceForTextInput: (tokens: number) => number;
12097
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
12083
12098
  readonly getPriceForTextOutput: (tokens: number) => number;
12084
12099
  readonly getPriceForAudioInput: () => number;
12085
12100
  readonly getPriceForAudioOutput: () => number;
@@ -12159,6 +12174,7 @@ export declare const LLMAPI_MODELS: {
12159
12174
  };
12160
12175
  readonly pricing: {
12161
12176
  readonly getPriceForTextInput: (tokens: number) => number;
12177
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
12162
12178
  readonly getPriceForTextOutput: (tokens: number) => number;
12163
12179
  readonly getPriceForAudioInput: () => number;
12164
12180
  readonly getPriceForAudioOutput: () => number;
@@ -12211,6 +12227,7 @@ export declare const LLMAPI_MODELS: {
12211
12227
  };
12212
12228
  readonly pricing: {
12213
12229
  readonly getPriceForTextInput: (tokens: number) => number;
12230
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
12214
12231
  readonly getPriceForTextOutput: (tokens: number) => number;
12215
12232
  readonly getPriceForAudioInput: () => number;
12216
12233
  readonly getPriceForAudioOutput: () => number;
@@ -12236,6 +12253,7 @@ export declare const LLMAPI_MODELS: {
12236
12253
  };
12237
12254
  readonly pricing: {
12238
12255
  readonly getPriceForTextInput: (tokens: number) => number;
12256
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
12239
12257
  readonly getPriceForTextOutput: (tokens: number) => number;
12240
12258
  readonly getPriceForAudioInput: () => number;
12241
12259
  readonly getPriceForAudioOutput: () => number;
@@ -12261,6 +12279,7 @@ export declare const LLMAPI_MODELS: {
12261
12279
  };
12262
12280
  readonly pricing: {
12263
12281
  readonly getPriceForTextInput: (tokens: number) => number;
12282
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
12264
12283
  readonly getPriceForTextOutput: (tokens: number) => number;
12265
12284
  readonly getPriceForAudioInput: () => number;
12266
12285
  readonly getPriceForAudioOutput: () => number;
@@ -12286,6 +12305,7 @@ export declare const LLMAPI_MODELS: {
12286
12305
  };
12287
12306
  readonly pricing: {
12288
12307
  readonly getPriceForTextInput: (tokens: number) => number;
12308
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
12289
12309
  readonly getPriceForTextOutput: (tokens: number) => number;
12290
12310
  readonly getPriceForAudioInput: () => number;
12291
12311
  readonly getPriceForAudioOutput: () => number;
@@ -15167,6 +15187,7 @@ export declare const LLMAPI_MODELS: {
15167
15187
  };
15168
15188
  readonly pricing: {
15169
15189
  readonly getPriceForTextInput: (tokens: number) => number;
15190
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
15170
15191
  readonly getPriceForTextOutput: (tokens: number) => number;
15171
15192
  readonly getPriceForAudioInput: () => number;
15172
15193
  readonly getPriceForAudioOutput: () => number;
@@ -15194,6 +15215,7 @@ export declare const LLMAPI_MODELS: {
15194
15215
  };
15195
15216
  readonly pricing: {
15196
15217
  readonly getPriceForTextInput: (tokens: number) => number;
15218
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
15197
15219
  readonly getPriceForTextOutput: (tokens: number) => number;
15198
15220
  readonly getPriceForAudioInput: () => number;
15199
15221
  readonly getPriceForAudioOutput: () => number;
@@ -15379,6 +15401,7 @@ export declare const LLMAPI_MODELS: {
15379
15401
  };
15380
15402
  readonly pricing: {
15381
15403
  readonly getPriceForTextInput: (tokens: number) => number;
15404
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
15382
15405
  readonly getPriceForTextOutput: (tokens: number) => number;
15383
15406
  readonly getPriceForAudioInput: () => number;
15384
15407
  readonly getPriceForAudioOutput: () => number;
@@ -15406,6 +15429,7 @@ export declare const LLMAPI_MODELS: {
15406
15429
  };
15407
15430
  readonly pricing: {
15408
15431
  readonly getPriceForTextInput: (tokens: number) => number;
15432
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
15409
15433
  readonly getPriceForTextOutput: (tokens: number) => number;
15410
15434
  readonly getPriceForAudioInput: () => number;
15411
15435
  readonly getPriceForAudioOutput: () => number;
@@ -15431,6 +15455,7 @@ export declare const LLMAPI_MODELS: {
15431
15455
  };
15432
15456
  readonly pricing: {
15433
15457
  readonly getPriceForTextInput: (tokens: number) => number;
15458
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
15434
15459
  readonly getPriceForTextOutput: (tokens: number) => number;
15435
15460
  readonly getPriceForAudioInput: () => number;
15436
15461
  readonly getPriceForAudioOutput: () => number;
@@ -15456,6 +15481,7 @@ export declare const LLMAPI_MODELS: {
15456
15481
  };
15457
15482
  readonly pricing: {
15458
15483
  readonly getPriceForTextInput: (tokens: number) => number;
15484
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
15459
15485
  readonly getPriceForTextOutput: (tokens: number) => number;
15460
15486
  readonly getPriceForAudioInput: () => number;
15461
15487
  readonly getPriceForAudioOutput: () => number;
@@ -15481,6 +15507,7 @@ export declare const LLMAPI_MODELS: {
15481
15507
  };
15482
15508
  readonly pricing: {
15483
15509
  readonly getPriceForTextInput: (tokens: number) => number;
15510
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
15484
15511
  readonly getPriceForTextOutput: (tokens: number) => number;
15485
15512
  readonly getPriceForAudioInput: () => number;
15486
15513
  readonly getPriceForAudioOutput: () => number;
@@ -15506,6 +15533,7 @@ export declare const LLMAPI_MODELS: {
15506
15533
  };
15507
15534
  readonly pricing: {
15508
15535
  readonly getPriceForTextInput: (tokens: number) => number;
15536
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
15509
15537
  readonly getPriceForTextOutput: (tokens: number) => number;
15510
15538
  readonly getPriceForAudioInput: () => number;
15511
15539
  readonly getPriceForAudioOutput: () => number;
@@ -23504,6 +23532,7 @@ export declare const LLMAPI_MODELS: {
23504
23532
  };
23505
23533
  readonly pricing: {
23506
23534
  readonly getPriceForTextInput: (tokens: number) => number;
23535
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
23507
23536
  readonly getPriceForTextOutput: (tokens: number) => number;
23508
23537
  readonly getPriceForAudioInput: () => number;
23509
23538
  readonly getPriceForAudioOutput: () => number;
@@ -23583,6 +23612,7 @@ export declare const LLMAPI_MODELS: {
23583
23612
  };
23584
23613
  readonly pricing: {
23585
23614
  readonly getPriceForTextInput: (tokens: number) => number;
23615
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
23586
23616
  readonly getPriceForTextOutput: (tokens: number) => number;
23587
23617
  readonly getPriceForAudioInput: () => number;
23588
23618
  readonly getPriceForAudioOutput: () => number;
@@ -23635,6 +23665,7 @@ export declare const LLMAPI_MODELS: {
23635
23665
  };
23636
23666
  readonly pricing: {
23637
23667
  readonly getPriceForTextInput: (tokens: number) => number;
23668
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
23638
23669
  readonly getPriceForTextOutput: (tokens: number) => number;
23639
23670
  readonly getPriceForAudioInput: () => number;
23640
23671
  readonly getPriceForAudioOutput: () => number;
@@ -23660,6 +23691,7 @@ export declare const LLMAPI_MODELS: {
23660
23691
  };
23661
23692
  readonly pricing: {
23662
23693
  readonly getPriceForTextInput: (tokens: number) => number;
23694
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
23663
23695
  readonly getPriceForTextOutput: (tokens: number) => number;
23664
23696
  readonly getPriceForAudioInput: () => number;
23665
23697
  readonly getPriceForAudioOutput: () => number;
@@ -23685,6 +23717,7 @@ export declare const LLMAPI_MODELS: {
23685
23717
  };
23686
23718
  readonly pricing: {
23687
23719
  readonly getPriceForTextInput: (tokens: number) => number;
23720
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
23688
23721
  readonly getPriceForTextOutput: (tokens: number) => number;
23689
23722
  readonly getPriceForAudioInput: () => number;
23690
23723
  readonly getPriceForAudioOutput: () => number;
@@ -23710,6 +23743,7 @@ export declare const LLMAPI_MODELS: {
23710
23743
  };
23711
23744
  readonly pricing: {
23712
23745
  readonly getPriceForTextInput: (tokens: number) => number;
23746
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
23713
23747
  readonly getPriceForTextOutput: (tokens: number) => number;
23714
23748
  readonly getPriceForAudioInput: () => number;
23715
23749
  readonly getPriceForAudioOutput: () => number;
@@ -26591,6 +26625,7 @@ export declare const LLMAPI_MODELS: {
26591
26625
  };
26592
26626
  readonly pricing: {
26593
26627
  readonly getPriceForTextInput: (tokens: number) => number;
26628
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
26594
26629
  readonly getPriceForTextOutput: (tokens: number) => number;
26595
26630
  readonly getPriceForAudioInput: () => number;
26596
26631
  readonly getPriceForAudioOutput: () => number;
@@ -26618,6 +26653,7 @@ export declare const LLMAPI_MODELS: {
26618
26653
  };
26619
26654
  readonly pricing: {
26620
26655
  readonly getPriceForTextInput: (tokens: number) => number;
26656
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
26621
26657
  readonly getPriceForTextOutput: (tokens: number) => number;
26622
26658
  readonly getPriceForAudioInput: () => number;
26623
26659
  readonly getPriceForAudioOutput: () => number;
@@ -26803,6 +26839,7 @@ export declare const LLMAPI_MODELS: {
26803
26839
  };
26804
26840
  readonly pricing: {
26805
26841
  readonly getPriceForTextInput: (tokens: number) => number;
26842
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
26806
26843
  readonly getPriceForTextOutput: (tokens: number) => number;
26807
26844
  readonly getPriceForAudioInput: () => number;
26808
26845
  readonly getPriceForAudioOutput: () => number;
@@ -26830,6 +26867,7 @@ export declare const LLMAPI_MODELS: {
26830
26867
  };
26831
26868
  readonly pricing: {
26832
26869
  readonly getPriceForTextInput: (tokens: number) => number;
26870
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
26833
26871
  readonly getPriceForTextOutput: (tokens: number) => number;
26834
26872
  readonly getPriceForAudioInput: () => number;
26835
26873
  readonly getPriceForAudioOutput: () => number;
@@ -26855,6 +26893,7 @@ export declare const LLMAPI_MODELS: {
26855
26893
  };
26856
26894
  readonly pricing: {
26857
26895
  readonly getPriceForTextInput: (tokens: number) => number;
26896
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
26858
26897
  readonly getPriceForTextOutput: (tokens: number) => number;
26859
26898
  readonly getPriceForAudioInput: () => number;
26860
26899
  readonly getPriceForAudioOutput: () => number;
@@ -26880,6 +26919,7 @@ export declare const LLMAPI_MODELS: {
26880
26919
  };
26881
26920
  readonly pricing: {
26882
26921
  readonly getPriceForTextInput: (tokens: number) => number;
26922
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
26883
26923
  readonly getPriceForTextOutput: (tokens: number) => number;
26884
26924
  readonly getPriceForAudioInput: () => number;
26885
26925
  readonly getPriceForAudioOutput: () => number;
@@ -26905,6 +26945,7 @@ export declare const LLMAPI_MODELS: {
26905
26945
  };
26906
26946
  readonly pricing: {
26907
26947
  readonly getPriceForTextInput: (tokens: number) => number;
26948
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
26908
26949
  readonly getPriceForTextOutput: (tokens: number) => number;
26909
26950
  readonly getPriceForAudioInput: () => number;
26910
26951
  readonly getPriceForAudioOutput: () => number;
@@ -26930,6 +26971,7 @@ export declare const LLMAPI_MODELS: {
26930
26971
  };
26931
26972
  readonly pricing: {
26932
26973
  readonly getPriceForTextInput: (tokens: number) => number;
26974
+ readonly getPriceForCachedTextInput: (tokens: number) => number;
26933
26975
  readonly getPriceForTextOutput: (tokens: number) => number;
26934
26976
  readonly getPriceForAudioInput: () => number;
26935
26977
  readonly getPriceForAudioOutput: () => number;