@elyracode/ai 0.9.23 → 0.9.25
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/image-models.generated.d.ts +15 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +16 -1
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +873 -510
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1088 -753
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -214,6 +214,24 @@ export declare const MODELS: {
|
|
|
214
214
|
contextWindow: number;
|
|
215
215
|
maxTokens: number;
|
|
216
216
|
};
|
|
217
|
+
readonly "anthropic.claude-opus-5": {
|
|
218
|
+
id: string;
|
|
219
|
+
name: string;
|
|
220
|
+
api: "bedrock-converse-stream";
|
|
221
|
+
provider: string;
|
|
222
|
+
baseUrl: string;
|
|
223
|
+
reasoning: true;
|
|
224
|
+
thinkingType: "adaptive";
|
|
225
|
+
input: ("image" | "text")[];
|
|
226
|
+
cost: {
|
|
227
|
+
input: number;
|
|
228
|
+
output: number;
|
|
229
|
+
cacheRead: number;
|
|
230
|
+
cacheWrite: number;
|
|
231
|
+
};
|
|
232
|
+
contextWindow: number;
|
|
233
|
+
maxTokens: number;
|
|
234
|
+
};
|
|
217
235
|
readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
218
236
|
id: string;
|
|
219
237
|
name: string;
|
|
@@ -332,6 +350,24 @@ export declare const MODELS: {
|
|
|
332
350
|
contextWindow: number;
|
|
333
351
|
maxTokens: number;
|
|
334
352
|
};
|
|
353
|
+
readonly "au.anthropic.claude-opus-5": {
|
|
354
|
+
id: string;
|
|
355
|
+
name: string;
|
|
356
|
+
api: "bedrock-converse-stream";
|
|
357
|
+
provider: string;
|
|
358
|
+
baseUrl: string;
|
|
359
|
+
reasoning: true;
|
|
360
|
+
thinkingType: "adaptive";
|
|
361
|
+
input: ("image" | "text")[];
|
|
362
|
+
cost: {
|
|
363
|
+
input: number;
|
|
364
|
+
output: number;
|
|
365
|
+
cacheRead: number;
|
|
366
|
+
cacheWrite: number;
|
|
367
|
+
};
|
|
368
|
+
contextWindow: number;
|
|
369
|
+
maxTokens: number;
|
|
370
|
+
};
|
|
335
371
|
readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
336
372
|
id: string;
|
|
337
373
|
name: string;
|
|
@@ -565,6 +601,24 @@ export declare const MODELS: {
|
|
|
565
601
|
contextWindow: number;
|
|
566
602
|
maxTokens: number;
|
|
567
603
|
};
|
|
604
|
+
readonly "eu.anthropic.claude-opus-5": {
|
|
605
|
+
id: string;
|
|
606
|
+
name: string;
|
|
607
|
+
api: "bedrock-converse-stream";
|
|
608
|
+
provider: string;
|
|
609
|
+
baseUrl: string;
|
|
610
|
+
reasoning: true;
|
|
611
|
+
thinkingType: "adaptive";
|
|
612
|
+
input: ("image" | "text")[];
|
|
613
|
+
cost: {
|
|
614
|
+
input: number;
|
|
615
|
+
output: number;
|
|
616
|
+
cacheRead: number;
|
|
617
|
+
cacheWrite: number;
|
|
618
|
+
};
|
|
619
|
+
contextWindow: number;
|
|
620
|
+
maxTokens: number;
|
|
621
|
+
};
|
|
568
622
|
readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
569
623
|
id: string;
|
|
570
624
|
name: string;
|
|
@@ -747,6 +801,24 @@ export declare const MODELS: {
|
|
|
747
801
|
contextWindow: number;
|
|
748
802
|
maxTokens: number;
|
|
749
803
|
};
|
|
804
|
+
readonly "global.anthropic.claude-opus-5": {
|
|
805
|
+
id: string;
|
|
806
|
+
name: string;
|
|
807
|
+
api: "bedrock-converse-stream";
|
|
808
|
+
provider: string;
|
|
809
|
+
baseUrl: string;
|
|
810
|
+
reasoning: true;
|
|
811
|
+
thinkingType: "adaptive";
|
|
812
|
+
input: ("image" | "text")[];
|
|
813
|
+
cost: {
|
|
814
|
+
input: number;
|
|
815
|
+
output: number;
|
|
816
|
+
cacheRead: number;
|
|
817
|
+
cacheWrite: number;
|
|
818
|
+
};
|
|
819
|
+
contextWindow: number;
|
|
820
|
+
maxTokens: number;
|
|
821
|
+
};
|
|
750
822
|
readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
751
823
|
id: string;
|
|
752
824
|
name: string;
|
|
@@ -899,6 +971,24 @@ export declare const MODELS: {
|
|
|
899
971
|
contextWindow: number;
|
|
900
972
|
maxTokens: number;
|
|
901
973
|
};
|
|
974
|
+
readonly "jp.anthropic.claude-opus-5": {
|
|
975
|
+
id: string;
|
|
976
|
+
name: string;
|
|
977
|
+
api: "bedrock-converse-stream";
|
|
978
|
+
provider: string;
|
|
979
|
+
baseUrl: string;
|
|
980
|
+
reasoning: true;
|
|
981
|
+
thinkingType: "adaptive";
|
|
982
|
+
input: ("image" | "text")[];
|
|
983
|
+
cost: {
|
|
984
|
+
input: number;
|
|
985
|
+
output: number;
|
|
986
|
+
cacheRead: number;
|
|
987
|
+
cacheWrite: number;
|
|
988
|
+
};
|
|
989
|
+
contextWindow: number;
|
|
990
|
+
maxTokens: number;
|
|
991
|
+
};
|
|
902
992
|
readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
903
993
|
id: string;
|
|
904
994
|
name: string;
|
|
@@ -1802,6 +1892,24 @@ export declare const MODELS: {
|
|
|
1802
1892
|
contextWindow: number;
|
|
1803
1893
|
maxTokens: number;
|
|
1804
1894
|
};
|
|
1895
|
+
readonly "us.anthropic.claude-opus-5": {
|
|
1896
|
+
id: string;
|
|
1897
|
+
name: string;
|
|
1898
|
+
api: "bedrock-converse-stream";
|
|
1899
|
+
provider: string;
|
|
1900
|
+
baseUrl: string;
|
|
1901
|
+
reasoning: true;
|
|
1902
|
+
thinkingType: "adaptive";
|
|
1903
|
+
input: ("image" | "text")[];
|
|
1904
|
+
cost: {
|
|
1905
|
+
input: number;
|
|
1906
|
+
output: number;
|
|
1907
|
+
cacheRead: number;
|
|
1908
|
+
cacheWrite: number;
|
|
1909
|
+
};
|
|
1910
|
+
contextWindow: number;
|
|
1911
|
+
maxTokens: number;
|
|
1912
|
+
};
|
|
1805
1913
|
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1806
1914
|
id: string;
|
|
1807
1915
|
name: string;
|
|
@@ -2211,6 +2319,24 @@ export declare const MODELS: {
|
|
|
2211
2319
|
contextWindow: number;
|
|
2212
2320
|
maxTokens: number;
|
|
2213
2321
|
};
|
|
2322
|
+
readonly "claude-opus-5": {
|
|
2323
|
+
id: string;
|
|
2324
|
+
name: string;
|
|
2325
|
+
api: "anthropic-messages";
|
|
2326
|
+
provider: string;
|
|
2327
|
+
baseUrl: string;
|
|
2328
|
+
reasoning: true;
|
|
2329
|
+
thinkingType: "adaptive";
|
|
2330
|
+
input: ("image" | "text")[];
|
|
2331
|
+
cost: {
|
|
2332
|
+
input: number;
|
|
2333
|
+
output: number;
|
|
2334
|
+
cacheRead: number;
|
|
2335
|
+
cacheWrite: number;
|
|
2336
|
+
};
|
|
2337
|
+
contextWindow: number;
|
|
2338
|
+
maxTokens: number;
|
|
2339
|
+
};
|
|
2214
2340
|
readonly "claude-sonnet-4-5": {
|
|
2215
2341
|
id: string;
|
|
2216
2342
|
name: string;
|
|
@@ -2427,26 +2553,6 @@ export declare const MODELS: {
|
|
|
2427
2553
|
contextWindow: number;
|
|
2428
2554
|
maxTokens: number;
|
|
2429
2555
|
};
|
|
2430
|
-
readonly "gpt-5-codex": {
|
|
2431
|
-
id: string;
|
|
2432
|
-
name: string;
|
|
2433
|
-
api: "azure-openai-responses";
|
|
2434
|
-
provider: string;
|
|
2435
|
-
baseUrl: string;
|
|
2436
|
-
reasoning: true;
|
|
2437
|
-
thinkingLevelMap: {
|
|
2438
|
-
off: null;
|
|
2439
|
-
};
|
|
2440
|
-
input: ("image" | "text")[];
|
|
2441
|
-
cost: {
|
|
2442
|
-
input: number;
|
|
2443
|
-
output: number;
|
|
2444
|
-
cacheRead: number;
|
|
2445
|
-
cacheWrite: number;
|
|
2446
|
-
};
|
|
2447
|
-
contextWindow: number;
|
|
2448
|
-
maxTokens: number;
|
|
2449
|
-
};
|
|
2450
2556
|
readonly "gpt-5-mini": {
|
|
2451
2557
|
id: string;
|
|
2452
2558
|
name: string;
|
|
@@ -2527,26 +2633,6 @@ export declare const MODELS: {
|
|
|
2527
2633
|
contextWindow: number;
|
|
2528
2634
|
maxTokens: number;
|
|
2529
2635
|
};
|
|
2530
|
-
readonly "gpt-5.1-chat-latest": {
|
|
2531
|
-
id: string;
|
|
2532
|
-
name: string;
|
|
2533
|
-
api: "azure-openai-responses";
|
|
2534
|
-
provider: string;
|
|
2535
|
-
baseUrl: string;
|
|
2536
|
-
reasoning: true;
|
|
2537
|
-
thinkingLevelMap: {
|
|
2538
|
-
off: null;
|
|
2539
|
-
};
|
|
2540
|
-
input: ("image" | "text")[];
|
|
2541
|
-
cost: {
|
|
2542
|
-
input: number;
|
|
2543
|
-
output: number;
|
|
2544
|
-
cacheRead: number;
|
|
2545
|
-
cacheWrite: number;
|
|
2546
|
-
};
|
|
2547
|
-
contextWindow: number;
|
|
2548
|
-
maxTokens: number;
|
|
2549
|
-
};
|
|
2550
2636
|
readonly "gpt-5.1-codex": {
|
|
2551
2637
|
id: string;
|
|
2552
2638
|
name: string;
|
|
@@ -2587,26 +2673,6 @@ export declare const MODELS: {
|
|
|
2587
2673
|
contextWindow: number;
|
|
2588
2674
|
maxTokens: number;
|
|
2589
2675
|
};
|
|
2590
|
-
readonly "gpt-5.1-codex-mini": {
|
|
2591
|
-
id: string;
|
|
2592
|
-
name: string;
|
|
2593
|
-
api: "azure-openai-responses";
|
|
2594
|
-
provider: string;
|
|
2595
|
-
baseUrl: string;
|
|
2596
|
-
reasoning: true;
|
|
2597
|
-
thinkingLevelMap: {
|
|
2598
|
-
off: null;
|
|
2599
|
-
};
|
|
2600
|
-
input: ("image" | "text")[];
|
|
2601
|
-
cost: {
|
|
2602
|
-
input: number;
|
|
2603
|
-
output: number;
|
|
2604
|
-
cacheRead: number;
|
|
2605
|
-
cacheWrite: number;
|
|
2606
|
-
};
|
|
2607
|
-
contextWindow: number;
|
|
2608
|
-
maxTokens: number;
|
|
2609
|
-
};
|
|
2610
2676
|
readonly "gpt-5.2": {
|
|
2611
2677
|
id: string;
|
|
2612
2678
|
name: string;
|
|
@@ -2649,27 +2715,6 @@ export declare const MODELS: {
|
|
|
2649
2715
|
contextWindow: number;
|
|
2650
2716
|
maxTokens: number;
|
|
2651
2717
|
};
|
|
2652
|
-
readonly "gpt-5.2-codex": {
|
|
2653
|
-
id: string;
|
|
2654
|
-
name: string;
|
|
2655
|
-
api: "azure-openai-responses";
|
|
2656
|
-
provider: string;
|
|
2657
|
-
baseUrl: string;
|
|
2658
|
-
reasoning: true;
|
|
2659
|
-
thinkingLevelMap: {
|
|
2660
|
-
off: null;
|
|
2661
|
-
xhigh: string;
|
|
2662
|
-
};
|
|
2663
|
-
input: ("image" | "text")[];
|
|
2664
|
-
cost: {
|
|
2665
|
-
input: number;
|
|
2666
|
-
output: number;
|
|
2667
|
-
cacheRead: number;
|
|
2668
|
-
cacheWrite: number;
|
|
2669
|
-
};
|
|
2670
|
-
contextWindow: number;
|
|
2671
|
-
maxTokens: number;
|
|
2672
|
-
};
|
|
2673
2718
|
readonly "gpt-5.2-pro": {
|
|
2674
2719
|
id: string;
|
|
2675
2720
|
name: string;
|
|
@@ -3028,23 +3073,6 @@ export declare const MODELS: {
|
|
|
3028
3073
|
contextWindow: number;
|
|
3029
3074
|
maxTokens: number;
|
|
3030
3075
|
};
|
|
3031
|
-
readonly "o3-deep-research": {
|
|
3032
|
-
id: string;
|
|
3033
|
-
name: string;
|
|
3034
|
-
api: "azure-openai-responses";
|
|
3035
|
-
provider: string;
|
|
3036
|
-
baseUrl: string;
|
|
3037
|
-
reasoning: true;
|
|
3038
|
-
input: ("image" | "text")[];
|
|
3039
|
-
cost: {
|
|
3040
|
-
input: number;
|
|
3041
|
-
output: number;
|
|
3042
|
-
cacheRead: number;
|
|
3043
|
-
cacheWrite: number;
|
|
3044
|
-
};
|
|
3045
|
-
contextWindow: number;
|
|
3046
|
-
maxTokens: number;
|
|
3047
|
-
};
|
|
3048
3076
|
readonly "o3-mini": {
|
|
3049
3077
|
id: string;
|
|
3050
3078
|
name: string;
|
|
@@ -3096,23 +3124,6 @@ export declare const MODELS: {
|
|
|
3096
3124
|
contextWindow: number;
|
|
3097
3125
|
maxTokens: number;
|
|
3098
3126
|
};
|
|
3099
|
-
readonly "o4-mini-deep-research": {
|
|
3100
|
-
id: string;
|
|
3101
|
-
name: string;
|
|
3102
|
-
api: "azure-openai-responses";
|
|
3103
|
-
provider: string;
|
|
3104
|
-
baseUrl: string;
|
|
3105
|
-
reasoning: true;
|
|
3106
|
-
input: ("image" | "text")[];
|
|
3107
|
-
cost: {
|
|
3108
|
-
input: number;
|
|
3109
|
-
output: number;
|
|
3110
|
-
cacheRead: number;
|
|
3111
|
-
cacheWrite: number;
|
|
3112
|
-
};
|
|
3113
|
-
contextWindow: number;
|
|
3114
|
-
maxTokens: number;
|
|
3115
|
-
};
|
|
3116
3127
|
};
|
|
3117
3128
|
readonly cerebras: {
|
|
3118
3129
|
readonly "gemma-4-31b": {
|
|
@@ -3392,6 +3403,23 @@ export declare const MODELS: {
|
|
|
3392
3403
|
contextWindow: number;
|
|
3393
3404
|
maxTokens: number;
|
|
3394
3405
|
};
|
|
3406
|
+
readonly "claude-opus-5": {
|
|
3407
|
+
id: string;
|
|
3408
|
+
name: string;
|
|
3409
|
+
api: "anthropic-messages";
|
|
3410
|
+
provider: string;
|
|
3411
|
+
baseUrl: string;
|
|
3412
|
+
reasoning: true;
|
|
3413
|
+
input: ("image" | "text")[];
|
|
3414
|
+
cost: {
|
|
3415
|
+
input: number;
|
|
3416
|
+
output: number;
|
|
3417
|
+
cacheRead: number;
|
|
3418
|
+
cacheWrite: number;
|
|
3419
|
+
};
|
|
3420
|
+
contextWindow: number;
|
|
3421
|
+
maxTokens: number;
|
|
3422
|
+
};
|
|
3395
3423
|
readonly "claude-sonnet-4": {
|
|
3396
3424
|
id: string;
|
|
3397
3425
|
name: string;
|
|
@@ -4240,7 +4268,7 @@ export declare const MODELS: {
|
|
|
4240
4268
|
contextWindow: number;
|
|
4241
4269
|
maxTokens: number;
|
|
4242
4270
|
};
|
|
4243
|
-
readonly "accounts/fireworks/models/deepseek-v4-
|
|
4271
|
+
readonly "accounts/fireworks/models/deepseek-v4-flash-0731": {
|
|
4244
4272
|
id: string;
|
|
4245
4273
|
name: string;
|
|
4246
4274
|
api: "anthropic-messages";
|
|
@@ -4257,7 +4285,7 @@ export declare const MODELS: {
|
|
|
4257
4285
|
contextWindow: number;
|
|
4258
4286
|
maxTokens: number;
|
|
4259
4287
|
};
|
|
4260
|
-
readonly "accounts/fireworks/models/
|
|
4288
|
+
readonly "accounts/fireworks/models/deepseek-v4-pro": {
|
|
4261
4289
|
id: string;
|
|
4262
4290
|
name: string;
|
|
4263
4291
|
api: "anthropic-messages";
|
|
@@ -4359,14 +4387,14 @@ export declare const MODELS: {
|
|
|
4359
4387
|
contextWindow: number;
|
|
4360
4388
|
maxTokens: number;
|
|
4361
4389
|
};
|
|
4362
|
-
readonly "accounts/fireworks/models/
|
|
4390
|
+
readonly "accounts/fireworks/models/kimi-k3": {
|
|
4363
4391
|
id: string;
|
|
4364
4392
|
name: string;
|
|
4365
4393
|
api: "anthropic-messages";
|
|
4366
4394
|
provider: string;
|
|
4367
4395
|
baseUrl: string;
|
|
4368
4396
|
reasoning: true;
|
|
4369
|
-
input: "text"[];
|
|
4397
|
+
input: ("image" | "text")[];
|
|
4370
4398
|
cost: {
|
|
4371
4399
|
input: number;
|
|
4372
4400
|
output: number;
|
|
@@ -4376,7 +4404,7 @@ export declare const MODELS: {
|
|
|
4376
4404
|
contextWindow: number;
|
|
4377
4405
|
maxTokens: number;
|
|
4378
4406
|
};
|
|
4379
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4407
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4380
4408
|
id: string;
|
|
4381
4409
|
name: string;
|
|
4382
4410
|
api: "anthropic-messages";
|
|
@@ -4393,7 +4421,7 @@ export declare const MODELS: {
|
|
|
4393
4421
|
contextWindow: number;
|
|
4394
4422
|
maxTokens: number;
|
|
4395
4423
|
};
|
|
4396
|
-
readonly "accounts/fireworks/models/
|
|
4424
|
+
readonly "accounts/fireworks/models/minimax-m3": {
|
|
4397
4425
|
id: string;
|
|
4398
4426
|
name: string;
|
|
4399
4427
|
api: "anthropic-messages";
|
|
@@ -4410,14 +4438,14 @@ export declare const MODELS: {
|
|
|
4410
4438
|
contextWindow: number;
|
|
4411
4439
|
maxTokens: number;
|
|
4412
4440
|
};
|
|
4413
|
-
readonly "accounts/fireworks/
|
|
4441
|
+
readonly "accounts/fireworks/models/qwen3p7-plus": {
|
|
4414
4442
|
id: string;
|
|
4415
4443
|
name: string;
|
|
4416
4444
|
api: "anthropic-messages";
|
|
4417
4445
|
provider: string;
|
|
4418
4446
|
baseUrl: string;
|
|
4419
4447
|
reasoning: true;
|
|
4420
|
-
input: "text"[];
|
|
4448
|
+
input: ("image" | "text")[];
|
|
4421
4449
|
cost: {
|
|
4422
4450
|
input: number;
|
|
4423
4451
|
output: number;
|
|
@@ -4495,6 +4523,23 @@ export declare const MODELS: {
|
|
|
4495
4523
|
contextWindow: number;
|
|
4496
4524
|
maxTokens: number;
|
|
4497
4525
|
};
|
|
4526
|
+
readonly "accounts/fireworks/routers/kimi-k3-fast": {
|
|
4527
|
+
id: string;
|
|
4528
|
+
name: string;
|
|
4529
|
+
api: "anthropic-messages";
|
|
4530
|
+
provider: string;
|
|
4531
|
+
baseUrl: string;
|
|
4532
|
+
reasoning: true;
|
|
4533
|
+
input: ("image" | "text")[];
|
|
4534
|
+
cost: {
|
|
4535
|
+
input: number;
|
|
4536
|
+
output: number;
|
|
4537
|
+
cacheRead: number;
|
|
4538
|
+
cacheWrite: number;
|
|
4539
|
+
};
|
|
4540
|
+
contextWindow: number;
|
|
4541
|
+
maxTokens: number;
|
|
4542
|
+
};
|
|
4498
4543
|
};
|
|
4499
4544
|
readonly "github-copilot": {
|
|
4500
4545
|
readonly "claude-fable-5": {
|
|
@@ -4663,10 +4708,10 @@ export declare const MODELS: {
|
|
|
4663
4708
|
contextWindow: number;
|
|
4664
4709
|
maxTokens: number;
|
|
4665
4710
|
};
|
|
4666
|
-
readonly "claude-
|
|
4711
|
+
readonly "claude-opus-5": {
|
|
4667
4712
|
id: string;
|
|
4668
4713
|
name: string;
|
|
4669
|
-
api: "
|
|
4714
|
+
api: "openai-completions";
|
|
4670
4715
|
provider: string;
|
|
4671
4716
|
baseUrl: string;
|
|
4672
4717
|
headers: {
|
|
@@ -4676,7 +4721,9 @@ export declare const MODELS: {
|
|
|
4676
4721
|
"Copilot-Integration-Id": string;
|
|
4677
4722
|
};
|
|
4678
4723
|
compat: {
|
|
4679
|
-
|
|
4724
|
+
supportsStore: false;
|
|
4725
|
+
supportsDeveloperRole: false;
|
|
4726
|
+
supportsReasoningEffort: false;
|
|
4680
4727
|
};
|
|
4681
4728
|
reasoning: true;
|
|
4682
4729
|
input: ("image" | "text")[];
|
|
@@ -4689,7 +4736,7 @@ export declare const MODELS: {
|
|
|
4689
4736
|
contextWindow: number;
|
|
4690
4737
|
maxTokens: number;
|
|
4691
4738
|
};
|
|
4692
|
-
readonly "claude-sonnet-4
|
|
4739
|
+
readonly "claude-sonnet-4": {
|
|
4693
4740
|
id: string;
|
|
4694
4741
|
name: string;
|
|
4695
4742
|
api: "anthropic-messages";
|
|
@@ -4715,7 +4762,7 @@ export declare const MODELS: {
|
|
|
4715
4762
|
contextWindow: number;
|
|
4716
4763
|
maxTokens: number;
|
|
4717
4764
|
};
|
|
4718
|
-
readonly "claude-sonnet-4.
|
|
4765
|
+
readonly "claude-sonnet-4.5": {
|
|
4719
4766
|
id: string;
|
|
4720
4767
|
name: string;
|
|
4721
4768
|
api: "anthropic-messages";
|
|
@@ -4727,6 +4774,9 @@ export declare const MODELS: {
|
|
|
4727
4774
|
"Editor-Plugin-Version": string;
|
|
4728
4775
|
"Copilot-Integration-Id": string;
|
|
4729
4776
|
};
|
|
4777
|
+
compat: {
|
|
4778
|
+
supportsEagerToolInputStreaming: false;
|
|
4779
|
+
};
|
|
4730
4780
|
reasoning: true;
|
|
4731
4781
|
input: ("image" | "text")[];
|
|
4732
4782
|
cost: {
|
|
@@ -4738,10 +4788,10 @@ export declare const MODELS: {
|
|
|
4738
4788
|
contextWindow: number;
|
|
4739
4789
|
maxTokens: number;
|
|
4740
4790
|
};
|
|
4741
|
-
readonly "claude-sonnet-
|
|
4791
|
+
readonly "claude-sonnet-4.6": {
|
|
4742
4792
|
id: string;
|
|
4743
4793
|
name: string;
|
|
4744
|
-
api: "
|
|
4794
|
+
api: "anthropic-messages";
|
|
4745
4795
|
provider: string;
|
|
4746
4796
|
baseUrl: string;
|
|
4747
4797
|
headers: {
|
|
@@ -4750,11 +4800,6 @@ export declare const MODELS: {
|
|
|
4750
4800
|
"Editor-Plugin-Version": string;
|
|
4751
4801
|
"Copilot-Integration-Id": string;
|
|
4752
4802
|
};
|
|
4753
|
-
compat: {
|
|
4754
|
-
supportsStore: false;
|
|
4755
|
-
supportsDeveloperRole: false;
|
|
4756
|
-
supportsReasoningEffort: false;
|
|
4757
|
-
};
|
|
4758
4803
|
reasoning: true;
|
|
4759
4804
|
input: ("image" | "text")[];
|
|
4760
4805
|
cost: {
|
|
@@ -4766,7 +4811,7 @@ export declare const MODELS: {
|
|
|
4766
4811
|
contextWindow: number;
|
|
4767
4812
|
maxTokens: number;
|
|
4768
4813
|
};
|
|
4769
|
-
readonly "
|
|
4814
|
+
readonly "claude-sonnet-5": {
|
|
4770
4815
|
id: string;
|
|
4771
4816
|
name: string;
|
|
4772
4817
|
api: "openai-completions";
|
|
@@ -4794,7 +4839,7 @@ export declare const MODELS: {
|
|
|
4794
4839
|
contextWindow: number;
|
|
4795
4840
|
maxTokens: number;
|
|
4796
4841
|
};
|
|
4797
|
-
readonly "gemini-3-
|
|
4842
|
+
readonly "gemini-3.1-pro-preview": {
|
|
4798
4843
|
id: string;
|
|
4799
4844
|
name: string;
|
|
4800
4845
|
api: "openai-completions";
|
|
@@ -4822,7 +4867,7 @@ export declare const MODELS: {
|
|
|
4822
4867
|
contextWindow: number;
|
|
4823
4868
|
maxTokens: number;
|
|
4824
4869
|
};
|
|
4825
|
-
readonly "gemini-3.
|
|
4870
|
+
readonly "gemini-3.5-flash": {
|
|
4826
4871
|
id: string;
|
|
4827
4872
|
name: string;
|
|
4828
4873
|
api: "openai-completions";
|
|
@@ -4850,7 +4895,7 @@ export declare const MODELS: {
|
|
|
4850
4895
|
contextWindow: number;
|
|
4851
4896
|
maxTokens: number;
|
|
4852
4897
|
};
|
|
4853
|
-
readonly "gemini-3.
|
|
4898
|
+
readonly "gemini-3.6-flash": {
|
|
4854
4899
|
id: string;
|
|
4855
4900
|
name: string;
|
|
4856
4901
|
api: "openai-completions";
|
|
@@ -5199,6 +5244,34 @@ export declare const MODELS: {
|
|
|
5199
5244
|
contextWindow: number;
|
|
5200
5245
|
maxTokens: number;
|
|
5201
5246
|
};
|
|
5247
|
+
readonly "grok-4.5": {
|
|
5248
|
+
id: string;
|
|
5249
|
+
name: string;
|
|
5250
|
+
api: "openai-completions";
|
|
5251
|
+
provider: string;
|
|
5252
|
+
baseUrl: string;
|
|
5253
|
+
headers: {
|
|
5254
|
+
"User-Agent": string;
|
|
5255
|
+
"Editor-Version": string;
|
|
5256
|
+
"Editor-Plugin-Version": string;
|
|
5257
|
+
"Copilot-Integration-Id": string;
|
|
5258
|
+
};
|
|
5259
|
+
compat: {
|
|
5260
|
+
supportsStore: false;
|
|
5261
|
+
supportsDeveloperRole: false;
|
|
5262
|
+
supportsReasoningEffort: false;
|
|
5263
|
+
};
|
|
5264
|
+
reasoning: true;
|
|
5265
|
+
input: ("image" | "text")[];
|
|
5266
|
+
cost: {
|
|
5267
|
+
input: number;
|
|
5268
|
+
output: number;
|
|
5269
|
+
cacheRead: number;
|
|
5270
|
+
cacheWrite: number;
|
|
5271
|
+
};
|
|
5272
|
+
contextWindow: number;
|
|
5273
|
+
maxTokens: number;
|
|
5274
|
+
};
|
|
5202
5275
|
readonly "kimi-k2.7-code": {
|
|
5203
5276
|
id: string;
|
|
5204
5277
|
name: string;
|
|
@@ -5257,6 +5330,40 @@ export declare const MODELS: {
|
|
|
5257
5330
|
};
|
|
5258
5331
|
};
|
|
5259
5332
|
readonly google: {
|
|
5333
|
+
readonly "deep-research-max-preview-04-2026": {
|
|
5334
|
+
id: string;
|
|
5335
|
+
name: string;
|
|
5336
|
+
api: "google-generative-ai";
|
|
5337
|
+
provider: string;
|
|
5338
|
+
baseUrl: string;
|
|
5339
|
+
reasoning: true;
|
|
5340
|
+
input: ("image" | "text")[];
|
|
5341
|
+
cost: {
|
|
5342
|
+
input: number;
|
|
5343
|
+
output: number;
|
|
5344
|
+
cacheRead: number;
|
|
5345
|
+
cacheWrite: number;
|
|
5346
|
+
};
|
|
5347
|
+
contextWindow: number;
|
|
5348
|
+
maxTokens: number;
|
|
5349
|
+
};
|
|
5350
|
+
readonly "deep-research-preview-04-2026": {
|
|
5351
|
+
id: string;
|
|
5352
|
+
name: string;
|
|
5353
|
+
api: "google-generative-ai";
|
|
5354
|
+
provider: string;
|
|
5355
|
+
baseUrl: string;
|
|
5356
|
+
reasoning: true;
|
|
5357
|
+
input: ("image" | "text")[];
|
|
5358
|
+
cost: {
|
|
5359
|
+
input: number;
|
|
5360
|
+
output: number;
|
|
5361
|
+
cacheRead: number;
|
|
5362
|
+
cacheWrite: number;
|
|
5363
|
+
};
|
|
5364
|
+
contextWindow: number;
|
|
5365
|
+
maxTokens: number;
|
|
5366
|
+
};
|
|
5260
5367
|
readonly "gemini-2.0-flash": {
|
|
5261
5368
|
id: string;
|
|
5262
5369
|
name: string;
|
|
@@ -5291,6 +5398,23 @@ export declare const MODELS: {
|
|
|
5291
5398
|
contextWindow: number;
|
|
5292
5399
|
maxTokens: number;
|
|
5293
5400
|
};
|
|
5401
|
+
readonly "gemini-2.5-computer-use-preview-10-2025": {
|
|
5402
|
+
id: string;
|
|
5403
|
+
name: string;
|
|
5404
|
+
api: "google-generative-ai";
|
|
5405
|
+
provider: string;
|
|
5406
|
+
baseUrl: string;
|
|
5407
|
+
reasoning: true;
|
|
5408
|
+
input: ("image" | "text")[];
|
|
5409
|
+
cost: {
|
|
5410
|
+
input: number;
|
|
5411
|
+
output: number;
|
|
5412
|
+
cacheRead: number;
|
|
5413
|
+
cacheWrite: number;
|
|
5414
|
+
};
|
|
5415
|
+
contextWindow: number;
|
|
5416
|
+
maxTokens: number;
|
|
5417
|
+
};
|
|
5294
5418
|
readonly "gemini-2.5-flash": {
|
|
5295
5419
|
id: string;
|
|
5296
5420
|
name: string;
|
|
@@ -5406,6 +5530,26 @@ export declare const MODELS: {
|
|
|
5406
5530
|
contextWindow: number;
|
|
5407
5531
|
maxTokens: number;
|
|
5408
5532
|
};
|
|
5533
|
+
readonly "gemini-3.1-flash-lite-image": {
|
|
5534
|
+
id: string;
|
|
5535
|
+
name: string;
|
|
5536
|
+
api: "google-generative-ai";
|
|
5537
|
+
provider: string;
|
|
5538
|
+
baseUrl: string;
|
|
5539
|
+
reasoning: true;
|
|
5540
|
+
thinkingLevelMap: {
|
|
5541
|
+
off: null;
|
|
5542
|
+
};
|
|
5543
|
+
input: ("image" | "text")[];
|
|
5544
|
+
cost: {
|
|
5545
|
+
input: number;
|
|
5546
|
+
output: number;
|
|
5547
|
+
cacheRead: number;
|
|
5548
|
+
cacheWrite: number;
|
|
5549
|
+
};
|
|
5550
|
+
contextWindow: number;
|
|
5551
|
+
maxTokens: number;
|
|
5552
|
+
};
|
|
5409
5553
|
readonly "gemini-3.1-flash-lite-preview": {
|
|
5410
5554
|
id: string;
|
|
5411
5555
|
name: string;
|
|
@@ -5426,6 +5570,26 @@ export declare const MODELS: {
|
|
|
5426
5570
|
contextWindow: number;
|
|
5427
5571
|
maxTokens: number;
|
|
5428
5572
|
};
|
|
5573
|
+
readonly "gemini-3.1-flash-live-preview": {
|
|
5574
|
+
id: string;
|
|
5575
|
+
name: string;
|
|
5576
|
+
api: "google-generative-ai";
|
|
5577
|
+
provider: string;
|
|
5578
|
+
baseUrl: string;
|
|
5579
|
+
reasoning: true;
|
|
5580
|
+
thinkingLevelMap: {
|
|
5581
|
+
off: null;
|
|
5582
|
+
};
|
|
5583
|
+
input: ("image" | "text")[];
|
|
5584
|
+
cost: {
|
|
5585
|
+
input: number;
|
|
5586
|
+
output: number;
|
|
5587
|
+
cacheRead: number;
|
|
5588
|
+
cacheWrite: number;
|
|
5589
|
+
};
|
|
5590
|
+
contextWindow: number;
|
|
5591
|
+
maxTokens: number;
|
|
5592
|
+
};
|
|
5429
5593
|
readonly "gemini-3.1-pro-preview": {
|
|
5430
5594
|
id: string;
|
|
5431
5595
|
name: string;
|
|
@@ -5568,6 +5732,23 @@ export declare const MODELS: {
|
|
|
5568
5732
|
contextWindow: number;
|
|
5569
5733
|
maxTokens: number;
|
|
5570
5734
|
};
|
|
5735
|
+
readonly "gemini-robotics-er-1.6-preview": {
|
|
5736
|
+
id: string;
|
|
5737
|
+
name: string;
|
|
5738
|
+
api: "google-generative-ai";
|
|
5739
|
+
provider: string;
|
|
5740
|
+
baseUrl: string;
|
|
5741
|
+
reasoning: true;
|
|
5742
|
+
input: ("image" | "text")[];
|
|
5743
|
+
cost: {
|
|
5744
|
+
input: number;
|
|
5745
|
+
output: number;
|
|
5746
|
+
cacheRead: number;
|
|
5747
|
+
cacheWrite: number;
|
|
5748
|
+
};
|
|
5749
|
+
contextWindow: number;
|
|
5750
|
+
maxTokens: number;
|
|
5751
|
+
};
|
|
5571
5752
|
readonly "gemma-4-26b-a4b-it": {
|
|
5572
5753
|
id: string;
|
|
5573
5754
|
name: string;
|
|
@@ -6512,6 +6693,26 @@ export declare const MODELS: {
|
|
|
6512
6693
|
contextWindow: number;
|
|
6513
6694
|
maxTokens: number;
|
|
6514
6695
|
};
|
|
6696
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-0731": {
|
|
6697
|
+
id: string;
|
|
6698
|
+
name: string;
|
|
6699
|
+
api: "openai-completions";
|
|
6700
|
+
provider: string;
|
|
6701
|
+
baseUrl: string;
|
|
6702
|
+
compat: {
|
|
6703
|
+
supportsDeveloperRole: false;
|
|
6704
|
+
};
|
|
6705
|
+
reasoning: true;
|
|
6706
|
+
input: "text"[];
|
|
6707
|
+
cost: {
|
|
6708
|
+
input: number;
|
|
6709
|
+
output: number;
|
|
6710
|
+
cacheRead: number;
|
|
6711
|
+
cacheWrite: number;
|
|
6712
|
+
};
|
|
6713
|
+
contextWindow: number;
|
|
6714
|
+
maxTokens: number;
|
|
6715
|
+
};
|
|
6515
6716
|
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
6516
6717
|
id: string;
|
|
6517
6718
|
name: string;
|
|
@@ -6712,6 +6913,26 @@ export declare const MODELS: {
|
|
|
6712
6913
|
contextWindow: number;
|
|
6713
6914
|
maxTokens: number;
|
|
6714
6915
|
};
|
|
6916
|
+
readonly "moonshotai/Kimi-K3": {
|
|
6917
|
+
id: string;
|
|
6918
|
+
name: string;
|
|
6919
|
+
api: "openai-completions";
|
|
6920
|
+
provider: string;
|
|
6921
|
+
baseUrl: string;
|
|
6922
|
+
compat: {
|
|
6923
|
+
supportsDeveloperRole: false;
|
|
6924
|
+
};
|
|
6925
|
+
reasoning: true;
|
|
6926
|
+
input: ("image" | "text")[];
|
|
6927
|
+
cost: {
|
|
6928
|
+
input: number;
|
|
6929
|
+
output: number;
|
|
6930
|
+
cacheRead: number;
|
|
6931
|
+
cacheWrite: number;
|
|
6932
|
+
};
|
|
6933
|
+
contextWindow: number;
|
|
6934
|
+
maxTokens: number;
|
|
6935
|
+
};
|
|
6715
6936
|
readonly "openai/gpt-oss-120b": {
|
|
6716
6937
|
id: string;
|
|
6717
6938
|
name: string;
|
|
@@ -6792,6 +7013,66 @@ export declare const MODELS: {
|
|
|
6792
7013
|
contextWindow: number;
|
|
6793
7014
|
maxTokens: number;
|
|
6794
7015
|
};
|
|
7016
|
+
readonly "tencent/Hy3": {
|
|
7017
|
+
id: string;
|
|
7018
|
+
name: string;
|
|
7019
|
+
api: "openai-completions";
|
|
7020
|
+
provider: string;
|
|
7021
|
+
baseUrl: string;
|
|
7022
|
+
compat: {
|
|
7023
|
+
supportsDeveloperRole: false;
|
|
7024
|
+
};
|
|
7025
|
+
reasoning: true;
|
|
7026
|
+
input: "text"[];
|
|
7027
|
+
cost: {
|
|
7028
|
+
input: number;
|
|
7029
|
+
output: number;
|
|
7030
|
+
cacheRead: number;
|
|
7031
|
+
cacheWrite: number;
|
|
7032
|
+
};
|
|
7033
|
+
contextWindow: number;
|
|
7034
|
+
maxTokens: number;
|
|
7035
|
+
};
|
|
7036
|
+
readonly "thinkingmachines/Inkling": {
|
|
7037
|
+
id: string;
|
|
7038
|
+
name: string;
|
|
7039
|
+
api: "openai-completions";
|
|
7040
|
+
provider: string;
|
|
7041
|
+
baseUrl: string;
|
|
7042
|
+
compat: {
|
|
7043
|
+
supportsDeveloperRole: false;
|
|
7044
|
+
};
|
|
7045
|
+
reasoning: true;
|
|
7046
|
+
input: ("image" | "text")[];
|
|
7047
|
+
cost: {
|
|
7048
|
+
input: number;
|
|
7049
|
+
output: number;
|
|
7050
|
+
cacheRead: number;
|
|
7051
|
+
cacheWrite: number;
|
|
7052
|
+
};
|
|
7053
|
+
contextWindow: number;
|
|
7054
|
+
maxTokens: number;
|
|
7055
|
+
};
|
|
7056
|
+
readonly "thinkingmachines/Inkling-Small": {
|
|
7057
|
+
id: string;
|
|
7058
|
+
name: string;
|
|
7059
|
+
api: "openai-completions";
|
|
7060
|
+
provider: string;
|
|
7061
|
+
baseUrl: string;
|
|
7062
|
+
compat: {
|
|
7063
|
+
supportsDeveloperRole: false;
|
|
7064
|
+
};
|
|
7065
|
+
reasoning: true;
|
|
7066
|
+
input: ("image" | "text")[];
|
|
7067
|
+
cost: {
|
|
7068
|
+
input: number;
|
|
7069
|
+
output: number;
|
|
7070
|
+
cacheRead: number;
|
|
7071
|
+
cacheWrite: number;
|
|
7072
|
+
};
|
|
7073
|
+
contextWindow: number;
|
|
7074
|
+
maxTokens: number;
|
|
7075
|
+
};
|
|
6795
7076
|
readonly "zai-org/GLM-4.5": {
|
|
6796
7077
|
id: string;
|
|
6797
7078
|
name: string;
|
|
@@ -6972,9 +7253,29 @@ export declare const MODELS: {
|
|
|
6972
7253
|
contextWindow: number;
|
|
6973
7254
|
maxTokens: number;
|
|
6974
7255
|
};
|
|
6975
|
-
};
|
|
6976
|
-
readonly "kimi-coding": {
|
|
6977
|
-
readonly k3: {
|
|
7256
|
+
};
|
|
7257
|
+
readonly "kimi-coding": {
|
|
7258
|
+
readonly k3: {
|
|
7259
|
+
id: string;
|
|
7260
|
+
name: string;
|
|
7261
|
+
api: "anthropic-messages";
|
|
7262
|
+
provider: string;
|
|
7263
|
+
baseUrl: string;
|
|
7264
|
+
headers: {
|
|
7265
|
+
"User-Agent": string;
|
|
7266
|
+
};
|
|
7267
|
+
reasoning: true;
|
|
7268
|
+
input: ("image" | "text")[];
|
|
7269
|
+
cost: {
|
|
7270
|
+
input: number;
|
|
7271
|
+
output: number;
|
|
7272
|
+
cacheRead: number;
|
|
7273
|
+
cacheWrite: number;
|
|
7274
|
+
};
|
|
7275
|
+
contextWindow: number;
|
|
7276
|
+
maxTokens: number;
|
|
7277
|
+
};
|
|
7278
|
+
readonly "k3-256k": {
|
|
6978
7279
|
id: string;
|
|
6979
7280
|
name: string;
|
|
6980
7281
|
api: "anthropic-messages";
|
|
@@ -7652,6 +7953,23 @@ export declare const MODELS: {
|
|
|
7652
7953
|
contextWindow: number;
|
|
7653
7954
|
maxTokens: number;
|
|
7654
7955
|
};
|
|
7956
|
+
readonly "voxtral-small-latest": {
|
|
7957
|
+
id: string;
|
|
7958
|
+
name: string;
|
|
7959
|
+
api: "mistral-conversations";
|
|
7960
|
+
provider: string;
|
|
7961
|
+
baseUrl: string;
|
|
7962
|
+
reasoning: false;
|
|
7963
|
+
input: "text"[];
|
|
7964
|
+
cost: {
|
|
7965
|
+
input: number;
|
|
7966
|
+
output: number;
|
|
7967
|
+
cacheRead: number;
|
|
7968
|
+
cacheWrite: number;
|
|
7969
|
+
};
|
|
7970
|
+
contextWindow: number;
|
|
7971
|
+
maxTokens: number;
|
|
7972
|
+
};
|
|
7655
7973
|
};
|
|
7656
7974
|
readonly moonshotai: {
|
|
7657
7975
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -8280,26 +8598,6 @@ export declare const MODELS: {
|
|
|
8280
8598
|
contextWindow: number;
|
|
8281
8599
|
maxTokens: number;
|
|
8282
8600
|
};
|
|
8283
|
-
readonly "gpt-5-codex": {
|
|
8284
|
-
id: string;
|
|
8285
|
-
name: string;
|
|
8286
|
-
api: "openai-responses";
|
|
8287
|
-
provider: string;
|
|
8288
|
-
baseUrl: string;
|
|
8289
|
-
reasoning: true;
|
|
8290
|
-
thinkingLevelMap: {
|
|
8291
|
-
off: null;
|
|
8292
|
-
};
|
|
8293
|
-
input: ("image" | "text")[];
|
|
8294
|
-
cost: {
|
|
8295
|
-
input: number;
|
|
8296
|
-
output: number;
|
|
8297
|
-
cacheRead: number;
|
|
8298
|
-
cacheWrite: number;
|
|
8299
|
-
};
|
|
8300
|
-
contextWindow: number;
|
|
8301
|
-
maxTokens: number;
|
|
8302
|
-
};
|
|
8303
8601
|
readonly "gpt-5-mini": {
|
|
8304
8602
|
id: string;
|
|
8305
8603
|
name: string;
|
|
@@ -8380,26 +8678,6 @@ export declare const MODELS: {
|
|
|
8380
8678
|
contextWindow: number;
|
|
8381
8679
|
maxTokens: number;
|
|
8382
8680
|
};
|
|
8383
|
-
readonly "gpt-5.1-chat-latest": {
|
|
8384
|
-
id: string;
|
|
8385
|
-
name: string;
|
|
8386
|
-
api: "openai-responses";
|
|
8387
|
-
provider: string;
|
|
8388
|
-
baseUrl: string;
|
|
8389
|
-
reasoning: true;
|
|
8390
|
-
thinkingLevelMap: {
|
|
8391
|
-
off: null;
|
|
8392
|
-
};
|
|
8393
|
-
input: ("image" | "text")[];
|
|
8394
|
-
cost: {
|
|
8395
|
-
input: number;
|
|
8396
|
-
output: number;
|
|
8397
|
-
cacheRead: number;
|
|
8398
|
-
cacheWrite: number;
|
|
8399
|
-
};
|
|
8400
|
-
contextWindow: number;
|
|
8401
|
-
maxTokens: number;
|
|
8402
|
-
};
|
|
8403
8681
|
readonly "gpt-5.1-codex": {
|
|
8404
8682
|
id: string;
|
|
8405
8683
|
name: string;
|
|
@@ -8440,26 +8718,6 @@ export declare const MODELS: {
|
|
|
8440
8718
|
contextWindow: number;
|
|
8441
8719
|
maxTokens: number;
|
|
8442
8720
|
};
|
|
8443
|
-
readonly "gpt-5.1-codex-mini": {
|
|
8444
|
-
id: string;
|
|
8445
|
-
name: string;
|
|
8446
|
-
api: "openai-responses";
|
|
8447
|
-
provider: string;
|
|
8448
|
-
baseUrl: string;
|
|
8449
|
-
reasoning: true;
|
|
8450
|
-
thinkingLevelMap: {
|
|
8451
|
-
off: null;
|
|
8452
|
-
};
|
|
8453
|
-
input: ("image" | "text")[];
|
|
8454
|
-
cost: {
|
|
8455
|
-
input: number;
|
|
8456
|
-
output: number;
|
|
8457
|
-
cacheRead: number;
|
|
8458
|
-
cacheWrite: number;
|
|
8459
|
-
};
|
|
8460
|
-
contextWindow: number;
|
|
8461
|
-
maxTokens: number;
|
|
8462
|
-
};
|
|
8463
8721
|
readonly "gpt-5.2": {
|
|
8464
8722
|
id: string;
|
|
8465
8723
|
name: string;
|
|
@@ -8502,27 +8760,6 @@ export declare const MODELS: {
|
|
|
8502
8760
|
contextWindow: number;
|
|
8503
8761
|
maxTokens: number;
|
|
8504
8762
|
};
|
|
8505
|
-
readonly "gpt-5.2-codex": {
|
|
8506
|
-
id: string;
|
|
8507
|
-
name: string;
|
|
8508
|
-
api: "openai-responses";
|
|
8509
|
-
provider: string;
|
|
8510
|
-
baseUrl: string;
|
|
8511
|
-
reasoning: true;
|
|
8512
|
-
thinkingLevelMap: {
|
|
8513
|
-
off: null;
|
|
8514
|
-
xhigh: string;
|
|
8515
|
-
};
|
|
8516
|
-
input: ("image" | "text")[];
|
|
8517
|
-
cost: {
|
|
8518
|
-
input: number;
|
|
8519
|
-
output: number;
|
|
8520
|
-
cacheRead: number;
|
|
8521
|
-
cacheWrite: number;
|
|
8522
|
-
};
|
|
8523
|
-
contextWindow: number;
|
|
8524
|
-
maxTokens: number;
|
|
8525
|
-
};
|
|
8526
8763
|
readonly "gpt-5.2-pro": {
|
|
8527
8764
|
id: string;
|
|
8528
8765
|
name: string;
|
|
@@ -8881,23 +9118,6 @@ export declare const MODELS: {
|
|
|
8881
9118
|
contextWindow: number;
|
|
8882
9119
|
maxTokens: number;
|
|
8883
9120
|
};
|
|
8884
|
-
readonly "o3-deep-research": {
|
|
8885
|
-
id: string;
|
|
8886
|
-
name: string;
|
|
8887
|
-
api: "openai-responses";
|
|
8888
|
-
provider: string;
|
|
8889
|
-
baseUrl: string;
|
|
8890
|
-
reasoning: true;
|
|
8891
|
-
input: ("image" | "text")[];
|
|
8892
|
-
cost: {
|
|
8893
|
-
input: number;
|
|
8894
|
-
output: number;
|
|
8895
|
-
cacheRead: number;
|
|
8896
|
-
cacheWrite: number;
|
|
8897
|
-
};
|
|
8898
|
-
contextWindow: number;
|
|
8899
|
-
maxTokens: number;
|
|
8900
|
-
};
|
|
8901
9121
|
readonly "o3-mini": {
|
|
8902
9122
|
id: string;
|
|
8903
9123
|
name: string;
|
|
@@ -8949,23 +9169,6 @@ export declare const MODELS: {
|
|
|
8949
9169
|
contextWindow: number;
|
|
8950
9170
|
maxTokens: number;
|
|
8951
9171
|
};
|
|
8952
|
-
readonly "o4-mini-deep-research": {
|
|
8953
|
-
id: string;
|
|
8954
|
-
name: string;
|
|
8955
|
-
api: "openai-responses";
|
|
8956
|
-
provider: string;
|
|
8957
|
-
baseUrl: string;
|
|
8958
|
-
reasoning: true;
|
|
8959
|
-
input: ("image" | "text")[];
|
|
8960
|
-
cost: {
|
|
8961
|
-
input: number;
|
|
8962
|
-
output: number;
|
|
8963
|
-
cacheRead: number;
|
|
8964
|
-
cacheWrite: number;
|
|
8965
|
-
};
|
|
8966
|
-
contextWindow: number;
|
|
8967
|
-
maxTokens: number;
|
|
8968
|
-
};
|
|
8969
9172
|
};
|
|
8970
9173
|
readonly "openai-codex": {
|
|
8971
9174
|
readonly "gpt-5.1": {
|
|
@@ -9330,6 +9533,23 @@ export declare const MODELS: {
|
|
|
9330
9533
|
contextWindow: number;
|
|
9331
9534
|
maxTokens: number;
|
|
9332
9535
|
};
|
|
9536
|
+
readonly "claude-opus-5": {
|
|
9537
|
+
id: string;
|
|
9538
|
+
name: string;
|
|
9539
|
+
api: "anthropic-messages";
|
|
9540
|
+
provider: string;
|
|
9541
|
+
baseUrl: string;
|
|
9542
|
+
reasoning: true;
|
|
9543
|
+
input: ("image" | "text")[];
|
|
9544
|
+
cost: {
|
|
9545
|
+
input: number;
|
|
9546
|
+
output: number;
|
|
9547
|
+
cacheRead: number;
|
|
9548
|
+
cacheWrite: number;
|
|
9549
|
+
};
|
|
9550
|
+
contextWindow: number;
|
|
9551
|
+
maxTokens: number;
|
|
9552
|
+
};
|
|
9333
9553
|
readonly "claude-sonnet-4": {
|
|
9334
9554
|
id: string;
|
|
9335
9555
|
name: string;
|
|
@@ -10111,6 +10331,23 @@ export declare const MODELS: {
|
|
|
10111
10331
|
contextWindow: number;
|
|
10112
10332
|
maxTokens: number;
|
|
10113
10333
|
};
|
|
10334
|
+
readonly "kimi-k3": {
|
|
10335
|
+
id: string;
|
|
10336
|
+
name: string;
|
|
10337
|
+
api: "openai-completions";
|
|
10338
|
+
provider: string;
|
|
10339
|
+
baseUrl: string;
|
|
10340
|
+
reasoning: true;
|
|
10341
|
+
input: ("image" | "text")[];
|
|
10342
|
+
cost: {
|
|
10343
|
+
input: number;
|
|
10344
|
+
output: number;
|
|
10345
|
+
cacheRead: number;
|
|
10346
|
+
cacheWrite: number;
|
|
10347
|
+
};
|
|
10348
|
+
contextWindow: number;
|
|
10349
|
+
maxTokens: number;
|
|
10350
|
+
};
|
|
10114
10351
|
readonly "laguna-s-2.1-free": {
|
|
10115
10352
|
id: string;
|
|
10116
10353
|
name: string;
|
|
@@ -10128,6 +10365,23 @@ export declare const MODELS: {
|
|
|
10128
10365
|
contextWindow: number;
|
|
10129
10366
|
maxTokens: number;
|
|
10130
10367
|
};
|
|
10368
|
+
readonly "ling-3.0-flash-free": {
|
|
10369
|
+
id: string;
|
|
10370
|
+
name: string;
|
|
10371
|
+
api: "openai-completions";
|
|
10372
|
+
provider: string;
|
|
10373
|
+
baseUrl: string;
|
|
10374
|
+
reasoning: true;
|
|
10375
|
+
input: "text"[];
|
|
10376
|
+
cost: {
|
|
10377
|
+
input: number;
|
|
10378
|
+
output: number;
|
|
10379
|
+
cacheRead: number;
|
|
10380
|
+
cacheWrite: number;
|
|
10381
|
+
};
|
|
10382
|
+
contextWindow: number;
|
|
10383
|
+
maxTokens: number;
|
|
10384
|
+
};
|
|
10131
10385
|
readonly "mimo-v2.5-free": {
|
|
10132
10386
|
id: string;
|
|
10133
10387
|
name: string;
|
|
@@ -10356,6 +10610,26 @@ export declare const MODELS: {
|
|
|
10356
10610
|
contextWindow: number;
|
|
10357
10611
|
maxTokens: number;
|
|
10358
10612
|
};
|
|
10613
|
+
readonly "gpt-5.6-luna": {
|
|
10614
|
+
id: string;
|
|
10615
|
+
name: string;
|
|
10616
|
+
api: "openai-responses";
|
|
10617
|
+
provider: string;
|
|
10618
|
+
baseUrl: string;
|
|
10619
|
+
reasoning: true;
|
|
10620
|
+
thinkingLevelMap: {
|
|
10621
|
+
off: null;
|
|
10622
|
+
};
|
|
10623
|
+
input: ("image" | "text")[];
|
|
10624
|
+
cost: {
|
|
10625
|
+
input: number;
|
|
10626
|
+
output: number;
|
|
10627
|
+
cacheRead: number;
|
|
10628
|
+
cacheWrite: number;
|
|
10629
|
+
};
|
|
10630
|
+
contextWindow: number;
|
|
10631
|
+
maxTokens: number;
|
|
10632
|
+
};
|
|
10359
10633
|
readonly "grok-4.5": {
|
|
10360
10634
|
id: string;
|
|
10361
10635
|
name: string;
|
|
@@ -10563,6 +10837,23 @@ export declare const MODELS: {
|
|
|
10563
10837
|
contextWindow: number;
|
|
10564
10838
|
maxTokens: number;
|
|
10565
10839
|
};
|
|
10840
|
+
readonly "qwen3.8-max": {
|
|
10841
|
+
id: string;
|
|
10842
|
+
name: string;
|
|
10843
|
+
api: "anthropic-messages";
|
|
10844
|
+
provider: string;
|
|
10845
|
+
baseUrl: string;
|
|
10846
|
+
reasoning: true;
|
|
10847
|
+
input: ("image" | "text")[];
|
|
10848
|
+
cost: {
|
|
10849
|
+
input: number;
|
|
10850
|
+
output: number;
|
|
10851
|
+
cacheRead: number;
|
|
10852
|
+
cacheWrite: number;
|
|
10853
|
+
};
|
|
10854
|
+
contextWindow: number;
|
|
10855
|
+
maxTokens: number;
|
|
10856
|
+
};
|
|
10566
10857
|
};
|
|
10567
10858
|
readonly openrouter: {
|
|
10568
10859
|
readonly "ai21/jamba-large-1.7": {
|
|
@@ -10867,7 +11158,51 @@ export declare const MODELS: {
|
|
|
10867
11158
|
contextWindow: number;
|
|
10868
11159
|
maxTokens: number;
|
|
10869
11160
|
};
|
|
10870
|
-
readonly "anthropic/claude-opus-4.7-fast": {
|
|
11161
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
11162
|
+
id: string;
|
|
11163
|
+
name: string;
|
|
11164
|
+
api: "openai-completions";
|
|
11165
|
+
provider: string;
|
|
11166
|
+
baseUrl: string;
|
|
11167
|
+
reasoning: true;
|
|
11168
|
+
thinkingLevelMap: {
|
|
11169
|
+
xhigh: string;
|
|
11170
|
+
};
|
|
11171
|
+
input: ("image" | "text")[];
|
|
11172
|
+
cost: {
|
|
11173
|
+
input: number;
|
|
11174
|
+
output: number;
|
|
11175
|
+
cacheRead: number;
|
|
11176
|
+
cacheWrite: number;
|
|
11177
|
+
};
|
|
11178
|
+
contextWindow: number;
|
|
11179
|
+
maxTokens: number;
|
|
11180
|
+
};
|
|
11181
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
11182
|
+
id: string;
|
|
11183
|
+
name: string;
|
|
11184
|
+
api: "openai-completions";
|
|
11185
|
+
provider: string;
|
|
11186
|
+
baseUrl: string;
|
|
11187
|
+
reasoning: true;
|
|
11188
|
+
thinkingLevelMap: {
|
|
11189
|
+
minimal: string;
|
|
11190
|
+
low: string;
|
|
11191
|
+
medium: string;
|
|
11192
|
+
high: string;
|
|
11193
|
+
xhigh: string;
|
|
11194
|
+
};
|
|
11195
|
+
input: ("image" | "text")[];
|
|
11196
|
+
cost: {
|
|
11197
|
+
input: number;
|
|
11198
|
+
output: number;
|
|
11199
|
+
cacheRead: number;
|
|
11200
|
+
cacheWrite: number;
|
|
11201
|
+
};
|
|
11202
|
+
contextWindow: number;
|
|
11203
|
+
maxTokens: number;
|
|
11204
|
+
};
|
|
11205
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
10871
11206
|
id: string;
|
|
10872
11207
|
name: string;
|
|
10873
11208
|
api: "openai-completions";
|
|
@@ -10875,6 +11210,10 @@ export declare const MODELS: {
|
|
|
10875
11210
|
baseUrl: string;
|
|
10876
11211
|
reasoning: true;
|
|
10877
11212
|
thinkingLevelMap: {
|
|
11213
|
+
minimal: string;
|
|
11214
|
+
low: string;
|
|
11215
|
+
medium: string;
|
|
11216
|
+
high: string;
|
|
10878
11217
|
xhigh: string;
|
|
10879
11218
|
};
|
|
10880
11219
|
input: ("image" | "text")[];
|
|
@@ -10887,20 +11226,13 @@ export declare const MODELS: {
|
|
|
10887
11226
|
contextWindow: number;
|
|
10888
11227
|
maxTokens: number;
|
|
10889
11228
|
};
|
|
10890
|
-
readonly "anthropic/claude-opus-
|
|
11229
|
+
readonly "anthropic/claude-opus-5": {
|
|
10891
11230
|
id: string;
|
|
10892
11231
|
name: string;
|
|
10893
11232
|
api: "openai-completions";
|
|
10894
11233
|
provider: string;
|
|
10895
11234
|
baseUrl: string;
|
|
10896
11235
|
reasoning: true;
|
|
10897
|
-
thinkingLevelMap: {
|
|
10898
|
-
minimal: string;
|
|
10899
|
-
low: string;
|
|
10900
|
-
medium: string;
|
|
10901
|
-
high: string;
|
|
10902
|
-
xhigh: string;
|
|
10903
|
-
};
|
|
10904
11236
|
input: ("image" | "text")[];
|
|
10905
11237
|
cost: {
|
|
10906
11238
|
input: number;
|
|
@@ -10911,20 +11243,13 @@ export declare const MODELS: {
|
|
|
10911
11243
|
contextWindow: number;
|
|
10912
11244
|
maxTokens: number;
|
|
10913
11245
|
};
|
|
10914
|
-
readonly "anthropic/claude-opus-
|
|
11246
|
+
readonly "anthropic/claude-opus-5-fast": {
|
|
10915
11247
|
id: string;
|
|
10916
11248
|
name: string;
|
|
10917
11249
|
api: "openai-completions";
|
|
10918
11250
|
provider: string;
|
|
10919
11251
|
baseUrl: string;
|
|
10920
11252
|
reasoning: true;
|
|
10921
|
-
thinkingLevelMap: {
|
|
10922
|
-
minimal: string;
|
|
10923
|
-
low: string;
|
|
10924
|
-
medium: string;
|
|
10925
|
-
high: string;
|
|
10926
|
-
xhigh: string;
|
|
10927
|
-
};
|
|
10928
11253
|
input: ("image" | "text")[];
|
|
10929
11254
|
cost: {
|
|
10930
11255
|
input: number;
|
|
@@ -11337,6 +11662,34 @@ export declare const MODELS: {
|
|
|
11337
11662
|
contextWindow: number;
|
|
11338
11663
|
maxTokens: number;
|
|
11339
11664
|
};
|
|
11665
|
+
readonly "deepseek/deepseek-v4-flash-0731": {
|
|
11666
|
+
id: string;
|
|
11667
|
+
name: string;
|
|
11668
|
+
api: "openai-completions";
|
|
11669
|
+
provider: string;
|
|
11670
|
+
baseUrl: string;
|
|
11671
|
+
compat: {
|
|
11672
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
11673
|
+
thinkingFormat: "deepseek";
|
|
11674
|
+
};
|
|
11675
|
+
reasoning: true;
|
|
11676
|
+
thinkingLevelMap: {
|
|
11677
|
+
minimal: null;
|
|
11678
|
+
low: null;
|
|
11679
|
+
medium: null;
|
|
11680
|
+
high: string;
|
|
11681
|
+
xhigh: string;
|
|
11682
|
+
};
|
|
11683
|
+
input: "text"[];
|
|
11684
|
+
cost: {
|
|
11685
|
+
input: number;
|
|
11686
|
+
output: number;
|
|
11687
|
+
cacheRead: number;
|
|
11688
|
+
cacheWrite: number;
|
|
11689
|
+
};
|
|
11690
|
+
contextWindow: number;
|
|
11691
|
+
maxTokens: number;
|
|
11692
|
+
};
|
|
11340
11693
|
readonly "deepseek/deepseek-v4-pro": {
|
|
11341
11694
|
id: string;
|
|
11342
11695
|
name: string;
|
|
@@ -11773,6 +12126,23 @@ export declare const MODELS: {
|
|
|
11773
12126
|
contextWindow: number;
|
|
11774
12127
|
maxTokens: number;
|
|
11775
12128
|
};
|
|
12129
|
+
readonly "inclusionai/ling-3.0-flash:free": {
|
|
12130
|
+
id: string;
|
|
12131
|
+
name: string;
|
|
12132
|
+
api: "openai-completions";
|
|
12133
|
+
provider: string;
|
|
12134
|
+
baseUrl: string;
|
|
12135
|
+
reasoning: true;
|
|
12136
|
+
input: "text"[];
|
|
12137
|
+
cost: {
|
|
12138
|
+
input: number;
|
|
12139
|
+
output: number;
|
|
12140
|
+
cacheRead: number;
|
|
12141
|
+
cacheWrite: number;
|
|
12142
|
+
};
|
|
12143
|
+
contextWindow: number;
|
|
12144
|
+
maxTokens: number;
|
|
12145
|
+
};
|
|
11776
12146
|
readonly "inclusionai/ring-2.6-1t": {
|
|
11777
12147
|
id: string;
|
|
11778
12148
|
name: string;
|
|
@@ -12079,23 +12449,6 @@ export declare const MODELS: {
|
|
|
12079
12449
|
contextWindow: number;
|
|
12080
12450
|
maxTokens: number;
|
|
12081
12451
|
};
|
|
12082
|
-
readonly "mistralai/devstral-2512": {
|
|
12083
|
-
id: string;
|
|
12084
|
-
name: string;
|
|
12085
|
-
api: "openai-completions";
|
|
12086
|
-
provider: string;
|
|
12087
|
-
baseUrl: string;
|
|
12088
|
-
reasoning: false;
|
|
12089
|
-
input: "text"[];
|
|
12090
|
-
cost: {
|
|
12091
|
-
input: number;
|
|
12092
|
-
output: number;
|
|
12093
|
-
cacheRead: number;
|
|
12094
|
-
cacheWrite: number;
|
|
12095
|
-
};
|
|
12096
|
-
contextWindow: number;
|
|
12097
|
-
maxTokens: number;
|
|
12098
|
-
};
|
|
12099
12452
|
readonly "mistralai/ministral-14b-2512": {
|
|
12100
12453
|
id: string;
|
|
12101
12454
|
name: string;
|
|
@@ -12827,23 +13180,6 @@ export declare const MODELS: {
|
|
|
12827
13180
|
contextWindow: number;
|
|
12828
13181
|
maxTokens: number;
|
|
12829
13182
|
};
|
|
12830
|
-
readonly "openai/gpt-5-codex": {
|
|
12831
|
-
id: string;
|
|
12832
|
-
name: string;
|
|
12833
|
-
api: "openai-completions";
|
|
12834
|
-
provider: string;
|
|
12835
|
-
baseUrl: string;
|
|
12836
|
-
reasoning: true;
|
|
12837
|
-
input: ("image" | "text")[];
|
|
12838
|
-
cost: {
|
|
12839
|
-
input: number;
|
|
12840
|
-
output: number;
|
|
12841
|
-
cacheRead: number;
|
|
12842
|
-
cacheWrite: number;
|
|
12843
|
-
};
|
|
12844
|
-
contextWindow: number;
|
|
12845
|
-
maxTokens: number;
|
|
12846
|
-
};
|
|
12847
13183
|
readonly "openai/gpt-5-mini": {
|
|
12848
13184
|
id: string;
|
|
12849
13185
|
name: string;
|
|
@@ -12912,23 +13248,6 @@ export declare const MODELS: {
|
|
|
12912
13248
|
contextWindow: number;
|
|
12913
13249
|
maxTokens: number;
|
|
12914
13250
|
};
|
|
12915
|
-
readonly "openai/gpt-5.1-chat": {
|
|
12916
|
-
id: string;
|
|
12917
|
-
name: string;
|
|
12918
|
-
api: "openai-completions";
|
|
12919
|
-
provider: string;
|
|
12920
|
-
baseUrl: string;
|
|
12921
|
-
reasoning: false;
|
|
12922
|
-
input: ("image" | "text")[];
|
|
12923
|
-
cost: {
|
|
12924
|
-
input: number;
|
|
12925
|
-
output: number;
|
|
12926
|
-
cacheRead: number;
|
|
12927
|
-
cacheWrite: number;
|
|
12928
|
-
};
|
|
12929
|
-
contextWindow: number;
|
|
12930
|
-
maxTokens: number;
|
|
12931
|
-
};
|
|
12932
13251
|
readonly "openai/gpt-5.1-codex": {
|
|
12933
13252
|
id: string;
|
|
12934
13253
|
name: string;
|
|
@@ -13475,23 +13794,6 @@ export declare const MODELS: {
|
|
|
13475
13794
|
contextWindow: number;
|
|
13476
13795
|
maxTokens: number;
|
|
13477
13796
|
};
|
|
13478
|
-
readonly "openai/o3-deep-research": {
|
|
13479
|
-
id: string;
|
|
13480
|
-
name: string;
|
|
13481
|
-
api: "openai-completions";
|
|
13482
|
-
provider: string;
|
|
13483
|
-
baseUrl: string;
|
|
13484
|
-
reasoning: true;
|
|
13485
|
-
input: ("image" | "text")[];
|
|
13486
|
-
cost: {
|
|
13487
|
-
input: number;
|
|
13488
|
-
output: number;
|
|
13489
|
-
cacheRead: number;
|
|
13490
|
-
cacheWrite: number;
|
|
13491
|
-
};
|
|
13492
|
-
contextWindow: number;
|
|
13493
|
-
maxTokens: number;
|
|
13494
|
-
};
|
|
13495
13797
|
readonly "openai/o3-mini": {
|
|
13496
13798
|
id: string;
|
|
13497
13799
|
name: string;
|
|
@@ -13560,23 +13862,6 @@ export declare const MODELS: {
|
|
|
13560
13862
|
contextWindow: number;
|
|
13561
13863
|
maxTokens: number;
|
|
13562
13864
|
};
|
|
13563
|
-
readonly "openai/o4-mini-deep-research": {
|
|
13564
|
-
id: string;
|
|
13565
|
-
name: string;
|
|
13566
|
-
api: "openai-completions";
|
|
13567
|
-
provider: string;
|
|
13568
|
-
baseUrl: string;
|
|
13569
|
-
reasoning: true;
|
|
13570
|
-
input: ("image" | "text")[];
|
|
13571
|
-
cost: {
|
|
13572
|
-
input: number;
|
|
13573
|
-
output: number;
|
|
13574
|
-
cacheRead: number;
|
|
13575
|
-
cacheWrite: number;
|
|
13576
|
-
};
|
|
13577
|
-
contextWindow: number;
|
|
13578
|
-
maxTokens: number;
|
|
13579
|
-
};
|
|
13580
13865
|
readonly "openai/o4-mini-high": {
|
|
13581
13866
|
id: string;
|
|
13582
13867
|
name: string;
|
|
@@ -13645,40 +13930,6 @@ export declare const MODELS: {
|
|
|
13645
13930
|
contextWindow: number;
|
|
13646
13931
|
maxTokens: number;
|
|
13647
13932
|
};
|
|
13648
|
-
readonly "poolside/laguna-m.1": {
|
|
13649
|
-
id: string;
|
|
13650
|
-
name: string;
|
|
13651
|
-
api: "openai-completions";
|
|
13652
|
-
provider: string;
|
|
13653
|
-
baseUrl: string;
|
|
13654
|
-
reasoning: true;
|
|
13655
|
-
input: "text"[];
|
|
13656
|
-
cost: {
|
|
13657
|
-
input: number;
|
|
13658
|
-
output: number;
|
|
13659
|
-
cacheRead: number;
|
|
13660
|
-
cacheWrite: number;
|
|
13661
|
-
};
|
|
13662
|
-
contextWindow: number;
|
|
13663
|
-
maxTokens: number;
|
|
13664
|
-
};
|
|
13665
|
-
readonly "poolside/laguna-m.1:free": {
|
|
13666
|
-
id: string;
|
|
13667
|
-
name: string;
|
|
13668
|
-
api: "openai-completions";
|
|
13669
|
-
provider: string;
|
|
13670
|
-
baseUrl: string;
|
|
13671
|
-
reasoning: true;
|
|
13672
|
-
input: "text"[];
|
|
13673
|
-
cost: {
|
|
13674
|
-
input: number;
|
|
13675
|
-
output: number;
|
|
13676
|
-
cacheRead: number;
|
|
13677
|
-
cacheWrite: number;
|
|
13678
|
-
};
|
|
13679
|
-
contextWindow: number;
|
|
13680
|
-
maxTokens: number;
|
|
13681
|
-
};
|
|
13682
13933
|
readonly "poolside/laguna-s-2.1": {
|
|
13683
13934
|
id: string;
|
|
13684
13935
|
name: string;
|
|
@@ -14478,6 +14729,23 @@ export declare const MODELS: {
|
|
|
14478
14729
|
contextWindow: number;
|
|
14479
14730
|
maxTokens: number;
|
|
14480
14731
|
};
|
|
14732
|
+
readonly "qwen/qwen3.7-flash": {
|
|
14733
|
+
id: string;
|
|
14734
|
+
name: string;
|
|
14735
|
+
api: "openai-completions";
|
|
14736
|
+
provider: string;
|
|
14737
|
+
baseUrl: string;
|
|
14738
|
+
reasoning: true;
|
|
14739
|
+
input: ("image" | "text")[];
|
|
14740
|
+
cost: {
|
|
14741
|
+
input: number;
|
|
14742
|
+
output: number;
|
|
14743
|
+
cacheRead: number;
|
|
14744
|
+
cacheWrite: number;
|
|
14745
|
+
};
|
|
14746
|
+
contextWindow: number;
|
|
14747
|
+
maxTokens: number;
|
|
14748
|
+
};
|
|
14481
14749
|
readonly "qwen/qwen3.7-max": {
|
|
14482
14750
|
id: string;
|
|
14483
14751
|
name: string;
|
|
@@ -14512,6 +14780,23 @@ export declare const MODELS: {
|
|
|
14512
14780
|
contextWindow: number;
|
|
14513
14781
|
maxTokens: number;
|
|
14514
14782
|
};
|
|
14783
|
+
readonly "qwen/qwen3.8-max": {
|
|
14784
|
+
id: string;
|
|
14785
|
+
name: string;
|
|
14786
|
+
api: "openai-completions";
|
|
14787
|
+
provider: string;
|
|
14788
|
+
baseUrl: string;
|
|
14789
|
+
reasoning: true;
|
|
14790
|
+
input: ("image" | "text")[];
|
|
14791
|
+
cost: {
|
|
14792
|
+
input: number;
|
|
14793
|
+
output: number;
|
|
14794
|
+
cacheRead: number;
|
|
14795
|
+
cacheWrite: number;
|
|
14796
|
+
};
|
|
14797
|
+
contextWindow: number;
|
|
14798
|
+
maxTokens: number;
|
|
14799
|
+
};
|
|
14515
14800
|
readonly "rekaai/reka-edge": {
|
|
14516
14801
|
id: string;
|
|
14517
14802
|
name: string;
|
|
@@ -14665,6 +14950,23 @@ export declare const MODELS: {
|
|
|
14665
14950
|
contextWindow: number;
|
|
14666
14951
|
maxTokens: number;
|
|
14667
14952
|
};
|
|
14953
|
+
readonly "thinkingmachines/inkling-small": {
|
|
14954
|
+
id: string;
|
|
14955
|
+
name: string;
|
|
14956
|
+
api: "openai-completions";
|
|
14957
|
+
provider: string;
|
|
14958
|
+
baseUrl: string;
|
|
14959
|
+
reasoning: true;
|
|
14960
|
+
input: ("image" | "text")[];
|
|
14961
|
+
cost: {
|
|
14962
|
+
input: number;
|
|
14963
|
+
output: number;
|
|
14964
|
+
cacheRead: number;
|
|
14965
|
+
cacheWrite: number;
|
|
14966
|
+
};
|
|
14967
|
+
contextWindow: number;
|
|
14968
|
+
maxTokens: number;
|
|
14969
|
+
};
|
|
14668
14970
|
readonly "upstage/solar-pro-3": {
|
|
14669
14971
|
id: string;
|
|
14670
14972
|
name: string;
|
|
@@ -15063,6 +15365,34 @@ export declare const MODELS: {
|
|
|
15063
15365
|
contextWindow: number;
|
|
15064
15366
|
maxTokens: number;
|
|
15065
15367
|
};
|
|
15368
|
+
readonly "~deepseek/deepseek-v4-flash-latest": {
|
|
15369
|
+
id: string;
|
|
15370
|
+
name: string;
|
|
15371
|
+
api: "openai-completions";
|
|
15372
|
+
provider: string;
|
|
15373
|
+
baseUrl: string;
|
|
15374
|
+
compat: {
|
|
15375
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
15376
|
+
thinkingFormat: "deepseek";
|
|
15377
|
+
};
|
|
15378
|
+
reasoning: true;
|
|
15379
|
+
thinkingLevelMap: {
|
|
15380
|
+
minimal: null;
|
|
15381
|
+
low: null;
|
|
15382
|
+
medium: null;
|
|
15383
|
+
high: string;
|
|
15384
|
+
xhigh: string;
|
|
15385
|
+
};
|
|
15386
|
+
input: "text"[];
|
|
15387
|
+
cost: {
|
|
15388
|
+
input: number;
|
|
15389
|
+
output: number;
|
|
15390
|
+
cacheRead: number;
|
|
15391
|
+
cacheWrite: number;
|
|
15392
|
+
};
|
|
15393
|
+
contextWindow: number;
|
|
15394
|
+
maxTokens: number;
|
|
15395
|
+
};
|
|
15066
15396
|
readonly "~google/gemini-flash-latest": {
|
|
15067
15397
|
id: string;
|
|
15068
15398
|
name: string;
|
|
@@ -15492,6 +15822,37 @@ export declare const MODELS: {
|
|
|
15492
15822
|
contextWindow: number;
|
|
15493
15823
|
maxTokens: number;
|
|
15494
15824
|
};
|
|
15825
|
+
readonly "moonshotai/Kimi-K3": {
|
|
15826
|
+
id: string;
|
|
15827
|
+
name: string;
|
|
15828
|
+
api: "openai-completions";
|
|
15829
|
+
provider: string;
|
|
15830
|
+
baseUrl: string;
|
|
15831
|
+
compat: {
|
|
15832
|
+
supportsStore: false;
|
|
15833
|
+
supportsDeveloperRole: false;
|
|
15834
|
+
supportsReasoningEffort: false;
|
|
15835
|
+
maxTokensField: "max_tokens";
|
|
15836
|
+
supportsStrictMode: false;
|
|
15837
|
+
supportsLongCacheRetention: false;
|
|
15838
|
+
thinkingFormat: "together";
|
|
15839
|
+
};
|
|
15840
|
+
reasoning: true;
|
|
15841
|
+
thinkingLevelMap: {
|
|
15842
|
+
minimal: null;
|
|
15843
|
+
low: null;
|
|
15844
|
+
medium: null;
|
|
15845
|
+
};
|
|
15846
|
+
input: ("image" | "text")[];
|
|
15847
|
+
cost: {
|
|
15848
|
+
input: number;
|
|
15849
|
+
output: number;
|
|
15850
|
+
cacheRead: number;
|
|
15851
|
+
cacheWrite: number;
|
|
15852
|
+
};
|
|
15853
|
+
contextWindow: number;
|
|
15854
|
+
maxTokens: number;
|
|
15855
|
+
};
|
|
15495
15856
|
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
15496
15857
|
id: string;
|
|
15497
15858
|
name: string;
|
|
@@ -16021,6 +16382,23 @@ export declare const MODELS: {
|
|
|
16021
16382
|
contextWindow: number;
|
|
16022
16383
|
maxTokens: number;
|
|
16023
16384
|
};
|
|
16385
|
+
readonly "alibaba/qwen3.7-flash": {
|
|
16386
|
+
id: string;
|
|
16387
|
+
name: string;
|
|
16388
|
+
api: "anthropic-messages";
|
|
16389
|
+
provider: string;
|
|
16390
|
+
baseUrl: string;
|
|
16391
|
+
reasoning: true;
|
|
16392
|
+
input: ("image" | "text")[];
|
|
16393
|
+
cost: {
|
|
16394
|
+
input: number;
|
|
16395
|
+
output: number;
|
|
16396
|
+
cacheRead: number;
|
|
16397
|
+
cacheWrite: number;
|
|
16398
|
+
};
|
|
16399
|
+
contextWindow: number;
|
|
16400
|
+
maxTokens: number;
|
|
16401
|
+
};
|
|
16024
16402
|
readonly "alibaba/qwen3.7-max": {
|
|
16025
16403
|
id: string;
|
|
16026
16404
|
name: string;
|
|
@@ -16055,6 +16433,23 @@ export declare const MODELS: {
|
|
|
16055
16433
|
contextWindow: number;
|
|
16056
16434
|
maxTokens: number;
|
|
16057
16435
|
};
|
|
16436
|
+
readonly "alibaba/qwen3.8-max": {
|
|
16437
|
+
id: string;
|
|
16438
|
+
name: string;
|
|
16439
|
+
api: "anthropic-messages";
|
|
16440
|
+
provider: string;
|
|
16441
|
+
baseUrl: string;
|
|
16442
|
+
reasoning: true;
|
|
16443
|
+
input: ("image" | "text")[];
|
|
16444
|
+
cost: {
|
|
16445
|
+
input: number;
|
|
16446
|
+
output: number;
|
|
16447
|
+
cacheRead: number;
|
|
16448
|
+
cacheWrite: number;
|
|
16449
|
+
};
|
|
16450
|
+
contextWindow: number;
|
|
16451
|
+
maxTokens: number;
|
|
16452
|
+
};
|
|
16058
16453
|
readonly "amazon/nova-2-lite": {
|
|
16059
16454
|
id: string;
|
|
16060
16455
|
name: string;
|
|
@@ -16272,7 +16667,7 @@ export declare const MODELS: {
|
|
|
16272
16667
|
contextWindow: number;
|
|
16273
16668
|
maxTokens: number;
|
|
16274
16669
|
};
|
|
16275
|
-
readonly "anthropic/claude-opus-4.
|
|
16670
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
16276
16671
|
id: string;
|
|
16277
16672
|
name: string;
|
|
16278
16673
|
api: "anthropic-messages";
|
|
@@ -16280,6 +16675,10 @@ export declare const MODELS: {
|
|
|
16280
16675
|
baseUrl: string;
|
|
16281
16676
|
reasoning: true;
|
|
16282
16677
|
thinkingLevelMap: {
|
|
16678
|
+
minimal: string;
|
|
16679
|
+
low: string;
|
|
16680
|
+
medium: string;
|
|
16681
|
+
high: string;
|
|
16283
16682
|
xhigh: string;
|
|
16284
16683
|
};
|
|
16285
16684
|
input: ("image" | "text")[];
|
|
@@ -16292,7 +16691,7 @@ export declare const MODELS: {
|
|
|
16292
16691
|
contextWindow: number;
|
|
16293
16692
|
maxTokens: number;
|
|
16294
16693
|
};
|
|
16295
|
-
readonly "anthropic/claude-opus-4.8": {
|
|
16694
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
16296
16695
|
id: string;
|
|
16297
16696
|
name: string;
|
|
16298
16697
|
api: "anthropic-messages";
|
|
@@ -16316,20 +16715,30 @@ export declare const MODELS: {
|
|
|
16316
16715
|
contextWindow: number;
|
|
16317
16716
|
maxTokens: number;
|
|
16318
16717
|
};
|
|
16319
|
-
readonly "anthropic/claude-opus-
|
|
16718
|
+
readonly "anthropic/claude-opus-5": {
|
|
16320
16719
|
id: string;
|
|
16321
16720
|
name: string;
|
|
16322
16721
|
api: "anthropic-messages";
|
|
16323
16722
|
provider: string;
|
|
16324
16723
|
baseUrl: string;
|
|
16325
16724
|
reasoning: true;
|
|
16326
|
-
|
|
16327
|
-
|
|
16328
|
-
|
|
16329
|
-
|
|
16330
|
-
|
|
16331
|
-
|
|
16725
|
+
input: ("image" | "text")[];
|
|
16726
|
+
cost: {
|
|
16727
|
+
input: number;
|
|
16728
|
+
output: number;
|
|
16729
|
+
cacheRead: number;
|
|
16730
|
+
cacheWrite: number;
|
|
16332
16731
|
};
|
|
16732
|
+
contextWindow: number;
|
|
16733
|
+
maxTokens: number;
|
|
16734
|
+
};
|
|
16735
|
+
readonly "anthropic/claude-opus-5-fast": {
|
|
16736
|
+
id: string;
|
|
16737
|
+
name: string;
|
|
16738
|
+
api: "anthropic-messages";
|
|
16739
|
+
provider: string;
|
|
16740
|
+
baseUrl: string;
|
|
16741
|
+
reasoning: true;
|
|
16333
16742
|
input: ("image" | "text")[];
|
|
16334
16743
|
cost: {
|
|
16335
16744
|
input: number;
|
|
@@ -16584,7 +16993,7 @@ export declare const MODELS: {
|
|
|
16584
16993
|
api: "anthropic-messages";
|
|
16585
16994
|
provider: string;
|
|
16586
16995
|
baseUrl: string;
|
|
16587
|
-
reasoning:
|
|
16996
|
+
reasoning: false;
|
|
16588
16997
|
input: "text"[];
|
|
16589
16998
|
cost: {
|
|
16590
16999
|
input: number;
|
|
@@ -16612,7 +17021,7 @@ export declare const MODELS: {
|
|
|
16612
17021
|
contextWindow: number;
|
|
16613
17022
|
maxTokens: number;
|
|
16614
17023
|
};
|
|
16615
|
-
readonly "deepseek/deepseek-v4-
|
|
17024
|
+
readonly "deepseek/deepseek-v4-flash-0731": {
|
|
16616
17025
|
id: string;
|
|
16617
17026
|
name: string;
|
|
16618
17027
|
api: "anthropic-messages";
|
|
@@ -16629,14 +17038,14 @@ export declare const MODELS: {
|
|
|
16629
17038
|
contextWindow: number;
|
|
16630
17039
|
maxTokens: number;
|
|
16631
17040
|
};
|
|
16632
|
-
readonly "
|
|
17041
|
+
readonly "deepseek/deepseek-v4-pro": {
|
|
16633
17042
|
id: string;
|
|
16634
17043
|
name: string;
|
|
16635
17044
|
api: "anthropic-messages";
|
|
16636
17045
|
provider: string;
|
|
16637
17046
|
baseUrl: string;
|
|
16638
17047
|
reasoning: true;
|
|
16639
|
-
input:
|
|
17048
|
+
input: "text"[];
|
|
16640
17049
|
cost: {
|
|
16641
17050
|
input: number;
|
|
16642
17051
|
output: number;
|
|
@@ -16646,7 +17055,7 @@ export declare const MODELS: {
|
|
|
16646
17055
|
contextWindow: number;
|
|
16647
17056
|
maxTokens: number;
|
|
16648
17057
|
};
|
|
16649
|
-
readonly "google/gemini-2.5-flash
|
|
17058
|
+
readonly "google/gemini-2.5-flash": {
|
|
16650
17059
|
id: string;
|
|
16651
17060
|
name: string;
|
|
16652
17061
|
api: "anthropic-messages";
|
|
@@ -16663,7 +17072,7 @@ export declare const MODELS: {
|
|
|
16663
17072
|
contextWindow: number;
|
|
16664
17073
|
maxTokens: number;
|
|
16665
17074
|
};
|
|
16666
|
-
readonly "google/gemini-2.5-
|
|
17075
|
+
readonly "google/gemini-2.5-flash-lite": {
|
|
16667
17076
|
id: string;
|
|
16668
17077
|
name: string;
|
|
16669
17078
|
api: "anthropic-messages";
|
|
@@ -16680,7 +17089,7 @@ export declare const MODELS: {
|
|
|
16680
17089
|
contextWindow: number;
|
|
16681
17090
|
maxTokens: number;
|
|
16682
17091
|
};
|
|
16683
|
-
readonly "google/gemini-
|
|
17092
|
+
readonly "google/gemini-2.5-pro": {
|
|
16684
17093
|
id: string;
|
|
16685
17094
|
name: string;
|
|
16686
17095
|
api: "anthropic-messages";
|
|
@@ -16697,7 +17106,7 @@ export declare const MODELS: {
|
|
|
16697
17106
|
contextWindow: number;
|
|
16698
17107
|
maxTokens: number;
|
|
16699
17108
|
};
|
|
16700
|
-
readonly "google/gemini-3-
|
|
17109
|
+
readonly "google/gemini-3-flash": {
|
|
16701
17110
|
id: string;
|
|
16702
17111
|
name: string;
|
|
16703
17112
|
api: "anthropic-messages";
|
|
@@ -16731,7 +17140,7 @@ export declare const MODELS: {
|
|
|
16731
17140
|
contextWindow: number;
|
|
16732
17141
|
maxTokens: number;
|
|
16733
17142
|
};
|
|
16734
|
-
readonly "google/gemini-3.1-
|
|
17143
|
+
readonly "google/gemini-3.1-pro-preview": {
|
|
16735
17144
|
id: string;
|
|
16736
17145
|
name: string;
|
|
16737
17146
|
api: "anthropic-messages";
|
|
@@ -16748,7 +17157,7 @@ export declare const MODELS: {
|
|
|
16748
17157
|
contextWindow: number;
|
|
16749
17158
|
maxTokens: number;
|
|
16750
17159
|
};
|
|
16751
|
-
readonly "google/gemini-3.
|
|
17160
|
+
readonly "google/gemini-3.5-flash": {
|
|
16752
17161
|
id: string;
|
|
16753
17162
|
name: string;
|
|
16754
17163
|
api: "anthropic-messages";
|
|
@@ -16765,7 +17174,7 @@ export declare const MODELS: {
|
|
|
16765
17174
|
contextWindow: number;
|
|
16766
17175
|
maxTokens: number;
|
|
16767
17176
|
};
|
|
16768
|
-
readonly "google/gemini-3.5-flash": {
|
|
17177
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
16769
17178
|
id: string;
|
|
16770
17179
|
name: string;
|
|
16771
17180
|
api: "anthropic-messages";
|
|
@@ -16782,7 +17191,7 @@ export declare const MODELS: {
|
|
|
16782
17191
|
contextWindow: number;
|
|
16783
17192
|
maxTokens: number;
|
|
16784
17193
|
};
|
|
16785
|
-
readonly "google/gemini-3.
|
|
17194
|
+
readonly "google/gemini-3.6-flash": {
|
|
16786
17195
|
id: string;
|
|
16787
17196
|
name: string;
|
|
16788
17197
|
api: "anthropic-messages";
|
|
@@ -16799,7 +17208,7 @@ export declare const MODELS: {
|
|
|
16799
17208
|
contextWindow: number;
|
|
16800
17209
|
maxTokens: number;
|
|
16801
17210
|
};
|
|
16802
|
-
readonly "google/
|
|
17211
|
+
readonly "google/gemma-4-26b-a4b-it": {
|
|
16803
17212
|
id: string;
|
|
16804
17213
|
name: string;
|
|
16805
17214
|
api: "anthropic-messages";
|
|
@@ -16816,7 +17225,7 @@ export declare const MODELS: {
|
|
|
16816
17225
|
contextWindow: number;
|
|
16817
17226
|
maxTokens: number;
|
|
16818
17227
|
};
|
|
16819
|
-
readonly "google/gemma-4-
|
|
17228
|
+
readonly "google/gemma-4-31b-it": {
|
|
16820
17229
|
id: string;
|
|
16821
17230
|
name: string;
|
|
16822
17231
|
api: "anthropic-messages";
|
|
@@ -16833,14 +17242,14 @@ export declare const MODELS: {
|
|
|
16833
17242
|
contextWindow: number;
|
|
16834
17243
|
maxTokens: number;
|
|
16835
17244
|
};
|
|
16836
|
-
readonly "
|
|
17245
|
+
readonly "inception/mercury-2": {
|
|
16837
17246
|
id: string;
|
|
16838
17247
|
name: string;
|
|
16839
17248
|
api: "anthropic-messages";
|
|
16840
17249
|
provider: string;
|
|
16841
17250
|
baseUrl: string;
|
|
16842
17251
|
reasoning: true;
|
|
16843
|
-
input:
|
|
17252
|
+
input: "text"[];
|
|
16844
17253
|
cost: {
|
|
16845
17254
|
input: number;
|
|
16846
17255
|
output: number;
|
|
@@ -16850,13 +17259,13 @@ export declare const MODELS: {
|
|
|
16850
17259
|
contextWindow: number;
|
|
16851
17260
|
maxTokens: number;
|
|
16852
17261
|
};
|
|
16853
|
-
readonly "inception/mercury-
|
|
17262
|
+
readonly "inception/mercury-coder-small": {
|
|
16854
17263
|
id: string;
|
|
16855
17264
|
name: string;
|
|
16856
17265
|
api: "anthropic-messages";
|
|
16857
17266
|
provider: string;
|
|
16858
17267
|
baseUrl: string;
|
|
16859
|
-
reasoning:
|
|
17268
|
+
reasoning: false;
|
|
16860
17269
|
input: "text"[];
|
|
16861
17270
|
cost: {
|
|
16862
17271
|
input: number;
|
|
@@ -16867,13 +17276,13 @@ export declare const MODELS: {
|
|
|
16867
17276
|
contextWindow: number;
|
|
16868
17277
|
maxTokens: number;
|
|
16869
17278
|
};
|
|
16870
|
-
readonly "
|
|
17279
|
+
readonly "inclusionai/ling-3.0-flash-free": {
|
|
16871
17280
|
id: string;
|
|
16872
17281
|
name: string;
|
|
16873
17282
|
api: "anthropic-messages";
|
|
16874
17283
|
provider: string;
|
|
16875
17284
|
baseUrl: string;
|
|
16876
|
-
reasoning:
|
|
17285
|
+
reasoning: true;
|
|
16877
17286
|
input: "text"[];
|
|
16878
17287
|
cost: {
|
|
16879
17288
|
input: number;
|
|
@@ -16908,7 +17317,7 @@ export declare const MODELS: {
|
|
|
16908
17317
|
provider: string;
|
|
16909
17318
|
baseUrl: string;
|
|
16910
17319
|
reasoning: true;
|
|
16911
|
-
input: "text"[];
|
|
17320
|
+
input: ("image" | "text")[];
|
|
16912
17321
|
cost: {
|
|
16913
17322
|
input: number;
|
|
16914
17323
|
output: number;
|
|
@@ -16959,7 +17368,7 @@ export declare const MODELS: {
|
|
|
16959
17368
|
provider: string;
|
|
16960
17369
|
baseUrl: string;
|
|
16961
17370
|
reasoning: true;
|
|
16962
|
-
input: "text"[];
|
|
17371
|
+
input: ("image" | "text")[];
|
|
16963
17372
|
cost: {
|
|
16964
17373
|
input: number;
|
|
16965
17374
|
output: number;
|
|
@@ -17316,7 +17725,7 @@ export declare const MODELS: {
|
|
|
17316
17725
|
provider: string;
|
|
17317
17726
|
baseUrl: string;
|
|
17318
17727
|
reasoning: false;
|
|
17319
|
-
input: "text"[];
|
|
17728
|
+
input: ("image" | "text")[];
|
|
17320
17729
|
cost: {
|
|
17321
17730
|
input: number;
|
|
17322
17731
|
output: number;
|
|
@@ -17333,7 +17742,7 @@ export declare const MODELS: {
|
|
|
17333
17742
|
provider: string;
|
|
17334
17743
|
baseUrl: string;
|
|
17335
17744
|
reasoning: false;
|
|
17336
|
-
input: "text"[];
|
|
17745
|
+
input: ("image" | "text")[];
|
|
17337
17746
|
cost: {
|
|
17338
17747
|
input: number;
|
|
17339
17748
|
output: number;
|
|
@@ -17401,7 +17810,7 @@ export declare const MODELS: {
|
|
|
17401
17810
|
provider: string;
|
|
17402
17811
|
baseUrl: string;
|
|
17403
17812
|
reasoning: false;
|
|
17404
|
-
input: "text"[];
|
|
17813
|
+
input: ("image" | "text")[];
|
|
17405
17814
|
cost: {
|
|
17406
17815
|
input: number;
|
|
17407
17816
|
output: number;
|
|
@@ -17564,6 +17973,23 @@ export declare const MODELS: {
|
|
|
17564
17973
|
contextWindow: number;
|
|
17565
17974
|
maxTokens: number;
|
|
17566
17975
|
};
|
|
17976
|
+
readonly "moonshotai/kimi-k3-fast": {
|
|
17977
|
+
id: string;
|
|
17978
|
+
name: string;
|
|
17979
|
+
api: "anthropic-messages";
|
|
17980
|
+
provider: string;
|
|
17981
|
+
baseUrl: string;
|
|
17982
|
+
reasoning: true;
|
|
17983
|
+
input: ("image" | "text")[];
|
|
17984
|
+
cost: {
|
|
17985
|
+
input: number;
|
|
17986
|
+
output: number;
|
|
17987
|
+
cacheRead: number;
|
|
17988
|
+
cacheWrite: number;
|
|
17989
|
+
};
|
|
17990
|
+
contextWindow: number;
|
|
17991
|
+
maxTokens: number;
|
|
17992
|
+
};
|
|
17567
17993
|
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
17568
17994
|
id: string;
|
|
17569
17995
|
name: string;
|
|
@@ -17768,23 +18194,6 @@ export declare const MODELS: {
|
|
|
17768
18194
|
contextWindow: number;
|
|
17769
18195
|
maxTokens: number;
|
|
17770
18196
|
};
|
|
17771
|
-
readonly "openai/gpt-5-chat": {
|
|
17772
|
-
id: string;
|
|
17773
|
-
name: string;
|
|
17774
|
-
api: "anthropic-messages";
|
|
17775
|
-
provider: string;
|
|
17776
|
-
baseUrl: string;
|
|
17777
|
-
reasoning: false;
|
|
17778
|
-
input: ("image" | "text")[];
|
|
17779
|
-
cost: {
|
|
17780
|
-
input: number;
|
|
17781
|
-
output: number;
|
|
17782
|
-
cacheRead: number;
|
|
17783
|
-
cacheWrite: number;
|
|
17784
|
-
};
|
|
17785
|
-
contextWindow: number;
|
|
17786
|
-
maxTokens: number;
|
|
17787
|
-
};
|
|
17788
18197
|
readonly "openai/gpt-5-codex": {
|
|
17789
18198
|
id: string;
|
|
17790
18199
|
name: string;
|
|
@@ -17958,26 +18367,6 @@ export declare const MODELS: {
|
|
|
17958
18367
|
contextWindow: number;
|
|
17959
18368
|
maxTokens: number;
|
|
17960
18369
|
};
|
|
17961
|
-
readonly "openai/gpt-5.2-chat": {
|
|
17962
|
-
id: string;
|
|
17963
|
-
name: string;
|
|
17964
|
-
api: "anthropic-messages";
|
|
17965
|
-
provider: string;
|
|
17966
|
-
baseUrl: string;
|
|
17967
|
-
reasoning: false;
|
|
17968
|
-
thinkingLevelMap: {
|
|
17969
|
-
xhigh: string;
|
|
17970
|
-
};
|
|
17971
|
-
input: ("image" | "text")[];
|
|
17972
|
-
cost: {
|
|
17973
|
-
input: number;
|
|
17974
|
-
output: number;
|
|
17975
|
-
cacheRead: number;
|
|
17976
|
-
cacheWrite: number;
|
|
17977
|
-
};
|
|
17978
|
-
contextWindow: number;
|
|
17979
|
-
maxTokens: number;
|
|
17980
|
-
};
|
|
17981
18370
|
readonly "openai/gpt-5.2-codex": {
|
|
17982
18371
|
id: string;
|
|
17983
18372
|
name: string;
|
|
@@ -18440,7 +18829,7 @@ export declare const MODELS: {
|
|
|
18440
18829
|
provider: string;
|
|
18441
18830
|
baseUrl: string;
|
|
18442
18831
|
reasoning: true;
|
|
18443
|
-
input: "text"[];
|
|
18832
|
+
input: ("image" | "text")[];
|
|
18444
18833
|
cost: {
|
|
18445
18834
|
input: number;
|
|
18446
18835
|
output: number;
|
|
@@ -18501,6 +18890,23 @@ export declare const MODELS: {
|
|
|
18501
18890
|
contextWindow: number;
|
|
18502
18891
|
maxTokens: number;
|
|
18503
18892
|
};
|
|
18893
|
+
readonly "thinkingmachines/inkling-small": {
|
|
18894
|
+
id: string;
|
|
18895
|
+
name: string;
|
|
18896
|
+
api: "anthropic-messages";
|
|
18897
|
+
provider: string;
|
|
18898
|
+
baseUrl: string;
|
|
18899
|
+
reasoning: true;
|
|
18900
|
+
input: ("image" | "text")[];
|
|
18901
|
+
cost: {
|
|
18902
|
+
input: number;
|
|
18903
|
+
output: number;
|
|
18904
|
+
cacheRead: number;
|
|
18905
|
+
cacheWrite: number;
|
|
18906
|
+
};
|
|
18907
|
+
contextWindow: number;
|
|
18908
|
+
maxTokens: number;
|
|
18909
|
+
};
|
|
18504
18910
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
18505
18911
|
id: string;
|
|
18506
18912
|
name: string;
|
|
@@ -19295,27 +19701,6 @@ export declare const MODELS: {
|
|
|
19295
19701
|
};
|
|
19296
19702
|
};
|
|
19297
19703
|
readonly zai: {
|
|
19298
|
-
readonly "glm-4.5-air": {
|
|
19299
|
-
id: string;
|
|
19300
|
-
name: string;
|
|
19301
|
-
api: "openai-completions";
|
|
19302
|
-
provider: string;
|
|
19303
|
-
baseUrl: string;
|
|
19304
|
-
compat: {
|
|
19305
|
-
supportsDeveloperRole: false;
|
|
19306
|
-
thinkingFormat: "zai";
|
|
19307
|
-
};
|
|
19308
|
-
reasoning: true;
|
|
19309
|
-
input: "text"[];
|
|
19310
|
-
cost: {
|
|
19311
|
-
input: number;
|
|
19312
|
-
output: number;
|
|
19313
|
-
cacheRead: number;
|
|
19314
|
-
cacheWrite: number;
|
|
19315
|
-
};
|
|
19316
|
-
contextWindow: number;
|
|
19317
|
-
maxTokens: number;
|
|
19318
|
-
};
|
|
19319
19704
|
readonly "glm-4.7": {
|
|
19320
19705
|
id: string;
|
|
19321
19706
|
name: string;
|
|
@@ -19360,28 +19745,6 @@ export declare const MODELS: {
|
|
|
19360
19745
|
contextWindow: number;
|
|
19361
19746
|
maxTokens: number;
|
|
19362
19747
|
};
|
|
19363
|
-
readonly "glm-5.1": {
|
|
19364
|
-
id: string;
|
|
19365
|
-
name: string;
|
|
19366
|
-
api: "openai-completions";
|
|
19367
|
-
provider: string;
|
|
19368
|
-
baseUrl: string;
|
|
19369
|
-
compat: {
|
|
19370
|
-
supportsDeveloperRole: false;
|
|
19371
|
-
thinkingFormat: "zai";
|
|
19372
|
-
zaiToolStream: true;
|
|
19373
|
-
};
|
|
19374
|
-
reasoning: true;
|
|
19375
|
-
input: "text"[];
|
|
19376
|
-
cost: {
|
|
19377
|
-
input: number;
|
|
19378
|
-
output: number;
|
|
19379
|
-
cacheRead: number;
|
|
19380
|
-
cacheWrite: number;
|
|
19381
|
-
};
|
|
19382
|
-
contextWindow: number;
|
|
19383
|
-
maxTokens: number;
|
|
19384
|
-
};
|
|
19385
19748
|
readonly "glm-5.2": {
|
|
19386
19749
|
id: string;
|
|
19387
19750
|
name: string;
|
|
@@ -19404,7 +19767,7 @@ export declare const MODELS: {
|
|
|
19404
19767
|
contextWindow: number;
|
|
19405
19768
|
maxTokens: number;
|
|
19406
19769
|
};
|
|
19407
|
-
readonly "glm-
|
|
19770
|
+
readonly "glm-5.2-highspeed": {
|
|
19408
19771
|
id: string;
|
|
19409
19772
|
name: string;
|
|
19410
19773
|
api: "openai-completions";
|
|
@@ -19416,7 +19779,7 @@ export declare const MODELS: {
|
|
|
19416
19779
|
zaiToolStream: true;
|
|
19417
19780
|
};
|
|
19418
19781
|
reasoning: true;
|
|
19419
|
-
input:
|
|
19782
|
+
input: "text"[];
|
|
19420
19783
|
cost: {
|
|
19421
19784
|
input: number;
|
|
19422
19785
|
output: number;
|