@dreb/ai 2.62.0 → 2.64.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.
- package/dist/models.generated.d.ts +387 -625
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +443 -681
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -6129,7 +6129,7 @@ export declare const MODELS: {
|
|
|
6129
6129
|
supportsDeveloperRole: false;
|
|
6130
6130
|
};
|
|
6131
6131
|
reasoning: true;
|
|
6132
|
-
input: "text"[];
|
|
6132
|
+
input: ("image" | "text")[];
|
|
6133
6133
|
cost: {
|
|
6134
6134
|
input: number;
|
|
6135
6135
|
output: number;
|
|
@@ -8670,6 +8670,23 @@ export declare const MODELS: {
|
|
|
8670
8670
|
contextWindow: number;
|
|
8671
8671
|
maxTokens: number;
|
|
8672
8672
|
};
|
|
8673
|
+
readonly "ling-3.0-flash-fin-free": {
|
|
8674
|
+
id: string;
|
|
8675
|
+
name: string;
|
|
8676
|
+
api: "openai-completions";
|
|
8677
|
+
provider: string;
|
|
8678
|
+
baseUrl: string;
|
|
8679
|
+
reasoning: true;
|
|
8680
|
+
input: "text"[];
|
|
8681
|
+
cost: {
|
|
8682
|
+
input: number;
|
|
8683
|
+
output: number;
|
|
8684
|
+
cacheRead: number;
|
|
8685
|
+
cacheWrite: number;
|
|
8686
|
+
};
|
|
8687
|
+
contextWindow: number;
|
|
8688
|
+
maxTokens: number;
|
|
8689
|
+
};
|
|
8673
8690
|
readonly "mimo-v2.5-free": {
|
|
8674
8691
|
id: string;
|
|
8675
8692
|
name: string;
|
|
@@ -9012,6 +9029,23 @@ export declare const MODELS: {
|
|
|
9012
9029
|
contextWindow: number;
|
|
9013
9030
|
maxTokens: number;
|
|
9014
9031
|
};
|
|
9032
|
+
readonly "hy4-preview": {
|
|
9033
|
+
id: string;
|
|
9034
|
+
name: string;
|
|
9035
|
+
api: "openai-completions";
|
|
9036
|
+
provider: string;
|
|
9037
|
+
baseUrl: string;
|
|
9038
|
+
reasoning: true;
|
|
9039
|
+
input: "text"[];
|
|
9040
|
+
cost: {
|
|
9041
|
+
input: number;
|
|
9042
|
+
output: number;
|
|
9043
|
+
cacheRead: number;
|
|
9044
|
+
cacheWrite: number;
|
|
9045
|
+
};
|
|
9046
|
+
contextWindow: number;
|
|
9047
|
+
maxTokens: number;
|
|
9048
|
+
};
|
|
9015
9049
|
readonly "kimi-k2.6": {
|
|
9016
9050
|
id: string;
|
|
9017
9051
|
name: string;
|
|
@@ -9216,6 +9250,23 @@ export declare const MODELS: {
|
|
|
9216
9250
|
contextWindow: number;
|
|
9217
9251
|
maxTokens: number;
|
|
9218
9252
|
};
|
|
9253
|
+
readonly "qwen3.8-flash": {
|
|
9254
|
+
id: string;
|
|
9255
|
+
name: string;
|
|
9256
|
+
api: "anthropic-messages";
|
|
9257
|
+
provider: string;
|
|
9258
|
+
baseUrl: string;
|
|
9259
|
+
reasoning: true;
|
|
9260
|
+
input: ("image" | "text")[];
|
|
9261
|
+
cost: {
|
|
9262
|
+
input: number;
|
|
9263
|
+
output: number;
|
|
9264
|
+
cacheRead: number;
|
|
9265
|
+
cacheWrite: number;
|
|
9266
|
+
};
|
|
9267
|
+
contextWindow: number;
|
|
9268
|
+
maxTokens: number;
|
|
9269
|
+
};
|
|
9219
9270
|
readonly "qwen3.8-max": {
|
|
9220
9271
|
id: string;
|
|
9221
9272
|
name: string;
|
|
@@ -10221,6 +10272,23 @@ export declare const MODELS: {
|
|
|
10221
10272
|
contextWindow: number;
|
|
10222
10273
|
maxTokens: number;
|
|
10223
10274
|
};
|
|
10275
|
+
readonly "deepseek/deepseek-v4-flash-0731:batch": {
|
|
10276
|
+
id: string;
|
|
10277
|
+
name: string;
|
|
10278
|
+
api: "openai-completions";
|
|
10279
|
+
provider: string;
|
|
10280
|
+
baseUrl: string;
|
|
10281
|
+
reasoning: true;
|
|
10282
|
+
input: "text"[];
|
|
10283
|
+
cost: {
|
|
10284
|
+
input: number;
|
|
10285
|
+
output: number;
|
|
10286
|
+
cacheRead: number;
|
|
10287
|
+
cacheWrite: number;
|
|
10288
|
+
};
|
|
10289
|
+
contextWindow: number;
|
|
10290
|
+
maxTokens: number;
|
|
10291
|
+
};
|
|
10224
10292
|
readonly "deepseek/deepseek-v4-flash-vision-exp": {
|
|
10225
10293
|
id: string;
|
|
10226
10294
|
name: string;
|
|
@@ -10272,6 +10340,23 @@ export declare const MODELS: {
|
|
|
10272
10340
|
contextWindow: number;
|
|
10273
10341
|
maxTokens: number;
|
|
10274
10342
|
};
|
|
10343
|
+
readonly "deepseek/deepseek-v4-pro-0813:batch": {
|
|
10344
|
+
id: string;
|
|
10345
|
+
name: string;
|
|
10346
|
+
api: "openai-completions";
|
|
10347
|
+
provider: string;
|
|
10348
|
+
baseUrl: string;
|
|
10349
|
+
reasoning: true;
|
|
10350
|
+
input: "text"[];
|
|
10351
|
+
cost: {
|
|
10352
|
+
input: number;
|
|
10353
|
+
output: number;
|
|
10354
|
+
cacheRead: number;
|
|
10355
|
+
cacheWrite: number;
|
|
10356
|
+
};
|
|
10357
|
+
contextWindow: number;
|
|
10358
|
+
maxTokens: number;
|
|
10359
|
+
};
|
|
10275
10360
|
readonly "dots-studio/dots-3-note-preview:free": {
|
|
10276
10361
|
id: string;
|
|
10277
10362
|
name: string;
|
|
@@ -10799,6 +10884,23 @@ export declare const MODELS: {
|
|
|
10799
10884
|
contextWindow: number;
|
|
10800
10885
|
maxTokens: number;
|
|
10801
10886
|
};
|
|
10887
|
+
readonly "google/gemma-4-31b-it:batch": {
|
|
10888
|
+
id: string;
|
|
10889
|
+
name: string;
|
|
10890
|
+
api: "openai-completions";
|
|
10891
|
+
provider: string;
|
|
10892
|
+
baseUrl: string;
|
|
10893
|
+
reasoning: true;
|
|
10894
|
+
input: ("image" | "text")[];
|
|
10895
|
+
cost: {
|
|
10896
|
+
input: number;
|
|
10897
|
+
output: number;
|
|
10898
|
+
cacheRead: number;
|
|
10899
|
+
cacheWrite: number;
|
|
10900
|
+
};
|
|
10901
|
+
contextWindow: number;
|
|
10902
|
+
maxTokens: number;
|
|
10903
|
+
};
|
|
10802
10904
|
readonly "google/gemma-4-31b-it:free": {
|
|
10803
10905
|
id: string;
|
|
10804
10906
|
name: string;
|
|
@@ -11071,6 +11173,23 @@ export declare const MODELS: {
|
|
|
11071
11173
|
contextWindow: number;
|
|
11072
11174
|
maxTokens: number;
|
|
11073
11175
|
};
|
|
11176
|
+
readonly "meta/muse-glimmer-30b:batch": {
|
|
11177
|
+
id: string;
|
|
11178
|
+
name: string;
|
|
11179
|
+
api: "openai-completions";
|
|
11180
|
+
provider: string;
|
|
11181
|
+
baseUrl: string;
|
|
11182
|
+
reasoning: true;
|
|
11183
|
+
input: ("image" | "text")[];
|
|
11184
|
+
cost: {
|
|
11185
|
+
input: number;
|
|
11186
|
+
output: number;
|
|
11187
|
+
cacheRead: number;
|
|
11188
|
+
cacheWrite: number;
|
|
11189
|
+
};
|
|
11190
|
+
contextWindow: number;
|
|
11191
|
+
maxTokens: number;
|
|
11192
|
+
};
|
|
11074
11193
|
readonly "meta/muse-spark-1.1": {
|
|
11075
11194
|
id: string;
|
|
11076
11195
|
name: string;
|
|
@@ -11292,7 +11411,7 @@ export declare const MODELS: {
|
|
|
11292
11411
|
contextWindow: number;
|
|
11293
11412
|
maxTokens: number;
|
|
11294
11413
|
};
|
|
11295
|
-
readonly "mistralai/
|
|
11414
|
+
readonly "mistralai/codestral-2508:batch": {
|
|
11296
11415
|
id: string;
|
|
11297
11416
|
name: string;
|
|
11298
11417
|
api: "openai-completions";
|
|
@@ -11309,14 +11428,14 @@ export declare const MODELS: {
|
|
|
11309
11428
|
contextWindow: number;
|
|
11310
11429
|
maxTokens: number;
|
|
11311
11430
|
};
|
|
11312
|
-
readonly "mistralai/
|
|
11431
|
+
readonly "mistralai/devstral-2512": {
|
|
11313
11432
|
id: string;
|
|
11314
11433
|
name: string;
|
|
11315
11434
|
api: "openai-completions";
|
|
11316
11435
|
provider: string;
|
|
11317
11436
|
baseUrl: string;
|
|
11318
11437
|
reasoning: false;
|
|
11319
|
-
input:
|
|
11438
|
+
input: "text"[];
|
|
11320
11439
|
cost: {
|
|
11321
11440
|
input: number;
|
|
11322
11441
|
output: number;
|
|
@@ -11326,7 +11445,7 @@ export declare const MODELS: {
|
|
|
11326
11445
|
contextWindow: number;
|
|
11327
11446
|
maxTokens: number;
|
|
11328
11447
|
};
|
|
11329
|
-
readonly "mistralai/ministral-
|
|
11448
|
+
readonly "mistralai/ministral-14b-2512": {
|
|
11330
11449
|
id: string;
|
|
11331
11450
|
name: string;
|
|
11332
11451
|
api: "openai-completions";
|
|
@@ -11343,7 +11462,7 @@ export declare const MODELS: {
|
|
|
11343
11462
|
contextWindow: number;
|
|
11344
11463
|
maxTokens: number;
|
|
11345
11464
|
};
|
|
11346
|
-
readonly "mistralai/ministral-
|
|
11465
|
+
readonly "mistralai/ministral-3b-2512": {
|
|
11347
11466
|
id: string;
|
|
11348
11467
|
name: string;
|
|
11349
11468
|
api: "openai-completions";
|
|
@@ -11360,14 +11479,14 @@ export declare const MODELS: {
|
|
|
11360
11479
|
contextWindow: number;
|
|
11361
11480
|
maxTokens: number;
|
|
11362
11481
|
};
|
|
11363
|
-
readonly "mistralai/
|
|
11482
|
+
readonly "mistralai/ministral-8b-2512": {
|
|
11364
11483
|
id: string;
|
|
11365
11484
|
name: string;
|
|
11366
11485
|
api: "openai-completions";
|
|
11367
11486
|
provider: string;
|
|
11368
11487
|
baseUrl: string;
|
|
11369
11488
|
reasoning: false;
|
|
11370
|
-
input: "text"[];
|
|
11489
|
+
input: ("image" | "text")[];
|
|
11371
11490
|
cost: {
|
|
11372
11491
|
input: number;
|
|
11373
11492
|
output: number;
|
|
@@ -11377,14 +11496,14 @@ export declare const MODELS: {
|
|
|
11377
11496
|
contextWindow: number;
|
|
11378
11497
|
maxTokens: number;
|
|
11379
11498
|
};
|
|
11380
|
-
readonly "mistralai/
|
|
11499
|
+
readonly "mistralai/ministral-8b-2512:batch": {
|
|
11381
11500
|
id: string;
|
|
11382
11501
|
name: string;
|
|
11383
11502
|
api: "openai-completions";
|
|
11384
11503
|
provider: string;
|
|
11385
11504
|
baseUrl: string;
|
|
11386
11505
|
reasoning: false;
|
|
11387
|
-
input: "text"[];
|
|
11506
|
+
input: ("image" | "text")[];
|
|
11388
11507
|
cost: {
|
|
11389
11508
|
input: number;
|
|
11390
11509
|
output: number;
|
|
@@ -11394,14 +11513,14 @@ export declare const MODELS: {
|
|
|
11394
11513
|
contextWindow: number;
|
|
11395
11514
|
maxTokens: number;
|
|
11396
11515
|
};
|
|
11397
|
-
readonly "mistralai/mistral-large
|
|
11516
|
+
readonly "mistralai/mistral-large": {
|
|
11398
11517
|
id: string;
|
|
11399
11518
|
name: string;
|
|
11400
11519
|
api: "openai-completions";
|
|
11401
11520
|
provider: string;
|
|
11402
11521
|
baseUrl: string;
|
|
11403
11522
|
reasoning: false;
|
|
11404
|
-
input:
|
|
11523
|
+
input: "text"[];
|
|
11405
11524
|
cost: {
|
|
11406
11525
|
input: number;
|
|
11407
11526
|
output: number;
|
|
@@ -11411,14 +11530,14 @@ export declare const MODELS: {
|
|
|
11411
11530
|
contextWindow: number;
|
|
11412
11531
|
maxTokens: number;
|
|
11413
11532
|
};
|
|
11414
|
-
readonly "mistralai/mistral-
|
|
11533
|
+
readonly "mistralai/mistral-large-2407": {
|
|
11415
11534
|
id: string;
|
|
11416
11535
|
name: string;
|
|
11417
11536
|
api: "openai-completions";
|
|
11418
11537
|
provider: string;
|
|
11419
11538
|
baseUrl: string;
|
|
11420
11539
|
reasoning: false;
|
|
11421
|
-
input:
|
|
11540
|
+
input: "text"[];
|
|
11422
11541
|
cost: {
|
|
11423
11542
|
input: number;
|
|
11424
11543
|
output: number;
|
|
@@ -11428,13 +11547,13 @@ export declare const MODELS: {
|
|
|
11428
11547
|
contextWindow: number;
|
|
11429
11548
|
maxTokens: number;
|
|
11430
11549
|
};
|
|
11431
|
-
readonly "mistralai/mistral-
|
|
11550
|
+
readonly "mistralai/mistral-large-2512": {
|
|
11432
11551
|
id: string;
|
|
11433
11552
|
name: string;
|
|
11434
11553
|
api: "openai-completions";
|
|
11435
11554
|
provider: string;
|
|
11436
11555
|
baseUrl: string;
|
|
11437
|
-
reasoning:
|
|
11556
|
+
reasoning: false;
|
|
11438
11557
|
input: ("image" | "text")[];
|
|
11439
11558
|
cost: {
|
|
11440
11559
|
input: number;
|
|
@@ -11445,7 +11564,7 @@ export declare const MODELS: {
|
|
|
11445
11564
|
contextWindow: number;
|
|
11446
11565
|
maxTokens: number;
|
|
11447
11566
|
};
|
|
11448
|
-
readonly "mistralai/mistral-
|
|
11567
|
+
readonly "mistralai/mistral-large-2512:batch": {
|
|
11449
11568
|
id: string;
|
|
11450
11569
|
name: string;
|
|
11451
11570
|
api: "openai-completions";
|
|
@@ -11462,14 +11581,14 @@ export declare const MODELS: {
|
|
|
11462
11581
|
contextWindow: number;
|
|
11463
11582
|
maxTokens: number;
|
|
11464
11583
|
};
|
|
11465
|
-
readonly "mistralai/mistral-
|
|
11584
|
+
readonly "mistralai/mistral-medium-3": {
|
|
11466
11585
|
id: string;
|
|
11467
11586
|
name: string;
|
|
11468
11587
|
api: "openai-completions";
|
|
11469
11588
|
provider: string;
|
|
11470
11589
|
baseUrl: string;
|
|
11471
11590
|
reasoning: false;
|
|
11472
|
-
input: "text"[];
|
|
11591
|
+
input: ("image" | "text")[];
|
|
11473
11592
|
cost: {
|
|
11474
11593
|
input: number;
|
|
11475
11594
|
output: number;
|
|
@@ -11479,14 +11598,14 @@ export declare const MODELS: {
|
|
|
11479
11598
|
contextWindow: number;
|
|
11480
11599
|
maxTokens: number;
|
|
11481
11600
|
};
|
|
11482
|
-
readonly "mistralai/mistral-
|
|
11601
|
+
readonly "mistralai/mistral-medium-3-5": {
|
|
11483
11602
|
id: string;
|
|
11484
11603
|
name: string;
|
|
11485
11604
|
api: "openai-completions";
|
|
11486
11605
|
provider: string;
|
|
11487
11606
|
baseUrl: string;
|
|
11488
|
-
reasoning:
|
|
11489
|
-
input: "text"[];
|
|
11607
|
+
reasoning: true;
|
|
11608
|
+
input: ("image" | "text")[];
|
|
11490
11609
|
cost: {
|
|
11491
11610
|
input: number;
|
|
11492
11611
|
output: number;
|
|
@@ -11496,7 +11615,7 @@ export declare const MODELS: {
|
|
|
11496
11615
|
contextWindow: number;
|
|
11497
11616
|
maxTokens: number;
|
|
11498
11617
|
};
|
|
11499
|
-
readonly "mistralai/mistral-
|
|
11618
|
+
readonly "mistralai/mistral-medium-3-5:batch": {
|
|
11500
11619
|
id: string;
|
|
11501
11620
|
name: string;
|
|
11502
11621
|
api: "openai-completions";
|
|
@@ -11513,7 +11632,7 @@ export declare const MODELS: {
|
|
|
11513
11632
|
contextWindow: number;
|
|
11514
11633
|
maxTokens: number;
|
|
11515
11634
|
};
|
|
11516
|
-
readonly "mistralai/mistral-
|
|
11635
|
+
readonly "mistralai/mistral-medium-3.1": {
|
|
11517
11636
|
id: string;
|
|
11518
11637
|
name: string;
|
|
11519
11638
|
api: "openai-completions";
|
|
@@ -11530,14 +11649,14 @@ export declare const MODELS: {
|
|
|
11530
11649
|
contextWindow: number;
|
|
11531
11650
|
maxTokens: number;
|
|
11532
11651
|
};
|
|
11533
|
-
readonly "mistralai/
|
|
11652
|
+
readonly "mistralai/mistral-medium-3.1:batch": {
|
|
11534
11653
|
id: string;
|
|
11535
11654
|
name: string;
|
|
11536
11655
|
api: "openai-completions";
|
|
11537
11656
|
provider: string;
|
|
11538
11657
|
baseUrl: string;
|
|
11539
11658
|
reasoning: false;
|
|
11540
|
-
input: "text"[];
|
|
11659
|
+
input: ("image" | "text")[];
|
|
11541
11660
|
cost: {
|
|
11542
11661
|
input: number;
|
|
11543
11662
|
output: number;
|
|
@@ -11547,7 +11666,7 @@ export declare const MODELS: {
|
|
|
11547
11666
|
contextWindow: number;
|
|
11548
11667
|
maxTokens: number;
|
|
11549
11668
|
};
|
|
11550
|
-
readonly "mistralai/
|
|
11669
|
+
readonly "mistralai/mistral-nemo": {
|
|
11551
11670
|
id: string;
|
|
11552
11671
|
name: string;
|
|
11553
11672
|
api: "openai-completions";
|
|
@@ -11564,7 +11683,7 @@ export declare const MODELS: {
|
|
|
11564
11683
|
contextWindow: number;
|
|
11565
11684
|
maxTokens: number;
|
|
11566
11685
|
};
|
|
11567
|
-
readonly "
|
|
11686
|
+
readonly "mistralai/mistral-saba": {
|
|
11568
11687
|
id: string;
|
|
11569
11688
|
name: string;
|
|
11570
11689
|
api: "openai-completions";
|
|
@@ -11581,14 +11700,14 @@ export declare const MODELS: {
|
|
|
11581
11700
|
contextWindow: number;
|
|
11582
11701
|
maxTokens: number;
|
|
11583
11702
|
};
|
|
11584
|
-
readonly "
|
|
11703
|
+
readonly "mistralai/mistral-small-2603": {
|
|
11585
11704
|
id: string;
|
|
11586
11705
|
name: string;
|
|
11587
11706
|
api: "openai-completions";
|
|
11588
11707
|
provider: string;
|
|
11589
11708
|
baseUrl: string;
|
|
11590
|
-
reasoning:
|
|
11591
|
-
input: "text"[];
|
|
11709
|
+
reasoning: true;
|
|
11710
|
+
input: ("image" | "text")[];
|
|
11592
11711
|
cost: {
|
|
11593
11712
|
input: number;
|
|
11594
11713
|
output: number;
|
|
@@ -11598,14 +11717,14 @@ export declare const MODELS: {
|
|
|
11598
11717
|
contextWindow: number;
|
|
11599
11718
|
maxTokens: number;
|
|
11600
11719
|
};
|
|
11601
|
-
readonly "
|
|
11720
|
+
readonly "mistralai/mistral-small-2603:batch": {
|
|
11602
11721
|
id: string;
|
|
11603
11722
|
name: string;
|
|
11604
11723
|
api: "openai-completions";
|
|
11605
11724
|
provider: string;
|
|
11606
11725
|
baseUrl: string;
|
|
11607
11726
|
reasoning: true;
|
|
11608
|
-
input: "text"[];
|
|
11727
|
+
input: ("image" | "text")[];
|
|
11609
11728
|
cost: {
|
|
11610
11729
|
input: number;
|
|
11611
11730
|
output: number;
|
|
@@ -11615,13 +11734,13 @@ export declare const MODELS: {
|
|
|
11615
11734
|
contextWindow: number;
|
|
11616
11735
|
maxTokens: number;
|
|
11617
11736
|
};
|
|
11618
|
-
readonly "
|
|
11737
|
+
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
11619
11738
|
id: string;
|
|
11620
11739
|
name: string;
|
|
11621
11740
|
api: "openai-completions";
|
|
11622
11741
|
provider: string;
|
|
11623
11742
|
baseUrl: string;
|
|
11624
|
-
reasoning:
|
|
11743
|
+
reasoning: false;
|
|
11625
11744
|
input: ("image" | "text")[];
|
|
11626
11745
|
cost: {
|
|
11627
11746
|
input: number;
|
|
@@ -11632,14 +11751,14 @@ export declare const MODELS: {
|
|
|
11632
11751
|
contextWindow: number;
|
|
11633
11752
|
maxTokens: number;
|
|
11634
11753
|
};
|
|
11635
|
-
readonly "
|
|
11754
|
+
readonly "mistralai/mixtral-8x22b-instruct": {
|
|
11636
11755
|
id: string;
|
|
11637
11756
|
name: string;
|
|
11638
11757
|
api: "openai-completions";
|
|
11639
11758
|
provider: string;
|
|
11640
11759
|
baseUrl: string;
|
|
11641
|
-
reasoning:
|
|
11642
|
-
input:
|
|
11760
|
+
reasoning: false;
|
|
11761
|
+
input: "text"[];
|
|
11643
11762
|
cost: {
|
|
11644
11763
|
input: number;
|
|
11645
11764
|
output: number;
|
|
@@ -11649,14 +11768,14 @@ export declare const MODELS: {
|
|
|
11649
11768
|
contextWindow: number;
|
|
11650
11769
|
maxTokens: number;
|
|
11651
11770
|
};
|
|
11652
|
-
readonly "
|
|
11771
|
+
readonly "mistralai/voxtral-small-24b-2507": {
|
|
11653
11772
|
id: string;
|
|
11654
11773
|
name: string;
|
|
11655
11774
|
api: "openai-completions";
|
|
11656
11775
|
provider: string;
|
|
11657
11776
|
baseUrl: string;
|
|
11658
|
-
reasoning:
|
|
11659
|
-
input:
|
|
11777
|
+
reasoning: false;
|
|
11778
|
+
input: "text"[];
|
|
11660
11779
|
cost: {
|
|
11661
11780
|
input: number;
|
|
11662
11781
|
output: number;
|
|
@@ -11666,14 +11785,14 @@ export declare const MODELS: {
|
|
|
11666
11785
|
contextWindow: number;
|
|
11667
11786
|
maxTokens: number;
|
|
11668
11787
|
};
|
|
11669
|
-
readonly "moonshotai/kimi-k2
|
|
11788
|
+
readonly "moonshotai/kimi-k2": {
|
|
11670
11789
|
id: string;
|
|
11671
11790
|
name: string;
|
|
11672
11791
|
api: "openai-completions";
|
|
11673
11792
|
provider: string;
|
|
11674
11793
|
baseUrl: string;
|
|
11675
|
-
reasoning:
|
|
11676
|
-
input:
|
|
11794
|
+
reasoning: false;
|
|
11795
|
+
input: "text"[];
|
|
11677
11796
|
cost: {
|
|
11678
11797
|
input: number;
|
|
11679
11798
|
output: number;
|
|
@@ -11683,14 +11802,14 @@ export declare const MODELS: {
|
|
|
11683
11802
|
contextWindow: number;
|
|
11684
11803
|
maxTokens: number;
|
|
11685
11804
|
};
|
|
11686
|
-
readonly "moonshotai/kimi-
|
|
11805
|
+
readonly "moonshotai/kimi-k2-0905": {
|
|
11687
11806
|
id: string;
|
|
11688
11807
|
name: string;
|
|
11689
11808
|
api: "openai-completions";
|
|
11690
11809
|
provider: string;
|
|
11691
11810
|
baseUrl: string;
|
|
11692
|
-
reasoning:
|
|
11693
|
-
input:
|
|
11811
|
+
reasoning: false;
|
|
11812
|
+
input: "text"[];
|
|
11694
11813
|
cost: {
|
|
11695
11814
|
input: number;
|
|
11696
11815
|
output: number;
|
|
@@ -11700,14 +11819,14 @@ export declare const MODELS: {
|
|
|
11700
11819
|
contextWindow: number;
|
|
11701
11820
|
maxTokens: number;
|
|
11702
11821
|
};
|
|
11703
|
-
readonly "
|
|
11822
|
+
readonly "moonshotai/kimi-k2-thinking": {
|
|
11704
11823
|
id: string;
|
|
11705
11824
|
name: string;
|
|
11706
11825
|
api: "openai-completions";
|
|
11707
11826
|
provider: string;
|
|
11708
11827
|
baseUrl: string;
|
|
11709
11828
|
reasoning: true;
|
|
11710
|
-
input:
|
|
11829
|
+
input: "text"[];
|
|
11711
11830
|
cost: {
|
|
11712
11831
|
input: number;
|
|
11713
11832
|
output: number;
|
|
@@ -11717,7 +11836,7 @@ export declare const MODELS: {
|
|
|
11717
11836
|
contextWindow: number;
|
|
11718
11837
|
maxTokens: number;
|
|
11719
11838
|
};
|
|
11720
|
-
readonly "
|
|
11839
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
11721
11840
|
id: string;
|
|
11722
11841
|
name: string;
|
|
11723
11842
|
api: "openai-completions";
|
|
@@ -11734,14 +11853,14 @@ export declare const MODELS: {
|
|
|
11734
11853
|
contextWindow: number;
|
|
11735
11854
|
maxTokens: number;
|
|
11736
11855
|
};
|
|
11737
|
-
readonly "
|
|
11856
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
11738
11857
|
id: string;
|
|
11739
11858
|
name: string;
|
|
11740
11859
|
api: "openai-completions";
|
|
11741
11860
|
provider: string;
|
|
11742
11861
|
baseUrl: string;
|
|
11743
11862
|
reasoning: true;
|
|
11744
|
-
input: "text"[];
|
|
11863
|
+
input: ("image" | "text")[];
|
|
11745
11864
|
cost: {
|
|
11746
11865
|
input: number;
|
|
11747
11866
|
output: number;
|
|
@@ -11751,7 +11870,7 @@ export declare const MODELS: {
|
|
|
11751
11870
|
contextWindow: number;
|
|
11752
11871
|
maxTokens: number;
|
|
11753
11872
|
};
|
|
11754
|
-
readonly "
|
|
11873
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
11755
11874
|
id: string;
|
|
11756
11875
|
name: string;
|
|
11757
11876
|
api: "openai-completions";
|
|
@@ -11768,14 +11887,14 @@ export declare const MODELS: {
|
|
|
11768
11887
|
contextWindow: number;
|
|
11769
11888
|
maxTokens: number;
|
|
11770
11889
|
};
|
|
11771
|
-
readonly "
|
|
11890
|
+
readonly "moonshotai/kimi-k3": {
|
|
11772
11891
|
id: string;
|
|
11773
11892
|
name: string;
|
|
11774
11893
|
api: "openai-completions";
|
|
11775
11894
|
provider: string;
|
|
11776
11895
|
baseUrl: string;
|
|
11777
11896
|
reasoning: true;
|
|
11778
|
-
input: "text"[];
|
|
11897
|
+
input: ("image" | "text")[];
|
|
11779
11898
|
cost: {
|
|
11780
11899
|
input: number;
|
|
11781
11900
|
output: number;
|
|
@@ -11785,14 +11904,14 @@ export declare const MODELS: {
|
|
|
11785
11904
|
contextWindow: number;
|
|
11786
11905
|
maxTokens: number;
|
|
11787
11906
|
};
|
|
11788
|
-
readonly "
|
|
11907
|
+
readonly "moonshotai/kimi-k3:batch": {
|
|
11789
11908
|
id: string;
|
|
11790
11909
|
name: string;
|
|
11791
11910
|
api: "openai-completions";
|
|
11792
11911
|
provider: string;
|
|
11793
11912
|
baseUrl: string;
|
|
11794
11913
|
reasoning: true;
|
|
11795
|
-
input: "text"[];
|
|
11914
|
+
input: ("image" | "text")[];
|
|
11796
11915
|
cost: {
|
|
11797
11916
|
input: number;
|
|
11798
11917
|
output: number;
|
|
@@ -11802,14 +11921,14 @@ export declare const MODELS: {
|
|
|
11802
11921
|
contextWindow: number;
|
|
11803
11922
|
maxTokens: number;
|
|
11804
11923
|
};
|
|
11805
|
-
readonly "
|
|
11924
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
11806
11925
|
id: string;
|
|
11807
11926
|
name: string;
|
|
11808
11927
|
api: "openai-completions";
|
|
11809
11928
|
provider: string;
|
|
11810
11929
|
baseUrl: string;
|
|
11811
11930
|
reasoning: true;
|
|
11812
|
-
input: "text"[];
|
|
11931
|
+
input: ("image" | "text")[];
|
|
11813
11932
|
cost: {
|
|
11814
11933
|
input: number;
|
|
11815
11934
|
output: number;
|
|
@@ -11819,14 +11938,14 @@ export declare const MODELS: {
|
|
|
11819
11938
|
contextWindow: number;
|
|
11820
11939
|
maxTokens: number;
|
|
11821
11940
|
};
|
|
11822
|
-
readonly "
|
|
11941
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
11823
11942
|
id: string;
|
|
11824
11943
|
name: string;
|
|
11825
11944
|
api: "openai-completions";
|
|
11826
11945
|
provider: string;
|
|
11827
11946
|
baseUrl: string;
|
|
11828
11947
|
reasoning: true;
|
|
11829
|
-
input: "text"[];
|
|
11948
|
+
input: ("image" | "text")[];
|
|
11830
11949
|
cost: {
|
|
11831
11950
|
input: number;
|
|
11832
11951
|
output: number;
|
|
@@ -11836,7 +11955,7 @@ export declare const MODELS: {
|
|
|
11836
11955
|
contextWindow: number;
|
|
11837
11956
|
maxTokens: number;
|
|
11838
11957
|
};
|
|
11839
|
-
readonly "nvidia/nemotron-3-
|
|
11958
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
11840
11959
|
id: string;
|
|
11841
11960
|
name: string;
|
|
11842
11961
|
api: "openai-completions";
|
|
@@ -11853,14 +11972,14 @@ export declare const MODELS: {
|
|
|
11853
11972
|
contextWindow: number;
|
|
11854
11973
|
maxTokens: number;
|
|
11855
11974
|
};
|
|
11856
|
-
readonly "nvidia/nemotron-3
|
|
11975
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
11857
11976
|
id: string;
|
|
11858
11977
|
name: string;
|
|
11859
11978
|
api: "openai-completions";
|
|
11860
11979
|
provider: string;
|
|
11861
11980
|
baseUrl: string;
|
|
11862
11981
|
reasoning: true;
|
|
11863
|
-
input: "text"[];
|
|
11982
|
+
input: ("image" | "text")[];
|
|
11864
11983
|
cost: {
|
|
11865
11984
|
input: number;
|
|
11866
11985
|
output: number;
|
|
@@ -11870,7 +11989,7 @@ export declare const MODELS: {
|
|
|
11870
11989
|
contextWindow: number;
|
|
11871
11990
|
maxTokens: number;
|
|
11872
11991
|
};
|
|
11873
|
-
readonly "nvidia/nemotron-3
|
|
11992
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
11874
11993
|
id: string;
|
|
11875
11994
|
name: string;
|
|
11876
11995
|
api: "openai-completions";
|
|
@@ -11887,13 +12006,13 @@ export declare const MODELS: {
|
|
|
11887
12006
|
contextWindow: number;
|
|
11888
12007
|
maxTokens: number;
|
|
11889
12008
|
};
|
|
11890
|
-
readonly "
|
|
12009
|
+
readonly "nvidia/nemotron-3-super-120b-a12b:free": {
|
|
11891
12010
|
id: string;
|
|
11892
12011
|
name: string;
|
|
11893
12012
|
api: "openai-completions";
|
|
11894
12013
|
provider: string;
|
|
11895
12014
|
baseUrl: string;
|
|
11896
|
-
reasoning:
|
|
12015
|
+
reasoning: true;
|
|
11897
12016
|
input: "text"[];
|
|
11898
12017
|
cost: {
|
|
11899
12018
|
input: number;
|
|
@@ -11904,13 +12023,13 @@ export declare const MODELS: {
|
|
|
11904
12023
|
contextWindow: number;
|
|
11905
12024
|
maxTokens: number;
|
|
11906
12025
|
};
|
|
11907
|
-
readonly "
|
|
12026
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
11908
12027
|
id: string;
|
|
11909
12028
|
name: string;
|
|
11910
12029
|
api: "openai-completions";
|
|
11911
12030
|
provider: string;
|
|
11912
12031
|
baseUrl: string;
|
|
11913
|
-
reasoning:
|
|
12032
|
+
reasoning: true;
|
|
11914
12033
|
input: "text"[];
|
|
11915
12034
|
cost: {
|
|
11916
12035
|
input: number;
|
|
@@ -11921,13 +12040,13 @@ export declare const MODELS: {
|
|
|
11921
12040
|
contextWindow: number;
|
|
11922
12041
|
maxTokens: number;
|
|
11923
12042
|
};
|
|
11924
|
-
readonly "
|
|
12043
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
|
|
11925
12044
|
id: string;
|
|
11926
12045
|
name: string;
|
|
11927
12046
|
api: "openai-completions";
|
|
11928
12047
|
provider: string;
|
|
11929
12048
|
baseUrl: string;
|
|
11930
|
-
reasoning:
|
|
12049
|
+
reasoning: true;
|
|
11931
12050
|
input: "text"[];
|
|
11932
12051
|
cost: {
|
|
11933
12052
|
input: number;
|
|
@@ -11938,13 +12057,13 @@ export declare const MODELS: {
|
|
|
11938
12057
|
contextWindow: number;
|
|
11939
12058
|
maxTokens: number;
|
|
11940
12059
|
};
|
|
11941
|
-
readonly "
|
|
12060
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
11942
12061
|
id: string;
|
|
11943
12062
|
name: string;
|
|
11944
12063
|
api: "openai-completions";
|
|
11945
12064
|
provider: string;
|
|
11946
12065
|
baseUrl: string;
|
|
11947
|
-
reasoning:
|
|
12066
|
+
reasoning: true;
|
|
11948
12067
|
input: "text"[];
|
|
11949
12068
|
cost: {
|
|
11950
12069
|
input: number;
|
|
@@ -11955,473 +12074,14 @@ export declare const MODELS: {
|
|
|
11955
12074
|
contextWindow: number;
|
|
11956
12075
|
maxTokens: number;
|
|
11957
12076
|
};
|
|
11958
|
-
readonly "
|
|
11959
|
-
id: string;
|
|
11960
|
-
name: string;
|
|
11961
|
-
api: "openai-completions";
|
|
11962
|
-
provider: string;
|
|
11963
|
-
baseUrl: string;
|
|
11964
|
-
reasoning: false;
|
|
11965
|
-
input: "text"[];
|
|
11966
|
-
cost: {
|
|
11967
|
-
input: number;
|
|
11968
|
-
output: number;
|
|
11969
|
-
cacheRead: number;
|
|
11970
|
-
cacheWrite: number;
|
|
11971
|
-
};
|
|
11972
|
-
contextWindow: number;
|
|
11973
|
-
maxTokens: number;
|
|
11974
|
-
};
|
|
11975
|
-
readonly "openai/gpt-4-turbo": {
|
|
11976
|
-
id: string;
|
|
11977
|
-
name: string;
|
|
11978
|
-
api: "openai-completions";
|
|
11979
|
-
provider: string;
|
|
11980
|
-
baseUrl: string;
|
|
11981
|
-
reasoning: false;
|
|
11982
|
-
input: ("image" | "text")[];
|
|
11983
|
-
cost: {
|
|
11984
|
-
input: number;
|
|
11985
|
-
output: number;
|
|
11986
|
-
cacheRead: number;
|
|
11987
|
-
cacheWrite: number;
|
|
11988
|
-
};
|
|
11989
|
-
contextWindow: number;
|
|
11990
|
-
maxTokens: number;
|
|
11991
|
-
};
|
|
11992
|
-
readonly "openai/gpt-4-turbo-preview": {
|
|
11993
|
-
id: string;
|
|
11994
|
-
name: string;
|
|
11995
|
-
api: "openai-completions";
|
|
11996
|
-
provider: string;
|
|
11997
|
-
baseUrl: string;
|
|
11998
|
-
reasoning: false;
|
|
11999
|
-
input: "text"[];
|
|
12000
|
-
cost: {
|
|
12001
|
-
input: number;
|
|
12002
|
-
output: number;
|
|
12003
|
-
cacheRead: number;
|
|
12004
|
-
cacheWrite: number;
|
|
12005
|
-
};
|
|
12006
|
-
contextWindow: number;
|
|
12007
|
-
maxTokens: number;
|
|
12008
|
-
};
|
|
12009
|
-
readonly "openai/gpt-4-turbo:batch": {
|
|
12010
|
-
id: string;
|
|
12011
|
-
name: string;
|
|
12012
|
-
api: "openai-completions";
|
|
12013
|
-
provider: string;
|
|
12014
|
-
baseUrl: string;
|
|
12015
|
-
reasoning: false;
|
|
12016
|
-
input: ("image" | "text")[];
|
|
12017
|
-
cost: {
|
|
12018
|
-
input: number;
|
|
12019
|
-
output: number;
|
|
12020
|
-
cacheRead: number;
|
|
12021
|
-
cacheWrite: number;
|
|
12022
|
-
};
|
|
12023
|
-
contextWindow: number;
|
|
12024
|
-
maxTokens: number;
|
|
12025
|
-
};
|
|
12026
|
-
readonly "openai/gpt-4.1": {
|
|
12027
|
-
id: string;
|
|
12028
|
-
name: string;
|
|
12029
|
-
api: "openai-completions";
|
|
12030
|
-
provider: string;
|
|
12031
|
-
baseUrl: string;
|
|
12032
|
-
reasoning: false;
|
|
12033
|
-
input: ("image" | "text")[];
|
|
12034
|
-
cost: {
|
|
12035
|
-
input: number;
|
|
12036
|
-
output: number;
|
|
12037
|
-
cacheRead: number;
|
|
12038
|
-
cacheWrite: number;
|
|
12039
|
-
};
|
|
12040
|
-
contextWindow: number;
|
|
12041
|
-
maxTokens: number;
|
|
12042
|
-
};
|
|
12043
|
-
readonly "openai/gpt-4.1-mini": {
|
|
12044
|
-
id: string;
|
|
12045
|
-
name: string;
|
|
12046
|
-
api: "openai-completions";
|
|
12047
|
-
provider: string;
|
|
12048
|
-
baseUrl: string;
|
|
12049
|
-
reasoning: false;
|
|
12050
|
-
input: ("image" | "text")[];
|
|
12051
|
-
cost: {
|
|
12052
|
-
input: number;
|
|
12053
|
-
output: number;
|
|
12054
|
-
cacheRead: number;
|
|
12055
|
-
cacheWrite: number;
|
|
12056
|
-
};
|
|
12057
|
-
contextWindow: number;
|
|
12058
|
-
maxTokens: number;
|
|
12059
|
-
};
|
|
12060
|
-
readonly "openai/gpt-4.1-mini:batch": {
|
|
12061
|
-
id: string;
|
|
12062
|
-
name: string;
|
|
12063
|
-
api: "openai-completions";
|
|
12064
|
-
provider: string;
|
|
12065
|
-
baseUrl: string;
|
|
12066
|
-
reasoning: false;
|
|
12067
|
-
input: ("image" | "text")[];
|
|
12068
|
-
cost: {
|
|
12069
|
-
input: number;
|
|
12070
|
-
output: number;
|
|
12071
|
-
cacheRead: number;
|
|
12072
|
-
cacheWrite: number;
|
|
12073
|
-
};
|
|
12074
|
-
contextWindow: number;
|
|
12075
|
-
maxTokens: number;
|
|
12076
|
-
};
|
|
12077
|
-
readonly "openai/gpt-4.1-nano": {
|
|
12078
|
-
id: string;
|
|
12079
|
-
name: string;
|
|
12080
|
-
api: "openai-completions";
|
|
12081
|
-
provider: string;
|
|
12082
|
-
baseUrl: string;
|
|
12083
|
-
reasoning: false;
|
|
12084
|
-
input: ("image" | "text")[];
|
|
12085
|
-
cost: {
|
|
12086
|
-
input: number;
|
|
12087
|
-
output: number;
|
|
12088
|
-
cacheRead: number;
|
|
12089
|
-
cacheWrite: number;
|
|
12090
|
-
};
|
|
12091
|
-
contextWindow: number;
|
|
12092
|
-
maxTokens: number;
|
|
12093
|
-
};
|
|
12094
|
-
readonly "openai/gpt-4.1-nano:batch": {
|
|
12095
|
-
id: string;
|
|
12096
|
-
name: string;
|
|
12097
|
-
api: "openai-completions";
|
|
12098
|
-
provider: string;
|
|
12099
|
-
baseUrl: string;
|
|
12100
|
-
reasoning: false;
|
|
12101
|
-
input: ("image" | "text")[];
|
|
12102
|
-
cost: {
|
|
12103
|
-
input: number;
|
|
12104
|
-
output: number;
|
|
12105
|
-
cacheRead: number;
|
|
12106
|
-
cacheWrite: number;
|
|
12107
|
-
};
|
|
12108
|
-
contextWindow: number;
|
|
12109
|
-
maxTokens: number;
|
|
12110
|
-
};
|
|
12111
|
-
readonly "openai/gpt-4.1:batch": {
|
|
12112
|
-
id: string;
|
|
12113
|
-
name: string;
|
|
12114
|
-
api: "openai-completions";
|
|
12115
|
-
provider: string;
|
|
12116
|
-
baseUrl: string;
|
|
12117
|
-
reasoning: false;
|
|
12118
|
-
input: ("image" | "text")[];
|
|
12119
|
-
cost: {
|
|
12120
|
-
input: number;
|
|
12121
|
-
output: number;
|
|
12122
|
-
cacheRead: number;
|
|
12123
|
-
cacheWrite: number;
|
|
12124
|
-
};
|
|
12125
|
-
contextWindow: number;
|
|
12126
|
-
maxTokens: number;
|
|
12127
|
-
};
|
|
12128
|
-
readonly "openai/gpt-4o": {
|
|
12129
|
-
id: string;
|
|
12130
|
-
name: string;
|
|
12131
|
-
api: "openai-completions";
|
|
12132
|
-
provider: string;
|
|
12133
|
-
baseUrl: string;
|
|
12134
|
-
reasoning: false;
|
|
12135
|
-
input: ("image" | "text")[];
|
|
12136
|
-
cost: {
|
|
12137
|
-
input: number;
|
|
12138
|
-
output: number;
|
|
12139
|
-
cacheRead: number;
|
|
12140
|
-
cacheWrite: number;
|
|
12141
|
-
};
|
|
12142
|
-
contextWindow: number;
|
|
12143
|
-
maxTokens: number;
|
|
12144
|
-
};
|
|
12145
|
-
readonly "openai/gpt-4o-2024-05-13": {
|
|
12146
|
-
id: string;
|
|
12147
|
-
name: string;
|
|
12148
|
-
api: "openai-completions";
|
|
12149
|
-
provider: string;
|
|
12150
|
-
baseUrl: string;
|
|
12151
|
-
reasoning: false;
|
|
12152
|
-
input: ("image" | "text")[];
|
|
12153
|
-
cost: {
|
|
12154
|
-
input: number;
|
|
12155
|
-
output: number;
|
|
12156
|
-
cacheRead: number;
|
|
12157
|
-
cacheWrite: number;
|
|
12158
|
-
};
|
|
12159
|
-
contextWindow: number;
|
|
12160
|
-
maxTokens: number;
|
|
12161
|
-
};
|
|
12162
|
-
readonly "openai/gpt-4o-2024-08-06": {
|
|
12163
|
-
id: string;
|
|
12164
|
-
name: string;
|
|
12165
|
-
api: "openai-completions";
|
|
12166
|
-
provider: string;
|
|
12167
|
-
baseUrl: string;
|
|
12168
|
-
reasoning: false;
|
|
12169
|
-
input: ("image" | "text")[];
|
|
12170
|
-
cost: {
|
|
12171
|
-
input: number;
|
|
12172
|
-
output: number;
|
|
12173
|
-
cacheRead: number;
|
|
12174
|
-
cacheWrite: number;
|
|
12175
|
-
};
|
|
12176
|
-
contextWindow: number;
|
|
12177
|
-
maxTokens: number;
|
|
12178
|
-
};
|
|
12179
|
-
readonly "openai/gpt-4o-2024-11-20": {
|
|
12180
|
-
id: string;
|
|
12181
|
-
name: string;
|
|
12182
|
-
api: "openai-completions";
|
|
12183
|
-
provider: string;
|
|
12184
|
-
baseUrl: string;
|
|
12185
|
-
reasoning: false;
|
|
12186
|
-
input: ("image" | "text")[];
|
|
12187
|
-
cost: {
|
|
12188
|
-
input: number;
|
|
12189
|
-
output: number;
|
|
12190
|
-
cacheRead: number;
|
|
12191
|
-
cacheWrite: number;
|
|
12192
|
-
};
|
|
12193
|
-
contextWindow: number;
|
|
12194
|
-
maxTokens: number;
|
|
12195
|
-
};
|
|
12196
|
-
readonly "openai/gpt-4o-mini": {
|
|
12197
|
-
id: string;
|
|
12198
|
-
name: string;
|
|
12199
|
-
api: "openai-completions";
|
|
12200
|
-
provider: string;
|
|
12201
|
-
baseUrl: string;
|
|
12202
|
-
reasoning: false;
|
|
12203
|
-
input: ("image" | "text")[];
|
|
12204
|
-
cost: {
|
|
12205
|
-
input: number;
|
|
12206
|
-
output: number;
|
|
12207
|
-
cacheRead: number;
|
|
12208
|
-
cacheWrite: number;
|
|
12209
|
-
};
|
|
12210
|
-
contextWindow: number;
|
|
12211
|
-
maxTokens: number;
|
|
12212
|
-
};
|
|
12213
|
-
readonly "openai/gpt-4o-mini-2024-07-18": {
|
|
12214
|
-
id: string;
|
|
12215
|
-
name: string;
|
|
12216
|
-
api: "openai-completions";
|
|
12217
|
-
provider: string;
|
|
12218
|
-
baseUrl: string;
|
|
12219
|
-
reasoning: false;
|
|
12220
|
-
input: ("image" | "text")[];
|
|
12221
|
-
cost: {
|
|
12222
|
-
input: number;
|
|
12223
|
-
output: number;
|
|
12224
|
-
cacheRead: number;
|
|
12225
|
-
cacheWrite: number;
|
|
12226
|
-
};
|
|
12227
|
-
contextWindow: number;
|
|
12228
|
-
maxTokens: number;
|
|
12229
|
-
};
|
|
12230
|
-
readonly "openai/gpt-4o-mini:batch": {
|
|
12231
|
-
id: string;
|
|
12232
|
-
name: string;
|
|
12233
|
-
api: "openai-completions";
|
|
12234
|
-
provider: string;
|
|
12235
|
-
baseUrl: string;
|
|
12236
|
-
reasoning: false;
|
|
12237
|
-
input: ("image" | "text")[];
|
|
12238
|
-
cost: {
|
|
12239
|
-
input: number;
|
|
12240
|
-
output: number;
|
|
12241
|
-
cacheRead: number;
|
|
12242
|
-
cacheWrite: number;
|
|
12243
|
-
};
|
|
12244
|
-
contextWindow: number;
|
|
12245
|
-
maxTokens: number;
|
|
12246
|
-
};
|
|
12247
|
-
readonly "openai/gpt-4o:batch": {
|
|
12248
|
-
id: string;
|
|
12249
|
-
name: string;
|
|
12250
|
-
api: "openai-completions";
|
|
12251
|
-
provider: string;
|
|
12252
|
-
baseUrl: string;
|
|
12253
|
-
reasoning: false;
|
|
12254
|
-
input: ("image" | "text")[];
|
|
12255
|
-
cost: {
|
|
12256
|
-
input: number;
|
|
12257
|
-
output: number;
|
|
12258
|
-
cacheRead: number;
|
|
12259
|
-
cacheWrite: number;
|
|
12260
|
-
};
|
|
12261
|
-
contextWindow: number;
|
|
12262
|
-
maxTokens: number;
|
|
12263
|
-
};
|
|
12264
|
-
readonly "openai/gpt-5": {
|
|
12265
|
-
id: string;
|
|
12266
|
-
name: string;
|
|
12267
|
-
api: "openai-completions";
|
|
12268
|
-
provider: string;
|
|
12269
|
-
baseUrl: string;
|
|
12270
|
-
reasoning: true;
|
|
12271
|
-
input: ("image" | "text")[];
|
|
12272
|
-
cost: {
|
|
12273
|
-
input: number;
|
|
12274
|
-
output: number;
|
|
12275
|
-
cacheRead: number;
|
|
12276
|
-
cacheWrite: number;
|
|
12277
|
-
};
|
|
12278
|
-
contextWindow: number;
|
|
12279
|
-
maxTokens: number;
|
|
12280
|
-
};
|
|
12281
|
-
readonly "openai/gpt-5-codex:batch": {
|
|
12282
|
-
id: string;
|
|
12283
|
-
name: string;
|
|
12284
|
-
api: "openai-completions";
|
|
12285
|
-
provider: string;
|
|
12286
|
-
baseUrl: string;
|
|
12287
|
-
reasoning: true;
|
|
12288
|
-
input: ("image" | "text")[];
|
|
12289
|
-
cost: {
|
|
12290
|
-
input: number;
|
|
12291
|
-
output: number;
|
|
12292
|
-
cacheRead: number;
|
|
12293
|
-
cacheWrite: number;
|
|
12294
|
-
};
|
|
12295
|
-
contextWindow: number;
|
|
12296
|
-
maxTokens: number;
|
|
12297
|
-
};
|
|
12298
|
-
readonly "openai/gpt-5-mini": {
|
|
12299
|
-
id: string;
|
|
12300
|
-
name: string;
|
|
12301
|
-
api: "openai-completions";
|
|
12302
|
-
provider: string;
|
|
12303
|
-
baseUrl: string;
|
|
12304
|
-
reasoning: true;
|
|
12305
|
-
input: ("image" | "text")[];
|
|
12306
|
-
cost: {
|
|
12307
|
-
input: number;
|
|
12308
|
-
output: number;
|
|
12309
|
-
cacheRead: number;
|
|
12310
|
-
cacheWrite: number;
|
|
12311
|
-
};
|
|
12312
|
-
contextWindow: number;
|
|
12313
|
-
maxTokens: number;
|
|
12314
|
-
};
|
|
12315
|
-
readonly "openai/gpt-5-mini:batch": {
|
|
12316
|
-
id: string;
|
|
12317
|
-
name: string;
|
|
12318
|
-
api: "openai-completions";
|
|
12319
|
-
provider: string;
|
|
12320
|
-
baseUrl: string;
|
|
12321
|
-
reasoning: true;
|
|
12322
|
-
input: ("image" | "text")[];
|
|
12323
|
-
cost: {
|
|
12324
|
-
input: number;
|
|
12325
|
-
output: number;
|
|
12326
|
-
cacheRead: number;
|
|
12327
|
-
cacheWrite: number;
|
|
12328
|
-
};
|
|
12329
|
-
contextWindow: number;
|
|
12330
|
-
maxTokens: number;
|
|
12331
|
-
};
|
|
12332
|
-
readonly "openai/gpt-5-nano": {
|
|
12333
|
-
id: string;
|
|
12334
|
-
name: string;
|
|
12335
|
-
api: "openai-completions";
|
|
12336
|
-
provider: string;
|
|
12337
|
-
baseUrl: string;
|
|
12338
|
-
reasoning: true;
|
|
12339
|
-
input: ("image" | "text")[];
|
|
12340
|
-
cost: {
|
|
12341
|
-
input: number;
|
|
12342
|
-
output: number;
|
|
12343
|
-
cacheRead: number;
|
|
12344
|
-
cacheWrite: number;
|
|
12345
|
-
};
|
|
12346
|
-
contextWindow: number;
|
|
12347
|
-
maxTokens: number;
|
|
12348
|
-
};
|
|
12349
|
-
readonly "openai/gpt-5-nano:batch": {
|
|
12350
|
-
id: string;
|
|
12351
|
-
name: string;
|
|
12352
|
-
api: "openai-completions";
|
|
12353
|
-
provider: string;
|
|
12354
|
-
baseUrl: string;
|
|
12355
|
-
reasoning: true;
|
|
12356
|
-
input: ("image" | "text")[];
|
|
12357
|
-
cost: {
|
|
12358
|
-
input: number;
|
|
12359
|
-
output: number;
|
|
12360
|
-
cacheRead: number;
|
|
12361
|
-
cacheWrite: number;
|
|
12362
|
-
};
|
|
12363
|
-
contextWindow: number;
|
|
12364
|
-
maxTokens: number;
|
|
12365
|
-
};
|
|
12366
|
-
readonly "openai/gpt-5-pro": {
|
|
12367
|
-
id: string;
|
|
12368
|
-
name: string;
|
|
12369
|
-
api: "openai-completions";
|
|
12370
|
-
provider: string;
|
|
12371
|
-
baseUrl: string;
|
|
12372
|
-
reasoning: true;
|
|
12373
|
-
input: ("image" | "text")[];
|
|
12374
|
-
cost: {
|
|
12375
|
-
input: number;
|
|
12376
|
-
output: number;
|
|
12377
|
-
cacheRead: number;
|
|
12378
|
-
cacheWrite: number;
|
|
12379
|
-
};
|
|
12380
|
-
contextWindow: number;
|
|
12381
|
-
maxTokens: number;
|
|
12382
|
-
};
|
|
12383
|
-
readonly "openai/gpt-5-pro:batch": {
|
|
12384
|
-
id: string;
|
|
12385
|
-
name: string;
|
|
12386
|
-
api: "openai-completions";
|
|
12387
|
-
provider: string;
|
|
12388
|
-
baseUrl: string;
|
|
12389
|
-
reasoning: true;
|
|
12390
|
-
input: ("image" | "text")[];
|
|
12391
|
-
cost: {
|
|
12392
|
-
input: number;
|
|
12393
|
-
output: number;
|
|
12394
|
-
cacheRead: number;
|
|
12395
|
-
cacheWrite: number;
|
|
12396
|
-
};
|
|
12397
|
-
contextWindow: number;
|
|
12398
|
-
maxTokens: number;
|
|
12399
|
-
};
|
|
12400
|
-
readonly "openai/gpt-5.1": {
|
|
12401
|
-
id: string;
|
|
12402
|
-
name: string;
|
|
12403
|
-
api: "openai-completions";
|
|
12404
|
-
provider: string;
|
|
12405
|
-
baseUrl: string;
|
|
12406
|
-
reasoning: true;
|
|
12407
|
-
input: ("image" | "text")[];
|
|
12408
|
-
cost: {
|
|
12409
|
-
input: number;
|
|
12410
|
-
output: number;
|
|
12411
|
-
cacheRead: number;
|
|
12412
|
-
cacheWrite: number;
|
|
12413
|
-
};
|
|
12414
|
-
contextWindow: number;
|
|
12415
|
-
maxTokens: number;
|
|
12416
|
-
};
|
|
12417
|
-
readonly "openai/gpt-5.1-codex": {
|
|
12077
|
+
readonly "nvidia/nemotron-3.5-lightning": {
|
|
12418
12078
|
id: string;
|
|
12419
12079
|
name: string;
|
|
12420
12080
|
api: "openai-completions";
|
|
12421
12081
|
provider: string;
|
|
12422
12082
|
baseUrl: string;
|
|
12423
12083
|
reasoning: true;
|
|
12424
|
-
input:
|
|
12084
|
+
input: "text"[];
|
|
12425
12085
|
cost: {
|
|
12426
12086
|
input: number;
|
|
12427
12087
|
output: number;
|
|
@@ -12431,14 +12091,14 @@ export declare const MODELS: {
|
|
|
12431
12091
|
contextWindow: number;
|
|
12432
12092
|
maxTokens: number;
|
|
12433
12093
|
};
|
|
12434
|
-
readonly "
|
|
12094
|
+
readonly "nvidia/nemotron-3.5-lightning:free": {
|
|
12435
12095
|
id: string;
|
|
12436
12096
|
name: string;
|
|
12437
12097
|
api: "openai-completions";
|
|
12438
12098
|
provider: string;
|
|
12439
12099
|
baseUrl: string;
|
|
12440
12100
|
reasoning: true;
|
|
12441
|
-
input:
|
|
12101
|
+
input: "text"[];
|
|
12442
12102
|
cost: {
|
|
12443
12103
|
input: number;
|
|
12444
12104
|
output: number;
|
|
@@ -12448,14 +12108,14 @@ export declare const MODELS: {
|
|
|
12448
12108
|
contextWindow: number;
|
|
12449
12109
|
maxTokens: number;
|
|
12450
12110
|
};
|
|
12451
|
-
readonly "openai/gpt-5
|
|
12111
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
12452
12112
|
id: string;
|
|
12453
12113
|
name: string;
|
|
12454
12114
|
api: "openai-completions";
|
|
12455
12115
|
provider: string;
|
|
12456
12116
|
baseUrl: string;
|
|
12457
|
-
reasoning:
|
|
12458
|
-
input:
|
|
12117
|
+
reasoning: false;
|
|
12118
|
+
input: "text"[];
|
|
12459
12119
|
cost: {
|
|
12460
12120
|
input: number;
|
|
12461
12121
|
output: number;
|
|
@@ -12465,14 +12125,14 @@ export declare const MODELS: {
|
|
|
12465
12125
|
contextWindow: number;
|
|
12466
12126
|
maxTokens: number;
|
|
12467
12127
|
};
|
|
12468
|
-
readonly "openai/gpt-5
|
|
12128
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
12469
12129
|
id: string;
|
|
12470
12130
|
name: string;
|
|
12471
12131
|
api: "openai-completions";
|
|
12472
12132
|
provider: string;
|
|
12473
12133
|
baseUrl: string;
|
|
12474
|
-
reasoning:
|
|
12475
|
-
input:
|
|
12134
|
+
reasoning: false;
|
|
12135
|
+
input: "text"[];
|
|
12476
12136
|
cost: {
|
|
12477
12137
|
input: number;
|
|
12478
12138
|
output: number;
|
|
@@ -12482,14 +12142,14 @@ export declare const MODELS: {
|
|
|
12482
12142
|
contextWindow: number;
|
|
12483
12143
|
maxTokens: number;
|
|
12484
12144
|
};
|
|
12485
|
-
readonly "openai/gpt-5
|
|
12145
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
12486
12146
|
id: string;
|
|
12487
12147
|
name: string;
|
|
12488
12148
|
api: "openai-completions";
|
|
12489
12149
|
provider: string;
|
|
12490
12150
|
baseUrl: string;
|
|
12491
|
-
reasoning:
|
|
12492
|
-
input:
|
|
12151
|
+
reasoning: false;
|
|
12152
|
+
input: "text"[];
|
|
12493
12153
|
cost: {
|
|
12494
12154
|
input: number;
|
|
12495
12155
|
output: number;
|
|
@@ -12499,14 +12159,14 @@ export declare const MODELS: {
|
|
|
12499
12159
|
contextWindow: number;
|
|
12500
12160
|
maxTokens: number;
|
|
12501
12161
|
};
|
|
12502
|
-
readonly "openai/gpt-
|
|
12162
|
+
readonly "openai/gpt-4": {
|
|
12503
12163
|
id: string;
|
|
12504
12164
|
name: string;
|
|
12505
12165
|
api: "openai-completions";
|
|
12506
12166
|
provider: string;
|
|
12507
12167
|
baseUrl: string;
|
|
12508
12168
|
reasoning: false;
|
|
12509
|
-
input:
|
|
12169
|
+
input: "text"[];
|
|
12510
12170
|
cost: {
|
|
12511
12171
|
input: number;
|
|
12512
12172
|
output: number;
|
|
@@ -12516,13 +12176,13 @@ export declare const MODELS: {
|
|
|
12516
12176
|
contextWindow: number;
|
|
12517
12177
|
maxTokens: number;
|
|
12518
12178
|
};
|
|
12519
|
-
readonly "openai/gpt-
|
|
12179
|
+
readonly "openai/gpt-4-turbo": {
|
|
12520
12180
|
id: string;
|
|
12521
12181
|
name: string;
|
|
12522
12182
|
api: "openai-completions";
|
|
12523
12183
|
provider: string;
|
|
12524
12184
|
baseUrl: string;
|
|
12525
|
-
reasoning:
|
|
12185
|
+
reasoning: false;
|
|
12526
12186
|
input: ("image" | "text")[];
|
|
12527
12187
|
cost: {
|
|
12528
12188
|
input: number;
|
|
@@ -12533,14 +12193,14 @@ export declare const MODELS: {
|
|
|
12533
12193
|
contextWindow: number;
|
|
12534
12194
|
maxTokens: number;
|
|
12535
12195
|
};
|
|
12536
|
-
readonly "openai/gpt-
|
|
12196
|
+
readonly "openai/gpt-4-turbo-preview": {
|
|
12537
12197
|
id: string;
|
|
12538
12198
|
name: string;
|
|
12539
12199
|
api: "openai-completions";
|
|
12540
12200
|
provider: string;
|
|
12541
12201
|
baseUrl: string;
|
|
12542
|
-
reasoning:
|
|
12543
|
-
input:
|
|
12202
|
+
reasoning: false;
|
|
12203
|
+
input: "text"[];
|
|
12544
12204
|
cost: {
|
|
12545
12205
|
input: number;
|
|
12546
12206
|
output: number;
|
|
@@ -12550,13 +12210,13 @@ export declare const MODELS: {
|
|
|
12550
12210
|
contextWindow: number;
|
|
12551
12211
|
maxTokens: number;
|
|
12552
12212
|
};
|
|
12553
|
-
readonly "openai/gpt-
|
|
12213
|
+
readonly "openai/gpt-4.1": {
|
|
12554
12214
|
id: string;
|
|
12555
12215
|
name: string;
|
|
12556
12216
|
api: "openai-completions";
|
|
12557
12217
|
provider: string;
|
|
12558
12218
|
baseUrl: string;
|
|
12559
|
-
reasoning:
|
|
12219
|
+
reasoning: false;
|
|
12560
12220
|
input: ("image" | "text")[];
|
|
12561
12221
|
cost: {
|
|
12562
12222
|
input: number;
|
|
@@ -12567,13 +12227,13 @@ export declare const MODELS: {
|
|
|
12567
12227
|
contextWindow: number;
|
|
12568
12228
|
maxTokens: number;
|
|
12569
12229
|
};
|
|
12570
|
-
readonly "openai/gpt-
|
|
12230
|
+
readonly "openai/gpt-4.1-mini": {
|
|
12571
12231
|
id: string;
|
|
12572
12232
|
name: string;
|
|
12573
12233
|
api: "openai-completions";
|
|
12574
12234
|
provider: string;
|
|
12575
12235
|
baseUrl: string;
|
|
12576
|
-
reasoning:
|
|
12236
|
+
reasoning: false;
|
|
12577
12237
|
input: ("image" | "text")[];
|
|
12578
12238
|
cost: {
|
|
12579
12239
|
input: number;
|
|
@@ -12584,13 +12244,13 @@ export declare const MODELS: {
|
|
|
12584
12244
|
contextWindow: number;
|
|
12585
12245
|
maxTokens: number;
|
|
12586
12246
|
};
|
|
12587
|
-
readonly "openai/gpt-
|
|
12247
|
+
readonly "openai/gpt-4.1-nano": {
|
|
12588
12248
|
id: string;
|
|
12589
12249
|
name: string;
|
|
12590
12250
|
api: "openai-completions";
|
|
12591
12251
|
provider: string;
|
|
12592
12252
|
baseUrl: string;
|
|
12593
|
-
reasoning:
|
|
12253
|
+
reasoning: false;
|
|
12594
12254
|
input: ("image" | "text")[];
|
|
12595
12255
|
cost: {
|
|
12596
12256
|
input: number;
|
|
@@ -12601,13 +12261,13 @@ export declare const MODELS: {
|
|
|
12601
12261
|
contextWindow: number;
|
|
12602
12262
|
maxTokens: number;
|
|
12603
12263
|
};
|
|
12604
|
-
readonly "openai/gpt-
|
|
12264
|
+
readonly "openai/gpt-4o": {
|
|
12605
12265
|
id: string;
|
|
12606
12266
|
name: string;
|
|
12607
12267
|
api: "openai-completions";
|
|
12608
12268
|
provider: string;
|
|
12609
12269
|
baseUrl: string;
|
|
12610
|
-
reasoning:
|
|
12270
|
+
reasoning: false;
|
|
12611
12271
|
input: ("image" | "text")[];
|
|
12612
12272
|
cost: {
|
|
12613
12273
|
input: number;
|
|
@@ -12618,13 +12278,13 @@ export declare const MODELS: {
|
|
|
12618
12278
|
contextWindow: number;
|
|
12619
12279
|
maxTokens: number;
|
|
12620
12280
|
};
|
|
12621
|
-
readonly "openai/gpt-
|
|
12281
|
+
readonly "openai/gpt-4o-2024-05-13": {
|
|
12622
12282
|
id: string;
|
|
12623
12283
|
name: string;
|
|
12624
12284
|
api: "openai-completions";
|
|
12625
12285
|
provider: string;
|
|
12626
12286
|
baseUrl: string;
|
|
12627
|
-
reasoning:
|
|
12287
|
+
reasoning: false;
|
|
12628
12288
|
input: ("image" | "text")[];
|
|
12629
12289
|
cost: {
|
|
12630
12290
|
input: number;
|
|
@@ -12635,13 +12295,13 @@ export declare const MODELS: {
|
|
|
12635
12295
|
contextWindow: number;
|
|
12636
12296
|
maxTokens: number;
|
|
12637
12297
|
};
|
|
12638
|
-
readonly "openai/gpt-
|
|
12298
|
+
readonly "openai/gpt-4o-2024-08-06": {
|
|
12639
12299
|
id: string;
|
|
12640
12300
|
name: string;
|
|
12641
12301
|
api: "openai-completions";
|
|
12642
12302
|
provider: string;
|
|
12643
12303
|
baseUrl: string;
|
|
12644
|
-
reasoning:
|
|
12304
|
+
reasoning: false;
|
|
12645
12305
|
input: ("image" | "text")[];
|
|
12646
12306
|
cost: {
|
|
12647
12307
|
input: number;
|
|
@@ -12652,13 +12312,13 @@ export declare const MODELS: {
|
|
|
12652
12312
|
contextWindow: number;
|
|
12653
12313
|
maxTokens: number;
|
|
12654
12314
|
};
|
|
12655
|
-
readonly "openai/gpt-
|
|
12315
|
+
readonly "openai/gpt-4o-2024-11-20": {
|
|
12656
12316
|
id: string;
|
|
12657
12317
|
name: string;
|
|
12658
12318
|
api: "openai-completions";
|
|
12659
12319
|
provider: string;
|
|
12660
12320
|
baseUrl: string;
|
|
12661
|
-
reasoning:
|
|
12321
|
+
reasoning: false;
|
|
12662
12322
|
input: ("image" | "text")[];
|
|
12663
12323
|
cost: {
|
|
12664
12324
|
input: number;
|
|
@@ -12669,13 +12329,13 @@ export declare const MODELS: {
|
|
|
12669
12329
|
contextWindow: number;
|
|
12670
12330
|
maxTokens: number;
|
|
12671
12331
|
};
|
|
12672
|
-
readonly "openai/gpt-
|
|
12332
|
+
readonly "openai/gpt-4o-mini": {
|
|
12673
12333
|
id: string;
|
|
12674
12334
|
name: string;
|
|
12675
12335
|
api: "openai-completions";
|
|
12676
12336
|
provider: string;
|
|
12677
12337
|
baseUrl: string;
|
|
12678
|
-
reasoning:
|
|
12338
|
+
reasoning: false;
|
|
12679
12339
|
input: ("image" | "text")[];
|
|
12680
12340
|
cost: {
|
|
12681
12341
|
input: number;
|
|
@@ -12686,13 +12346,13 @@ export declare const MODELS: {
|
|
|
12686
12346
|
contextWindow: number;
|
|
12687
12347
|
maxTokens: number;
|
|
12688
12348
|
};
|
|
12689
|
-
readonly "openai/gpt-
|
|
12349
|
+
readonly "openai/gpt-4o-mini-2024-07-18": {
|
|
12690
12350
|
id: string;
|
|
12691
12351
|
name: string;
|
|
12692
12352
|
api: "openai-completions";
|
|
12693
12353
|
provider: string;
|
|
12694
12354
|
baseUrl: string;
|
|
12695
|
-
reasoning:
|
|
12355
|
+
reasoning: false;
|
|
12696
12356
|
input: ("image" | "text")[];
|
|
12697
12357
|
cost: {
|
|
12698
12358
|
input: number;
|
|
@@ -12703,7 +12363,7 @@ export declare const MODELS: {
|
|
|
12703
12363
|
contextWindow: number;
|
|
12704
12364
|
maxTokens: number;
|
|
12705
12365
|
};
|
|
12706
|
-
readonly "openai/gpt-5
|
|
12366
|
+
readonly "openai/gpt-5": {
|
|
12707
12367
|
id: string;
|
|
12708
12368
|
name: string;
|
|
12709
12369
|
api: "openai-completions";
|
|
@@ -12720,7 +12380,7 @@ export declare const MODELS: {
|
|
|
12720
12380
|
contextWindow: number;
|
|
12721
12381
|
maxTokens: number;
|
|
12722
12382
|
};
|
|
12723
|
-
readonly "openai/gpt-5
|
|
12383
|
+
readonly "openai/gpt-5-mini": {
|
|
12724
12384
|
id: string;
|
|
12725
12385
|
name: string;
|
|
12726
12386
|
api: "openai-completions";
|
|
@@ -12737,7 +12397,7 @@ export declare const MODELS: {
|
|
|
12737
12397
|
contextWindow: number;
|
|
12738
12398
|
maxTokens: number;
|
|
12739
12399
|
};
|
|
12740
|
-
readonly "openai/gpt-5
|
|
12400
|
+
readonly "openai/gpt-5-nano": {
|
|
12741
12401
|
id: string;
|
|
12742
12402
|
name: string;
|
|
12743
12403
|
api: "openai-completions";
|
|
@@ -12754,7 +12414,7 @@ export declare const MODELS: {
|
|
|
12754
12414
|
contextWindow: number;
|
|
12755
12415
|
maxTokens: number;
|
|
12756
12416
|
};
|
|
12757
|
-
readonly "openai/gpt-5
|
|
12417
|
+
readonly "openai/gpt-5-pro": {
|
|
12758
12418
|
id: string;
|
|
12759
12419
|
name: string;
|
|
12760
12420
|
api: "openai-completions";
|
|
@@ -12771,7 +12431,7 @@ export declare const MODELS: {
|
|
|
12771
12431
|
contextWindow: number;
|
|
12772
12432
|
maxTokens: number;
|
|
12773
12433
|
};
|
|
12774
|
-
readonly "openai/gpt-5.
|
|
12434
|
+
readonly "openai/gpt-5.1": {
|
|
12775
12435
|
id: string;
|
|
12776
12436
|
name: string;
|
|
12777
12437
|
api: "openai-completions";
|
|
@@ -12788,7 +12448,7 @@ export declare const MODELS: {
|
|
|
12788
12448
|
contextWindow: number;
|
|
12789
12449
|
maxTokens: number;
|
|
12790
12450
|
};
|
|
12791
|
-
readonly "openai/gpt-5.
|
|
12451
|
+
readonly "openai/gpt-5.1-codex": {
|
|
12792
12452
|
id: string;
|
|
12793
12453
|
name: string;
|
|
12794
12454
|
api: "openai-completions";
|
|
@@ -12805,7 +12465,7 @@ export declare const MODELS: {
|
|
|
12805
12465
|
contextWindow: number;
|
|
12806
12466
|
maxTokens: number;
|
|
12807
12467
|
};
|
|
12808
|
-
readonly "openai/gpt-5.
|
|
12468
|
+
readonly "openai/gpt-5.1-codex-max": {
|
|
12809
12469
|
id: string;
|
|
12810
12470
|
name: string;
|
|
12811
12471
|
api: "openai-completions";
|
|
@@ -12822,7 +12482,7 @@ export declare const MODELS: {
|
|
|
12822
12482
|
contextWindow: number;
|
|
12823
12483
|
maxTokens: number;
|
|
12824
12484
|
};
|
|
12825
|
-
readonly "openai/gpt-5.
|
|
12485
|
+
readonly "openai/gpt-5.1-codex-mini": {
|
|
12826
12486
|
id: string;
|
|
12827
12487
|
name: string;
|
|
12828
12488
|
api: "openai-completions";
|
|
@@ -12839,7 +12499,7 @@ export declare const MODELS: {
|
|
|
12839
12499
|
contextWindow: number;
|
|
12840
12500
|
maxTokens: number;
|
|
12841
12501
|
};
|
|
12842
|
-
readonly "openai/gpt-5.
|
|
12502
|
+
readonly "openai/gpt-5.2": {
|
|
12843
12503
|
id: string;
|
|
12844
12504
|
name: string;
|
|
12845
12505
|
api: "openai-completions";
|
|
@@ -12856,13 +12516,13 @@ export declare const MODELS: {
|
|
|
12856
12516
|
contextWindow: number;
|
|
12857
12517
|
maxTokens: number;
|
|
12858
12518
|
};
|
|
12859
|
-
readonly "openai/gpt-5.
|
|
12519
|
+
readonly "openai/gpt-5.2-chat": {
|
|
12860
12520
|
id: string;
|
|
12861
12521
|
name: string;
|
|
12862
12522
|
api: "openai-completions";
|
|
12863
12523
|
provider: string;
|
|
12864
12524
|
baseUrl: string;
|
|
12865
|
-
reasoning:
|
|
12525
|
+
reasoning: false;
|
|
12866
12526
|
input: ("image" | "text")[];
|
|
12867
12527
|
cost: {
|
|
12868
12528
|
input: number;
|
|
@@ -12873,7 +12533,7 @@ export declare const MODELS: {
|
|
|
12873
12533
|
contextWindow: number;
|
|
12874
12534
|
maxTokens: number;
|
|
12875
12535
|
};
|
|
12876
|
-
readonly "openai/gpt-5.
|
|
12536
|
+
readonly "openai/gpt-5.2-codex": {
|
|
12877
12537
|
id: string;
|
|
12878
12538
|
name: string;
|
|
12879
12539
|
api: "openai-completions";
|
|
@@ -12890,7 +12550,7 @@ export declare const MODELS: {
|
|
|
12890
12550
|
contextWindow: number;
|
|
12891
12551
|
maxTokens: number;
|
|
12892
12552
|
};
|
|
12893
|
-
readonly "openai/gpt-5.
|
|
12553
|
+
readonly "openai/gpt-5.2-pro": {
|
|
12894
12554
|
id: string;
|
|
12895
12555
|
name: string;
|
|
12896
12556
|
api: "openai-completions";
|
|
@@ -12907,7 +12567,7 @@ export declare const MODELS: {
|
|
|
12907
12567
|
contextWindow: number;
|
|
12908
12568
|
maxTokens: number;
|
|
12909
12569
|
};
|
|
12910
|
-
readonly "openai/gpt-5.
|
|
12570
|
+
readonly "openai/gpt-5.3-codex": {
|
|
12911
12571
|
id: string;
|
|
12912
12572
|
name: string;
|
|
12913
12573
|
api: "openai-completions";
|
|
@@ -12924,7 +12584,7 @@ export declare const MODELS: {
|
|
|
12924
12584
|
contextWindow: number;
|
|
12925
12585
|
maxTokens: number;
|
|
12926
12586
|
};
|
|
12927
|
-
readonly "openai/gpt-5.
|
|
12587
|
+
readonly "openai/gpt-5.4": {
|
|
12928
12588
|
id: string;
|
|
12929
12589
|
name: string;
|
|
12930
12590
|
api: "openai-completions";
|
|
@@ -12941,7 +12601,7 @@ export declare const MODELS: {
|
|
|
12941
12601
|
contextWindow: number;
|
|
12942
12602
|
maxTokens: number;
|
|
12943
12603
|
};
|
|
12944
|
-
readonly "openai/gpt-5.
|
|
12604
|
+
readonly "openai/gpt-5.4-mini": {
|
|
12945
12605
|
id: string;
|
|
12946
12606
|
name: string;
|
|
12947
12607
|
api: "openai-completions";
|
|
@@ -12958,7 +12618,7 @@ export declare const MODELS: {
|
|
|
12958
12618
|
contextWindow: number;
|
|
12959
12619
|
maxTokens: number;
|
|
12960
12620
|
};
|
|
12961
|
-
readonly "openai/gpt-5.
|
|
12621
|
+
readonly "openai/gpt-5.4-nano": {
|
|
12962
12622
|
id: string;
|
|
12963
12623
|
name: string;
|
|
12964
12624
|
api: "openai-completions";
|
|
@@ -12975,7 +12635,7 @@ export declare const MODELS: {
|
|
|
12975
12635
|
contextWindow: number;
|
|
12976
12636
|
maxTokens: number;
|
|
12977
12637
|
};
|
|
12978
|
-
readonly "openai/gpt-5.
|
|
12638
|
+
readonly "openai/gpt-5.4-pro": {
|
|
12979
12639
|
id: string;
|
|
12980
12640
|
name: string;
|
|
12981
12641
|
api: "openai-completions";
|
|
@@ -12992,7 +12652,7 @@ export declare const MODELS: {
|
|
|
12992
12652
|
contextWindow: number;
|
|
12993
12653
|
maxTokens: number;
|
|
12994
12654
|
};
|
|
12995
|
-
readonly "openai/gpt-5.
|
|
12655
|
+
readonly "openai/gpt-5.5": {
|
|
12996
12656
|
id: string;
|
|
12997
12657
|
name: string;
|
|
12998
12658
|
api: "openai-completions";
|
|
@@ -13009,7 +12669,7 @@ export declare const MODELS: {
|
|
|
13009
12669
|
contextWindow: number;
|
|
13010
12670
|
maxTokens: number;
|
|
13011
12671
|
};
|
|
13012
|
-
readonly "openai/gpt-5
|
|
12672
|
+
readonly "openai/gpt-5.5-pro": {
|
|
13013
12673
|
id: string;
|
|
13014
12674
|
name: string;
|
|
13015
12675
|
api: "openai-completions";
|
|
@@ -13026,14 +12686,14 @@ export declare const MODELS: {
|
|
|
13026
12686
|
contextWindow: number;
|
|
13027
12687
|
maxTokens: number;
|
|
13028
12688
|
};
|
|
13029
|
-
readonly "openai/gpt-
|
|
12689
|
+
readonly "openai/gpt-5.6-luna": {
|
|
13030
12690
|
id: string;
|
|
13031
12691
|
name: string;
|
|
13032
12692
|
api: "openai-completions";
|
|
13033
12693
|
provider: string;
|
|
13034
12694
|
baseUrl: string;
|
|
13035
|
-
reasoning:
|
|
13036
|
-
input: "text"[];
|
|
12695
|
+
reasoning: true;
|
|
12696
|
+
input: ("image" | "text")[];
|
|
13037
12697
|
cost: {
|
|
13038
12698
|
input: number;
|
|
13039
12699
|
output: number;
|
|
@@ -13043,14 +12703,14 @@ export declare const MODELS: {
|
|
|
13043
12703
|
contextWindow: number;
|
|
13044
12704
|
maxTokens: number;
|
|
13045
12705
|
};
|
|
13046
|
-
readonly "openai/gpt-
|
|
12706
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
13047
12707
|
id: string;
|
|
13048
12708
|
name: string;
|
|
13049
12709
|
api: "openai-completions";
|
|
13050
12710
|
provider: string;
|
|
13051
12711
|
baseUrl: string;
|
|
13052
|
-
reasoning:
|
|
13053
|
-
input: "text"[];
|
|
12712
|
+
reasoning: true;
|
|
12713
|
+
input: ("image" | "text")[];
|
|
13054
12714
|
cost: {
|
|
13055
12715
|
input: number;
|
|
13056
12716
|
output: number;
|
|
@@ -13060,13 +12720,13 @@ export declare const MODELS: {
|
|
|
13060
12720
|
contextWindow: number;
|
|
13061
12721
|
maxTokens: number;
|
|
13062
12722
|
};
|
|
13063
|
-
readonly "openai/gpt-
|
|
12723
|
+
readonly "openai/gpt-5.6-sol": {
|
|
13064
12724
|
id: string;
|
|
13065
12725
|
name: string;
|
|
13066
12726
|
api: "openai-completions";
|
|
13067
12727
|
provider: string;
|
|
13068
12728
|
baseUrl: string;
|
|
13069
|
-
reasoning:
|
|
12729
|
+
reasoning: true;
|
|
13070
12730
|
input: ("image" | "text")[];
|
|
13071
12731
|
cost: {
|
|
13072
12732
|
input: number;
|
|
@@ -13077,14 +12737,14 @@ export declare const MODELS: {
|
|
|
13077
12737
|
contextWindow: number;
|
|
13078
12738
|
maxTokens: number;
|
|
13079
12739
|
};
|
|
13080
|
-
readonly "openai/gpt-
|
|
12740
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
13081
12741
|
id: string;
|
|
13082
12742
|
name: string;
|
|
13083
12743
|
api: "openai-completions";
|
|
13084
12744
|
provider: string;
|
|
13085
12745
|
baseUrl: string;
|
|
13086
12746
|
reasoning: true;
|
|
13087
|
-
input: "text"[];
|
|
12747
|
+
input: ("image" | "text")[];
|
|
13088
12748
|
cost: {
|
|
13089
12749
|
input: number;
|
|
13090
12750
|
output: number;
|
|
@@ -13094,14 +12754,14 @@ export declare const MODELS: {
|
|
|
13094
12754
|
contextWindow: number;
|
|
13095
12755
|
maxTokens: number;
|
|
13096
12756
|
};
|
|
13097
|
-
readonly "openai/gpt-
|
|
12757
|
+
readonly "openai/gpt-5.6-terra": {
|
|
13098
12758
|
id: string;
|
|
13099
12759
|
name: string;
|
|
13100
12760
|
api: "openai-completions";
|
|
13101
12761
|
provider: string;
|
|
13102
12762
|
baseUrl: string;
|
|
13103
12763
|
reasoning: true;
|
|
13104
|
-
input: "text"[];
|
|
12764
|
+
input: ("image" | "text")[];
|
|
13105
12765
|
cost: {
|
|
13106
12766
|
input: number;
|
|
13107
12767
|
output: number;
|
|
@@ -13111,14 +12771,14 @@ export declare const MODELS: {
|
|
|
13111
12771
|
contextWindow: number;
|
|
13112
12772
|
maxTokens: number;
|
|
13113
12773
|
};
|
|
13114
|
-
readonly "openai/gpt-
|
|
12774
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
13115
12775
|
id: string;
|
|
13116
12776
|
name: string;
|
|
13117
12777
|
api: "openai-completions";
|
|
13118
12778
|
provider: string;
|
|
13119
12779
|
baseUrl: string;
|
|
13120
12780
|
reasoning: true;
|
|
13121
|
-
input: "text"[];
|
|
12781
|
+
input: ("image" | "text")[];
|
|
13122
12782
|
cost: {
|
|
13123
12783
|
input: number;
|
|
13124
12784
|
output: number;
|
|
@@ -13128,14 +12788,14 @@ export declare const MODELS: {
|
|
|
13128
12788
|
contextWindow: number;
|
|
13129
12789
|
maxTokens: number;
|
|
13130
12790
|
};
|
|
13131
|
-
readonly "openai/
|
|
12791
|
+
readonly "openai/gpt-audio": {
|
|
13132
12792
|
id: string;
|
|
13133
12793
|
name: string;
|
|
13134
12794
|
api: "openai-completions";
|
|
13135
12795
|
provider: string;
|
|
13136
12796
|
baseUrl: string;
|
|
13137
|
-
reasoning:
|
|
13138
|
-
input:
|
|
12797
|
+
reasoning: false;
|
|
12798
|
+
input: "text"[];
|
|
13139
12799
|
cost: {
|
|
13140
12800
|
input: number;
|
|
13141
12801
|
output: number;
|
|
@@ -13145,14 +12805,14 @@ export declare const MODELS: {
|
|
|
13145
12805
|
contextWindow: number;
|
|
13146
12806
|
maxTokens: number;
|
|
13147
12807
|
};
|
|
13148
|
-
readonly "openai/
|
|
12808
|
+
readonly "openai/gpt-audio-mini": {
|
|
13149
12809
|
id: string;
|
|
13150
12810
|
name: string;
|
|
13151
12811
|
api: "openai-completions";
|
|
13152
12812
|
provider: string;
|
|
13153
12813
|
baseUrl: string;
|
|
13154
|
-
reasoning:
|
|
13155
|
-
input:
|
|
12814
|
+
reasoning: false;
|
|
12815
|
+
input: "text"[];
|
|
13156
12816
|
cost: {
|
|
13157
12817
|
input: number;
|
|
13158
12818
|
output: number;
|
|
@@ -13162,13 +12822,13 @@ export declare const MODELS: {
|
|
|
13162
12822
|
contextWindow: number;
|
|
13163
12823
|
maxTokens: number;
|
|
13164
12824
|
};
|
|
13165
|
-
readonly "openai/
|
|
12825
|
+
readonly "openai/gpt-chat-latest": {
|
|
13166
12826
|
id: string;
|
|
13167
12827
|
name: string;
|
|
13168
12828
|
api: "openai-completions";
|
|
13169
12829
|
provider: string;
|
|
13170
12830
|
baseUrl: string;
|
|
13171
|
-
reasoning:
|
|
12831
|
+
reasoning: false;
|
|
13172
12832
|
input: ("image" | "text")[];
|
|
13173
12833
|
cost: {
|
|
13174
12834
|
input: number;
|
|
@@ -13179,7 +12839,7 @@ export declare const MODELS: {
|
|
|
13179
12839
|
contextWindow: number;
|
|
13180
12840
|
maxTokens: number;
|
|
13181
12841
|
};
|
|
13182
|
-
readonly "openai/
|
|
12842
|
+
readonly "openai/gpt-oss-120b": {
|
|
13183
12843
|
id: string;
|
|
13184
12844
|
name: string;
|
|
13185
12845
|
api: "openai-completions";
|
|
@@ -13196,7 +12856,7 @@ export declare const MODELS: {
|
|
|
13196
12856
|
contextWindow: number;
|
|
13197
12857
|
maxTokens: number;
|
|
13198
12858
|
};
|
|
13199
|
-
readonly "openai/
|
|
12859
|
+
readonly "openai/gpt-oss-120b:batch": {
|
|
13200
12860
|
id: string;
|
|
13201
12861
|
name: string;
|
|
13202
12862
|
api: "openai-completions";
|
|
@@ -13213,7 +12873,7 @@ export declare const MODELS: {
|
|
|
13213
12873
|
contextWindow: number;
|
|
13214
12874
|
maxTokens: number;
|
|
13215
12875
|
};
|
|
13216
|
-
readonly "openai/
|
|
12876
|
+
readonly "openai/gpt-oss-20b": {
|
|
13217
12877
|
id: string;
|
|
13218
12878
|
name: string;
|
|
13219
12879
|
api: "openai-completions";
|
|
@@ -13230,7 +12890,7 @@ export declare const MODELS: {
|
|
|
13230
12890
|
contextWindow: number;
|
|
13231
12891
|
maxTokens: number;
|
|
13232
12892
|
};
|
|
13233
|
-
readonly "openai/
|
|
12893
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
13234
12894
|
id: string;
|
|
13235
12895
|
name: string;
|
|
13236
12896
|
api: "openai-completions";
|
|
@@ -13247,7 +12907,7 @@ export declare const MODELS: {
|
|
|
13247
12907
|
contextWindow: number;
|
|
13248
12908
|
maxTokens: number;
|
|
13249
12909
|
};
|
|
13250
|
-
readonly "openai/
|
|
12910
|
+
readonly "openai/o1": {
|
|
13251
12911
|
id: string;
|
|
13252
12912
|
name: string;
|
|
13253
12913
|
api: "openai-completions";
|
|
@@ -13264,7 +12924,7 @@ export declare const MODELS: {
|
|
|
13264
12924
|
contextWindow: number;
|
|
13265
12925
|
maxTokens: number;
|
|
13266
12926
|
};
|
|
13267
|
-
readonly "openai/o3
|
|
12927
|
+
readonly "openai/o3": {
|
|
13268
12928
|
id: string;
|
|
13269
12929
|
name: string;
|
|
13270
12930
|
api: "openai-completions";
|
|
@@ -13281,14 +12941,14 @@ export declare const MODELS: {
|
|
|
13281
12941
|
contextWindow: number;
|
|
13282
12942
|
maxTokens: number;
|
|
13283
12943
|
};
|
|
13284
|
-
readonly "openai/o3
|
|
12944
|
+
readonly "openai/o3-mini": {
|
|
13285
12945
|
id: string;
|
|
13286
12946
|
name: string;
|
|
13287
12947
|
api: "openai-completions";
|
|
13288
12948
|
provider: string;
|
|
13289
12949
|
baseUrl: string;
|
|
13290
12950
|
reasoning: true;
|
|
13291
|
-
input:
|
|
12951
|
+
input: "text"[];
|
|
13292
12952
|
cost: {
|
|
13293
12953
|
input: number;
|
|
13294
12954
|
output: number;
|
|
@@ -13298,14 +12958,14 @@ export declare const MODELS: {
|
|
|
13298
12958
|
contextWindow: number;
|
|
13299
12959
|
maxTokens: number;
|
|
13300
12960
|
};
|
|
13301
|
-
readonly "openai/
|
|
12961
|
+
readonly "openai/o3-mini-high": {
|
|
13302
12962
|
id: string;
|
|
13303
12963
|
name: string;
|
|
13304
12964
|
api: "openai-completions";
|
|
13305
12965
|
provider: string;
|
|
13306
12966
|
baseUrl: string;
|
|
13307
12967
|
reasoning: true;
|
|
13308
|
-
input:
|
|
12968
|
+
input: "text"[];
|
|
13309
12969
|
cost: {
|
|
13310
12970
|
input: number;
|
|
13311
12971
|
output: number;
|
|
@@ -13315,7 +12975,7 @@ export declare const MODELS: {
|
|
|
13315
12975
|
contextWindow: number;
|
|
13316
12976
|
maxTokens: number;
|
|
13317
12977
|
};
|
|
13318
|
-
readonly "openai/
|
|
12978
|
+
readonly "openai/o3-pro": {
|
|
13319
12979
|
id: string;
|
|
13320
12980
|
name: string;
|
|
13321
12981
|
api: "openai-completions";
|
|
@@ -13332,7 +12992,7 @@ export declare const MODELS: {
|
|
|
13332
12992
|
contextWindow: number;
|
|
13333
12993
|
maxTokens: number;
|
|
13334
12994
|
};
|
|
13335
|
-
readonly "openai/o4-mini
|
|
12995
|
+
readonly "openai/o4-mini": {
|
|
13336
12996
|
id: string;
|
|
13337
12997
|
name: string;
|
|
13338
12998
|
api: "openai-completions";
|
|
@@ -13349,7 +13009,7 @@ export declare const MODELS: {
|
|
|
13349
13009
|
contextWindow: number;
|
|
13350
13010
|
maxTokens: number;
|
|
13351
13011
|
};
|
|
13352
|
-
readonly "openai/o4-mini
|
|
13012
|
+
readonly "openai/o4-mini-high": {
|
|
13353
13013
|
id: string;
|
|
13354
13014
|
name: string;
|
|
13355
13015
|
api: "openai-completions";
|
|
@@ -14063,6 +13723,23 @@ export declare const MODELS: {
|
|
|
14063
13723
|
contextWindow: number;
|
|
14064
13724
|
maxTokens: number;
|
|
14065
13725
|
};
|
|
13726
|
+
readonly "qwen/qwen3.5-9b:batch": {
|
|
13727
|
+
id: string;
|
|
13728
|
+
name: string;
|
|
13729
|
+
api: "openai-completions";
|
|
13730
|
+
provider: string;
|
|
13731
|
+
baseUrl: string;
|
|
13732
|
+
reasoning: true;
|
|
13733
|
+
input: ("image" | "text")[];
|
|
13734
|
+
cost: {
|
|
13735
|
+
input: number;
|
|
13736
|
+
output: number;
|
|
13737
|
+
cacheRead: number;
|
|
13738
|
+
cacheWrite: number;
|
|
13739
|
+
};
|
|
13740
|
+
contextWindow: number;
|
|
13741
|
+
maxTokens: number;
|
|
13742
|
+
};
|
|
14066
13743
|
readonly "qwen/qwen3.5-flash-02-23": {
|
|
14067
13744
|
id: string;
|
|
14068
13745
|
name: string;
|
|
@@ -14267,6 +13944,23 @@ export declare const MODELS: {
|
|
|
14267
13944
|
contextWindow: number;
|
|
14268
13945
|
maxTokens: number;
|
|
14269
13946
|
};
|
|
13947
|
+
readonly "qwen/qwen3.8-2.4t-a95b:batch": {
|
|
13948
|
+
id: string;
|
|
13949
|
+
name: string;
|
|
13950
|
+
api: "openai-completions";
|
|
13951
|
+
provider: string;
|
|
13952
|
+
baseUrl: string;
|
|
13953
|
+
reasoning: true;
|
|
13954
|
+
input: "text"[];
|
|
13955
|
+
cost: {
|
|
13956
|
+
input: number;
|
|
13957
|
+
output: number;
|
|
13958
|
+
cacheRead: number;
|
|
13959
|
+
cacheWrite: number;
|
|
13960
|
+
};
|
|
13961
|
+
contextWindow: number;
|
|
13962
|
+
maxTokens: number;
|
|
13963
|
+
};
|
|
14270
13964
|
readonly "qwen/qwen3.8-27b": {
|
|
14271
13965
|
id: string;
|
|
14272
13966
|
name: string;
|
|
@@ -14471,6 +14165,23 @@ export declare const MODELS: {
|
|
|
14471
14165
|
contextWindow: number;
|
|
14472
14166
|
maxTokens: number;
|
|
14473
14167
|
};
|
|
14168
|
+
readonly "tencent/hy4-preview": {
|
|
14169
|
+
id: string;
|
|
14170
|
+
name: string;
|
|
14171
|
+
api: "openai-completions";
|
|
14172
|
+
provider: string;
|
|
14173
|
+
baseUrl: string;
|
|
14174
|
+
reasoning: true;
|
|
14175
|
+
input: "text"[];
|
|
14176
|
+
cost: {
|
|
14177
|
+
input: number;
|
|
14178
|
+
output: number;
|
|
14179
|
+
cacheRead: number;
|
|
14180
|
+
cacheWrite: number;
|
|
14181
|
+
};
|
|
14182
|
+
contextWindow: number;
|
|
14183
|
+
maxTokens: number;
|
|
14184
|
+
};
|
|
14474
14185
|
readonly "thedrummer/unslopnemo-12b": {
|
|
14475
14186
|
id: string;
|
|
14476
14187
|
name: string;
|
|
@@ -14522,6 +14233,23 @@ export declare const MODELS: {
|
|
|
14522
14233
|
contextWindow: number;
|
|
14523
14234
|
maxTokens: number;
|
|
14524
14235
|
};
|
|
14236
|
+
readonly "thinkingmachines/inkling-small:batch": {
|
|
14237
|
+
id: string;
|
|
14238
|
+
name: string;
|
|
14239
|
+
api: "openai-completions";
|
|
14240
|
+
provider: string;
|
|
14241
|
+
baseUrl: string;
|
|
14242
|
+
reasoning: true;
|
|
14243
|
+
input: ("image" | "text")[];
|
|
14244
|
+
cost: {
|
|
14245
|
+
input: number;
|
|
14246
|
+
output: number;
|
|
14247
|
+
cacheRead: number;
|
|
14248
|
+
cacheWrite: number;
|
|
14249
|
+
};
|
|
14250
|
+
contextWindow: number;
|
|
14251
|
+
maxTokens: number;
|
|
14252
|
+
};
|
|
14525
14253
|
readonly "thinkingmachines/inkling-small:free": {
|
|
14526
14254
|
id: string;
|
|
14527
14255
|
name: string;
|
|
@@ -14964,6 +14692,23 @@ export declare const MODELS: {
|
|
|
14964
14692
|
contextWindow: number;
|
|
14965
14693
|
maxTokens: number;
|
|
14966
14694
|
};
|
|
14695
|
+
readonly "z-ai/glm-5.3-flash:batch": {
|
|
14696
|
+
id: string;
|
|
14697
|
+
name: string;
|
|
14698
|
+
api: "openai-completions";
|
|
14699
|
+
provider: string;
|
|
14700
|
+
baseUrl: string;
|
|
14701
|
+
reasoning: true;
|
|
14702
|
+
input: ("image" | "text")[];
|
|
14703
|
+
cost: {
|
|
14704
|
+
input: number;
|
|
14705
|
+
output: number;
|
|
14706
|
+
cacheRead: number;
|
|
14707
|
+
cacheWrite: number;
|
|
14708
|
+
};
|
|
14709
|
+
contextWindow: number;
|
|
14710
|
+
maxTokens: number;
|
|
14711
|
+
};
|
|
14967
14712
|
readonly "z-ai/glm-5v-turbo": {
|
|
14968
14713
|
id: string;
|
|
14969
14714
|
name: string;
|
|
@@ -18672,6 +18417,23 @@ export declare const MODELS: {
|
|
|
18672
18417
|
contextWindow: number;
|
|
18673
18418
|
maxTokens: number;
|
|
18674
18419
|
};
|
|
18420
|
+
readonly "tencent/hy4-preview": {
|
|
18421
|
+
id: string;
|
|
18422
|
+
name: string;
|
|
18423
|
+
api: "anthropic-messages";
|
|
18424
|
+
provider: string;
|
|
18425
|
+
baseUrl: string;
|
|
18426
|
+
reasoning: true;
|
|
18427
|
+
input: "text"[];
|
|
18428
|
+
cost: {
|
|
18429
|
+
input: number;
|
|
18430
|
+
output: number;
|
|
18431
|
+
cacheRead: number;
|
|
18432
|
+
cacheWrite: number;
|
|
18433
|
+
};
|
|
18434
|
+
contextWindow: number;
|
|
18435
|
+
maxTokens: number;
|
|
18436
|
+
};
|
|
18675
18437
|
readonly "thinkingmachines/inkling": {
|
|
18676
18438
|
id: string;
|
|
18677
18439
|
name: string;
|