@dreb/ai 2.58.0 → 2.59.0
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.
|
@@ -5062,6 +5062,46 @@ export declare const MODELS: {
|
|
|
5062
5062
|
contextWindow: number;
|
|
5063
5063
|
maxTokens: number;
|
|
5064
5064
|
};
|
|
5065
|
+
readonly "Qwen/Qwen3-VL-235B-A22B-Instruct": {
|
|
5066
|
+
id: string;
|
|
5067
|
+
name: string;
|
|
5068
|
+
api: "openai-completions";
|
|
5069
|
+
provider: string;
|
|
5070
|
+
baseUrl: string;
|
|
5071
|
+
compat: {
|
|
5072
|
+
supportsDeveloperRole: false;
|
|
5073
|
+
};
|
|
5074
|
+
reasoning: false;
|
|
5075
|
+
input: ("image" | "text")[];
|
|
5076
|
+
cost: {
|
|
5077
|
+
input: number;
|
|
5078
|
+
output: number;
|
|
5079
|
+
cacheRead: number;
|
|
5080
|
+
cacheWrite: number;
|
|
5081
|
+
};
|
|
5082
|
+
contextWindow: number;
|
|
5083
|
+
maxTokens: number;
|
|
5084
|
+
};
|
|
5085
|
+
readonly "Qwen/Qwen3-VL-235B-A22B-Thinking": {
|
|
5086
|
+
id: string;
|
|
5087
|
+
name: string;
|
|
5088
|
+
api: "openai-completions";
|
|
5089
|
+
provider: string;
|
|
5090
|
+
baseUrl: string;
|
|
5091
|
+
compat: {
|
|
5092
|
+
supportsDeveloperRole: false;
|
|
5093
|
+
};
|
|
5094
|
+
reasoning: true;
|
|
5095
|
+
input: ("image" | "text")[];
|
|
5096
|
+
cost: {
|
|
5097
|
+
input: number;
|
|
5098
|
+
output: number;
|
|
5099
|
+
cacheRead: number;
|
|
5100
|
+
cacheWrite: number;
|
|
5101
|
+
};
|
|
5102
|
+
contextWindow: number;
|
|
5103
|
+
maxTokens: number;
|
|
5104
|
+
};
|
|
5065
5105
|
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
5066
5106
|
id: string;
|
|
5067
5107
|
name: string;
|
|
@@ -14745,6 +14785,23 @@ export declare const MODELS: {
|
|
|
14745
14785
|
contextWindow: number;
|
|
14746
14786
|
maxTokens: number;
|
|
14747
14787
|
};
|
|
14788
|
+
readonly "z-ai/glm-5.2:free": {
|
|
14789
|
+
id: string;
|
|
14790
|
+
name: string;
|
|
14791
|
+
api: "openai-completions";
|
|
14792
|
+
provider: string;
|
|
14793
|
+
baseUrl: string;
|
|
14794
|
+
reasoning: true;
|
|
14795
|
+
input: "text"[];
|
|
14796
|
+
cost: {
|
|
14797
|
+
input: number;
|
|
14798
|
+
output: number;
|
|
14799
|
+
cacheRead: number;
|
|
14800
|
+
cacheWrite: number;
|
|
14801
|
+
};
|
|
14802
|
+
contextWindow: number;
|
|
14803
|
+
maxTokens: number;
|
|
14804
|
+
};
|
|
14748
14805
|
readonly "z-ai/glm-5v-turbo": {
|
|
14749
14806
|
id: string;
|
|
14750
14807
|
name: string;
|
|
@@ -17161,6 +17218,23 @@ export declare const MODELS: {
|
|
|
17161
17218
|
contextWindow: number;
|
|
17162
17219
|
maxTokens: number;
|
|
17163
17220
|
};
|
|
17221
|
+
readonly "openai/gpt-4.1-fast": {
|
|
17222
|
+
id: string;
|
|
17223
|
+
name: string;
|
|
17224
|
+
api: "anthropic-messages";
|
|
17225
|
+
provider: string;
|
|
17226
|
+
baseUrl: string;
|
|
17227
|
+
reasoning: false;
|
|
17228
|
+
input: ("image" | "text")[];
|
|
17229
|
+
cost: {
|
|
17230
|
+
input: number;
|
|
17231
|
+
output: number;
|
|
17232
|
+
cacheRead: number;
|
|
17233
|
+
cacheWrite: number;
|
|
17234
|
+
};
|
|
17235
|
+
contextWindow: number;
|
|
17236
|
+
maxTokens: number;
|
|
17237
|
+
};
|
|
17164
17238
|
readonly "openai/gpt-4.1-mini": {
|
|
17165
17239
|
id: string;
|
|
17166
17240
|
name: string;
|
|
@@ -17178,6 +17252,23 @@ export declare const MODELS: {
|
|
|
17178
17252
|
contextWindow: number;
|
|
17179
17253
|
maxTokens: number;
|
|
17180
17254
|
};
|
|
17255
|
+
readonly "openai/gpt-4.1-mini-fast": {
|
|
17256
|
+
id: string;
|
|
17257
|
+
name: string;
|
|
17258
|
+
api: "anthropic-messages";
|
|
17259
|
+
provider: string;
|
|
17260
|
+
baseUrl: string;
|
|
17261
|
+
reasoning: false;
|
|
17262
|
+
input: ("image" | "text")[];
|
|
17263
|
+
cost: {
|
|
17264
|
+
input: number;
|
|
17265
|
+
output: number;
|
|
17266
|
+
cacheRead: number;
|
|
17267
|
+
cacheWrite: number;
|
|
17268
|
+
};
|
|
17269
|
+
contextWindow: number;
|
|
17270
|
+
maxTokens: number;
|
|
17271
|
+
};
|
|
17181
17272
|
readonly "openai/gpt-4.1-nano": {
|
|
17182
17273
|
id: string;
|
|
17183
17274
|
name: string;
|
|
@@ -17195,6 +17286,23 @@ export declare const MODELS: {
|
|
|
17195
17286
|
contextWindow: number;
|
|
17196
17287
|
maxTokens: number;
|
|
17197
17288
|
};
|
|
17289
|
+
readonly "openai/gpt-4.1-nano-fast": {
|
|
17290
|
+
id: string;
|
|
17291
|
+
name: string;
|
|
17292
|
+
api: "anthropic-messages";
|
|
17293
|
+
provider: string;
|
|
17294
|
+
baseUrl: string;
|
|
17295
|
+
reasoning: false;
|
|
17296
|
+
input: ("image" | "text")[];
|
|
17297
|
+
cost: {
|
|
17298
|
+
input: number;
|
|
17299
|
+
output: number;
|
|
17300
|
+
cacheRead: number;
|
|
17301
|
+
cacheWrite: number;
|
|
17302
|
+
};
|
|
17303
|
+
contextWindow: number;
|
|
17304
|
+
maxTokens: number;
|
|
17305
|
+
};
|
|
17198
17306
|
readonly "openai/gpt-4o": {
|
|
17199
17307
|
id: string;
|
|
17200
17308
|
name: string;
|
|
@@ -17212,6 +17320,23 @@ export declare const MODELS: {
|
|
|
17212
17320
|
contextWindow: number;
|
|
17213
17321
|
maxTokens: number;
|
|
17214
17322
|
};
|
|
17323
|
+
readonly "openai/gpt-4o-fast": {
|
|
17324
|
+
id: string;
|
|
17325
|
+
name: string;
|
|
17326
|
+
api: "anthropic-messages";
|
|
17327
|
+
provider: string;
|
|
17328
|
+
baseUrl: string;
|
|
17329
|
+
reasoning: false;
|
|
17330
|
+
input: ("image" | "text")[];
|
|
17331
|
+
cost: {
|
|
17332
|
+
input: number;
|
|
17333
|
+
output: number;
|
|
17334
|
+
cacheRead: number;
|
|
17335
|
+
cacheWrite: number;
|
|
17336
|
+
};
|
|
17337
|
+
contextWindow: number;
|
|
17338
|
+
maxTokens: number;
|
|
17339
|
+
};
|
|
17215
17340
|
readonly "openai/gpt-4o-mini": {
|
|
17216
17341
|
id: string;
|
|
17217
17342
|
name: string;
|
|
@@ -17229,6 +17354,23 @@ export declare const MODELS: {
|
|
|
17229
17354
|
contextWindow: number;
|
|
17230
17355
|
maxTokens: number;
|
|
17231
17356
|
};
|
|
17357
|
+
readonly "openai/gpt-4o-mini-fast": {
|
|
17358
|
+
id: string;
|
|
17359
|
+
name: string;
|
|
17360
|
+
api: "anthropic-messages";
|
|
17361
|
+
provider: string;
|
|
17362
|
+
baseUrl: string;
|
|
17363
|
+
reasoning: false;
|
|
17364
|
+
input: ("image" | "text")[];
|
|
17365
|
+
cost: {
|
|
17366
|
+
input: number;
|
|
17367
|
+
output: number;
|
|
17368
|
+
cacheRead: number;
|
|
17369
|
+
cacheWrite: number;
|
|
17370
|
+
};
|
|
17371
|
+
contextWindow: number;
|
|
17372
|
+
maxTokens: number;
|
|
17373
|
+
};
|
|
17232
17374
|
readonly "openai/gpt-5": {
|
|
17233
17375
|
id: string;
|
|
17234
17376
|
name: string;
|
|
@@ -17263,6 +17405,23 @@ export declare const MODELS: {
|
|
|
17263
17405
|
contextWindow: number;
|
|
17264
17406
|
maxTokens: number;
|
|
17265
17407
|
};
|
|
17408
|
+
readonly "openai/gpt-5-fast": {
|
|
17409
|
+
id: string;
|
|
17410
|
+
name: string;
|
|
17411
|
+
api: "anthropic-messages";
|
|
17412
|
+
provider: string;
|
|
17413
|
+
baseUrl: string;
|
|
17414
|
+
reasoning: true;
|
|
17415
|
+
input: ("image" | "text")[];
|
|
17416
|
+
cost: {
|
|
17417
|
+
input: number;
|
|
17418
|
+
output: number;
|
|
17419
|
+
cacheRead: number;
|
|
17420
|
+
cacheWrite: number;
|
|
17421
|
+
};
|
|
17422
|
+
contextWindow: number;
|
|
17423
|
+
maxTokens: number;
|
|
17424
|
+
};
|
|
17266
17425
|
readonly "openai/gpt-5-mini": {
|
|
17267
17426
|
id: string;
|
|
17268
17427
|
name: string;
|
|
@@ -17280,6 +17439,23 @@ export declare const MODELS: {
|
|
|
17280
17439
|
contextWindow: number;
|
|
17281
17440
|
maxTokens: number;
|
|
17282
17441
|
};
|
|
17442
|
+
readonly "openai/gpt-5-mini-fast": {
|
|
17443
|
+
id: string;
|
|
17444
|
+
name: string;
|
|
17445
|
+
api: "anthropic-messages";
|
|
17446
|
+
provider: string;
|
|
17447
|
+
baseUrl: string;
|
|
17448
|
+
reasoning: true;
|
|
17449
|
+
input: ("image" | "text")[];
|
|
17450
|
+
cost: {
|
|
17451
|
+
input: number;
|
|
17452
|
+
output: number;
|
|
17453
|
+
cacheRead: number;
|
|
17454
|
+
cacheWrite: number;
|
|
17455
|
+
};
|
|
17456
|
+
contextWindow: number;
|
|
17457
|
+
maxTokens: number;
|
|
17458
|
+
};
|
|
17283
17459
|
readonly "openai/gpt-5-nano": {
|
|
17284
17460
|
id: string;
|
|
17285
17461
|
name: string;
|
|
@@ -17382,6 +17558,23 @@ export declare const MODELS: {
|
|
|
17382
17558
|
contextWindow: number;
|
|
17383
17559
|
maxTokens: number;
|
|
17384
17560
|
};
|
|
17561
|
+
readonly "openai/gpt-5.1-thinking-fast": {
|
|
17562
|
+
id: string;
|
|
17563
|
+
name: string;
|
|
17564
|
+
api: "anthropic-messages";
|
|
17565
|
+
provider: string;
|
|
17566
|
+
baseUrl: string;
|
|
17567
|
+
reasoning: true;
|
|
17568
|
+
input: ("image" | "text")[];
|
|
17569
|
+
cost: {
|
|
17570
|
+
input: number;
|
|
17571
|
+
output: number;
|
|
17572
|
+
cacheRead: number;
|
|
17573
|
+
cacheWrite: number;
|
|
17574
|
+
};
|
|
17575
|
+
contextWindow: number;
|
|
17576
|
+
maxTokens: number;
|
|
17577
|
+
};
|
|
17385
17578
|
readonly "openai/gpt-5.2": {
|
|
17386
17579
|
id: string;
|
|
17387
17580
|
name: string;
|
|
@@ -17416,6 +17609,23 @@ export declare const MODELS: {
|
|
|
17416
17609
|
contextWindow: number;
|
|
17417
17610
|
maxTokens: number;
|
|
17418
17611
|
};
|
|
17612
|
+
readonly "openai/gpt-5.2-fast": {
|
|
17613
|
+
id: string;
|
|
17614
|
+
name: string;
|
|
17615
|
+
api: "anthropic-messages";
|
|
17616
|
+
provider: string;
|
|
17617
|
+
baseUrl: string;
|
|
17618
|
+
reasoning: true;
|
|
17619
|
+
input: ("image" | "text")[];
|
|
17620
|
+
cost: {
|
|
17621
|
+
input: number;
|
|
17622
|
+
output: number;
|
|
17623
|
+
cacheRead: number;
|
|
17624
|
+
cacheWrite: number;
|
|
17625
|
+
};
|
|
17626
|
+
contextWindow: number;
|
|
17627
|
+
maxTokens: number;
|
|
17628
|
+
};
|
|
17419
17629
|
readonly "openai/gpt-5.2-pro": {
|
|
17420
17630
|
id: string;
|
|
17421
17631
|
name: string;
|
|
@@ -17450,6 +17660,23 @@ export declare const MODELS: {
|
|
|
17450
17660
|
contextWindow: number;
|
|
17451
17661
|
maxTokens: number;
|
|
17452
17662
|
};
|
|
17663
|
+
readonly "openai/gpt-5.3-codex-fast": {
|
|
17664
|
+
id: string;
|
|
17665
|
+
name: string;
|
|
17666
|
+
api: "anthropic-messages";
|
|
17667
|
+
provider: string;
|
|
17668
|
+
baseUrl: string;
|
|
17669
|
+
reasoning: true;
|
|
17670
|
+
input: ("image" | "text")[];
|
|
17671
|
+
cost: {
|
|
17672
|
+
input: number;
|
|
17673
|
+
output: number;
|
|
17674
|
+
cacheRead: number;
|
|
17675
|
+
cacheWrite: number;
|
|
17676
|
+
};
|
|
17677
|
+
contextWindow: number;
|
|
17678
|
+
maxTokens: number;
|
|
17679
|
+
};
|
|
17453
17680
|
readonly "openai/gpt-5.4": {
|
|
17454
17681
|
id: string;
|
|
17455
17682
|
name: string;
|
|
@@ -17467,6 +17694,23 @@ export declare const MODELS: {
|
|
|
17467
17694
|
contextWindow: number;
|
|
17468
17695
|
maxTokens: number;
|
|
17469
17696
|
};
|
|
17697
|
+
readonly "openai/gpt-5.4-fast": {
|
|
17698
|
+
id: string;
|
|
17699
|
+
name: string;
|
|
17700
|
+
api: "anthropic-messages";
|
|
17701
|
+
provider: string;
|
|
17702
|
+
baseUrl: string;
|
|
17703
|
+
reasoning: true;
|
|
17704
|
+
input: ("image" | "text")[];
|
|
17705
|
+
cost: {
|
|
17706
|
+
input: number;
|
|
17707
|
+
output: number;
|
|
17708
|
+
cacheRead: number;
|
|
17709
|
+
cacheWrite: number;
|
|
17710
|
+
};
|
|
17711
|
+
contextWindow: number;
|
|
17712
|
+
maxTokens: number;
|
|
17713
|
+
};
|
|
17470
17714
|
readonly "openai/gpt-5.4-mini": {
|
|
17471
17715
|
id: string;
|
|
17472
17716
|
name: string;
|
|
@@ -17484,6 +17728,23 @@ export declare const MODELS: {
|
|
|
17484
17728
|
contextWindow: number;
|
|
17485
17729
|
maxTokens: number;
|
|
17486
17730
|
};
|
|
17731
|
+
readonly "openai/gpt-5.4-mini-fast": {
|
|
17732
|
+
id: string;
|
|
17733
|
+
name: string;
|
|
17734
|
+
api: "anthropic-messages";
|
|
17735
|
+
provider: string;
|
|
17736
|
+
baseUrl: string;
|
|
17737
|
+
reasoning: true;
|
|
17738
|
+
input: ("image" | "text")[];
|
|
17739
|
+
cost: {
|
|
17740
|
+
input: number;
|
|
17741
|
+
output: number;
|
|
17742
|
+
cacheRead: number;
|
|
17743
|
+
cacheWrite: number;
|
|
17744
|
+
};
|
|
17745
|
+
contextWindow: number;
|
|
17746
|
+
maxTokens: number;
|
|
17747
|
+
};
|
|
17487
17748
|
readonly "openai/gpt-5.4-nano": {
|
|
17488
17749
|
id: string;
|
|
17489
17750
|
name: string;
|
|
@@ -17535,6 +17796,23 @@ export declare const MODELS: {
|
|
|
17535
17796
|
contextWindow: number;
|
|
17536
17797
|
maxTokens: number;
|
|
17537
17798
|
};
|
|
17799
|
+
readonly "openai/gpt-5.5-fast": {
|
|
17800
|
+
id: string;
|
|
17801
|
+
name: string;
|
|
17802
|
+
api: "anthropic-messages";
|
|
17803
|
+
provider: string;
|
|
17804
|
+
baseUrl: string;
|
|
17805
|
+
reasoning: true;
|
|
17806
|
+
input: ("image" | "text")[];
|
|
17807
|
+
cost: {
|
|
17808
|
+
input: number;
|
|
17809
|
+
output: number;
|
|
17810
|
+
cacheRead: number;
|
|
17811
|
+
cacheWrite: number;
|
|
17812
|
+
};
|
|
17813
|
+
contextWindow: number;
|
|
17814
|
+
maxTokens: number;
|
|
17815
|
+
};
|
|
17538
17816
|
readonly "openai/gpt-5.5-pro": {
|
|
17539
17817
|
id: string;
|
|
17540
17818
|
name: string;
|
|
@@ -17569,6 +17847,23 @@ export declare const MODELS: {
|
|
|
17569
17847
|
contextWindow: number;
|
|
17570
17848
|
maxTokens: number;
|
|
17571
17849
|
};
|
|
17850
|
+
readonly "openai/gpt-5.6-luna-fast": {
|
|
17851
|
+
id: string;
|
|
17852
|
+
name: string;
|
|
17853
|
+
api: "anthropic-messages";
|
|
17854
|
+
provider: string;
|
|
17855
|
+
baseUrl: string;
|
|
17856
|
+
reasoning: true;
|
|
17857
|
+
input: ("image" | "text")[];
|
|
17858
|
+
cost: {
|
|
17859
|
+
input: number;
|
|
17860
|
+
output: number;
|
|
17861
|
+
cacheRead: number;
|
|
17862
|
+
cacheWrite: number;
|
|
17863
|
+
};
|
|
17864
|
+
contextWindow: number;
|
|
17865
|
+
maxTokens: number;
|
|
17866
|
+
};
|
|
17572
17867
|
readonly "openai/gpt-5.6-sol": {
|
|
17573
17868
|
id: string;
|
|
17574
17869
|
name: string;
|
|
@@ -17586,6 +17881,23 @@ export declare const MODELS: {
|
|
|
17586
17881
|
contextWindow: number;
|
|
17587
17882
|
maxTokens: number;
|
|
17588
17883
|
};
|
|
17884
|
+
readonly "openai/gpt-5.6-sol-fast": {
|
|
17885
|
+
id: string;
|
|
17886
|
+
name: string;
|
|
17887
|
+
api: "anthropic-messages";
|
|
17888
|
+
provider: string;
|
|
17889
|
+
baseUrl: string;
|
|
17890
|
+
reasoning: true;
|
|
17891
|
+
input: ("image" | "text")[];
|
|
17892
|
+
cost: {
|
|
17893
|
+
input: number;
|
|
17894
|
+
output: number;
|
|
17895
|
+
cacheRead: number;
|
|
17896
|
+
cacheWrite: number;
|
|
17897
|
+
};
|
|
17898
|
+
contextWindow: number;
|
|
17899
|
+
maxTokens: number;
|
|
17900
|
+
};
|
|
17589
17901
|
readonly "openai/gpt-5.6-terra": {
|
|
17590
17902
|
id: string;
|
|
17591
17903
|
name: string;
|
|
@@ -17603,6 +17915,23 @@ export declare const MODELS: {
|
|
|
17603
17915
|
contextWindow: number;
|
|
17604
17916
|
maxTokens: number;
|
|
17605
17917
|
};
|
|
17918
|
+
readonly "openai/gpt-5.6-terra-fast": {
|
|
17919
|
+
id: string;
|
|
17920
|
+
name: string;
|
|
17921
|
+
api: "anthropic-messages";
|
|
17922
|
+
provider: string;
|
|
17923
|
+
baseUrl: string;
|
|
17924
|
+
reasoning: true;
|
|
17925
|
+
input: ("image" | "text")[];
|
|
17926
|
+
cost: {
|
|
17927
|
+
input: number;
|
|
17928
|
+
output: number;
|
|
17929
|
+
cacheRead: number;
|
|
17930
|
+
cacheWrite: number;
|
|
17931
|
+
};
|
|
17932
|
+
contextWindow: number;
|
|
17933
|
+
maxTokens: number;
|
|
17934
|
+
};
|
|
17606
17935
|
readonly "openai/gpt-oss-120b": {
|
|
17607
17936
|
id: string;
|
|
17608
17937
|
name: string;
|
|
@@ -17705,6 +18034,23 @@ export declare const MODELS: {
|
|
|
17705
18034
|
contextWindow: number;
|
|
17706
18035
|
maxTokens: number;
|
|
17707
18036
|
};
|
|
18037
|
+
readonly "openai/o3-fast": {
|
|
18038
|
+
id: string;
|
|
18039
|
+
name: string;
|
|
18040
|
+
api: "anthropic-messages";
|
|
18041
|
+
provider: string;
|
|
18042
|
+
baseUrl: string;
|
|
18043
|
+
reasoning: true;
|
|
18044
|
+
input: ("image" | "text")[];
|
|
18045
|
+
cost: {
|
|
18046
|
+
input: number;
|
|
18047
|
+
output: number;
|
|
18048
|
+
cacheRead: number;
|
|
18049
|
+
cacheWrite: number;
|
|
18050
|
+
};
|
|
18051
|
+
contextWindow: number;
|
|
18052
|
+
maxTokens: number;
|
|
18053
|
+
};
|
|
17708
18054
|
readonly "openai/o3-mini": {
|
|
17709
18055
|
id: string;
|
|
17710
18056
|
name: string;
|
|
@@ -17756,6 +18102,23 @@ export declare const MODELS: {
|
|
|
17756
18102
|
contextWindow: number;
|
|
17757
18103
|
maxTokens: number;
|
|
17758
18104
|
};
|
|
18105
|
+
readonly "openai/o4-mini-fast": {
|
|
18106
|
+
id: string;
|
|
18107
|
+
name: string;
|
|
18108
|
+
api: "anthropic-messages";
|
|
18109
|
+
provider: string;
|
|
18110
|
+
baseUrl: string;
|
|
18111
|
+
reasoning: true;
|
|
18112
|
+
input: ("image" | "text")[];
|
|
18113
|
+
cost: {
|
|
18114
|
+
input: number;
|
|
18115
|
+
output: number;
|
|
18116
|
+
cacheRead: number;
|
|
18117
|
+
cacheWrite: number;
|
|
18118
|
+
};
|
|
18119
|
+
contextWindow: number;
|
|
18120
|
+
maxTokens: number;
|
|
18121
|
+
};
|
|
17759
18122
|
readonly "poolside/laguna-s-2.1": {
|
|
17760
18123
|
id: string;
|
|
17761
18124
|
name: string;
|
|
@@ -18385,6 +18748,23 @@ export declare const MODELS: {
|
|
|
18385
18748
|
contextWindow: number;
|
|
18386
18749
|
maxTokens: number;
|
|
18387
18750
|
};
|
|
18751
|
+
readonly "zai/glm-5.3": {
|
|
18752
|
+
id: string;
|
|
18753
|
+
name: string;
|
|
18754
|
+
api: "anthropic-messages";
|
|
18755
|
+
provider: string;
|
|
18756
|
+
baseUrl: string;
|
|
18757
|
+
reasoning: true;
|
|
18758
|
+
input: "text"[];
|
|
18759
|
+
cost: {
|
|
18760
|
+
input: number;
|
|
18761
|
+
output: number;
|
|
18762
|
+
cacheRead: number;
|
|
18763
|
+
cacheWrite: number;
|
|
18764
|
+
};
|
|
18765
|
+
contextWindow: number;
|
|
18766
|
+
maxTokens: number;
|
|
18767
|
+
};
|
|
18388
18768
|
readonly "zai/glm-5v-turbo": {
|
|
18389
18769
|
id: string;
|
|
18390
18770
|
name: string;
|