@elyracode/ai 0.9.23 → 0.9.24
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 +15 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +399 -239
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +428 -256
- 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": {
|
|
@@ -4383,7 +4394,7 @@ export declare const MODELS: {
|
|
|
4383
4394
|
provider: string;
|
|
4384
4395
|
baseUrl: string;
|
|
4385
4396
|
reasoning: true;
|
|
4386
|
-
input: "text"[];
|
|
4397
|
+
input: ("image" | "text")[];
|
|
4387
4398
|
cost: {
|
|
4388
4399
|
input: number;
|
|
4389
4400
|
output: number;
|
|
@@ -5257,6 +5268,40 @@ export declare const MODELS: {
|
|
|
5257
5268
|
};
|
|
5258
5269
|
};
|
|
5259
5270
|
readonly google: {
|
|
5271
|
+
readonly "deep-research-max-preview-04-2026": {
|
|
5272
|
+
id: string;
|
|
5273
|
+
name: string;
|
|
5274
|
+
api: "google-generative-ai";
|
|
5275
|
+
provider: string;
|
|
5276
|
+
baseUrl: string;
|
|
5277
|
+
reasoning: true;
|
|
5278
|
+
input: ("image" | "text")[];
|
|
5279
|
+
cost: {
|
|
5280
|
+
input: number;
|
|
5281
|
+
output: number;
|
|
5282
|
+
cacheRead: number;
|
|
5283
|
+
cacheWrite: number;
|
|
5284
|
+
};
|
|
5285
|
+
contextWindow: number;
|
|
5286
|
+
maxTokens: number;
|
|
5287
|
+
};
|
|
5288
|
+
readonly "deep-research-preview-04-2026": {
|
|
5289
|
+
id: string;
|
|
5290
|
+
name: string;
|
|
5291
|
+
api: "google-generative-ai";
|
|
5292
|
+
provider: string;
|
|
5293
|
+
baseUrl: string;
|
|
5294
|
+
reasoning: true;
|
|
5295
|
+
input: ("image" | "text")[];
|
|
5296
|
+
cost: {
|
|
5297
|
+
input: number;
|
|
5298
|
+
output: number;
|
|
5299
|
+
cacheRead: number;
|
|
5300
|
+
cacheWrite: number;
|
|
5301
|
+
};
|
|
5302
|
+
contextWindow: number;
|
|
5303
|
+
maxTokens: number;
|
|
5304
|
+
};
|
|
5260
5305
|
readonly "gemini-2.0-flash": {
|
|
5261
5306
|
id: string;
|
|
5262
5307
|
name: string;
|
|
@@ -5291,6 +5336,23 @@ export declare const MODELS: {
|
|
|
5291
5336
|
contextWindow: number;
|
|
5292
5337
|
maxTokens: number;
|
|
5293
5338
|
};
|
|
5339
|
+
readonly "gemini-2.5-computer-use-preview-10-2025": {
|
|
5340
|
+
id: string;
|
|
5341
|
+
name: string;
|
|
5342
|
+
api: "google-generative-ai";
|
|
5343
|
+
provider: string;
|
|
5344
|
+
baseUrl: string;
|
|
5345
|
+
reasoning: true;
|
|
5346
|
+
input: ("image" | "text")[];
|
|
5347
|
+
cost: {
|
|
5348
|
+
input: number;
|
|
5349
|
+
output: number;
|
|
5350
|
+
cacheRead: number;
|
|
5351
|
+
cacheWrite: number;
|
|
5352
|
+
};
|
|
5353
|
+
contextWindow: number;
|
|
5354
|
+
maxTokens: number;
|
|
5355
|
+
};
|
|
5294
5356
|
readonly "gemini-2.5-flash": {
|
|
5295
5357
|
id: string;
|
|
5296
5358
|
name: string;
|
|
@@ -5406,6 +5468,26 @@ export declare const MODELS: {
|
|
|
5406
5468
|
contextWindow: number;
|
|
5407
5469
|
maxTokens: number;
|
|
5408
5470
|
};
|
|
5471
|
+
readonly "gemini-3.1-flash-lite-image": {
|
|
5472
|
+
id: string;
|
|
5473
|
+
name: string;
|
|
5474
|
+
api: "google-generative-ai";
|
|
5475
|
+
provider: string;
|
|
5476
|
+
baseUrl: string;
|
|
5477
|
+
reasoning: true;
|
|
5478
|
+
thinkingLevelMap: {
|
|
5479
|
+
off: null;
|
|
5480
|
+
};
|
|
5481
|
+
input: ("image" | "text")[];
|
|
5482
|
+
cost: {
|
|
5483
|
+
input: number;
|
|
5484
|
+
output: number;
|
|
5485
|
+
cacheRead: number;
|
|
5486
|
+
cacheWrite: number;
|
|
5487
|
+
};
|
|
5488
|
+
contextWindow: number;
|
|
5489
|
+
maxTokens: number;
|
|
5490
|
+
};
|
|
5409
5491
|
readonly "gemini-3.1-flash-lite-preview": {
|
|
5410
5492
|
id: string;
|
|
5411
5493
|
name: string;
|
|
@@ -5426,6 +5508,26 @@ export declare const MODELS: {
|
|
|
5426
5508
|
contextWindow: number;
|
|
5427
5509
|
maxTokens: number;
|
|
5428
5510
|
};
|
|
5511
|
+
readonly "gemini-3.1-flash-live-preview": {
|
|
5512
|
+
id: string;
|
|
5513
|
+
name: string;
|
|
5514
|
+
api: "google-generative-ai";
|
|
5515
|
+
provider: string;
|
|
5516
|
+
baseUrl: string;
|
|
5517
|
+
reasoning: true;
|
|
5518
|
+
thinkingLevelMap: {
|
|
5519
|
+
off: null;
|
|
5520
|
+
};
|
|
5521
|
+
input: ("image" | "text")[];
|
|
5522
|
+
cost: {
|
|
5523
|
+
input: number;
|
|
5524
|
+
output: number;
|
|
5525
|
+
cacheRead: number;
|
|
5526
|
+
cacheWrite: number;
|
|
5527
|
+
};
|
|
5528
|
+
contextWindow: number;
|
|
5529
|
+
maxTokens: number;
|
|
5530
|
+
};
|
|
5429
5531
|
readonly "gemini-3.1-pro-preview": {
|
|
5430
5532
|
id: string;
|
|
5431
5533
|
name: string;
|
|
@@ -5568,6 +5670,23 @@ export declare const MODELS: {
|
|
|
5568
5670
|
contextWindow: number;
|
|
5569
5671
|
maxTokens: number;
|
|
5570
5672
|
};
|
|
5673
|
+
readonly "gemini-robotics-er-1.6-preview": {
|
|
5674
|
+
id: string;
|
|
5675
|
+
name: string;
|
|
5676
|
+
api: "google-generative-ai";
|
|
5677
|
+
provider: string;
|
|
5678
|
+
baseUrl: string;
|
|
5679
|
+
reasoning: true;
|
|
5680
|
+
input: ("image" | "text")[];
|
|
5681
|
+
cost: {
|
|
5682
|
+
input: number;
|
|
5683
|
+
output: number;
|
|
5684
|
+
cacheRead: number;
|
|
5685
|
+
cacheWrite: number;
|
|
5686
|
+
};
|
|
5687
|
+
contextWindow: number;
|
|
5688
|
+
maxTokens: number;
|
|
5689
|
+
};
|
|
5571
5690
|
readonly "gemma-4-26b-a4b-it": {
|
|
5572
5691
|
id: string;
|
|
5573
5692
|
name: string;
|
|
@@ -6952,17 +7071,39 @@ export declare const MODELS: {
|
|
|
6952
7071
|
contextWindow: number;
|
|
6953
7072
|
maxTokens: number;
|
|
6954
7073
|
};
|
|
6955
|
-
readonly "zai-org/GLM-5.2": {
|
|
7074
|
+
readonly "zai-org/GLM-5.2": {
|
|
7075
|
+
id: string;
|
|
7076
|
+
name: string;
|
|
7077
|
+
api: "openai-completions";
|
|
7078
|
+
provider: string;
|
|
7079
|
+
baseUrl: string;
|
|
7080
|
+
compat: {
|
|
7081
|
+
supportsDeveloperRole: false;
|
|
7082
|
+
};
|
|
7083
|
+
reasoning: true;
|
|
7084
|
+
input: "text"[];
|
|
7085
|
+
cost: {
|
|
7086
|
+
input: number;
|
|
7087
|
+
output: number;
|
|
7088
|
+
cacheRead: number;
|
|
7089
|
+
cacheWrite: number;
|
|
7090
|
+
};
|
|
7091
|
+
contextWindow: number;
|
|
7092
|
+
maxTokens: number;
|
|
7093
|
+
};
|
|
7094
|
+
};
|
|
7095
|
+
readonly "kimi-coding": {
|
|
7096
|
+
readonly k3: {
|
|
6956
7097
|
id: string;
|
|
6957
7098
|
name: string;
|
|
6958
|
-
api: "
|
|
7099
|
+
api: "anthropic-messages";
|
|
6959
7100
|
provider: string;
|
|
6960
7101
|
baseUrl: string;
|
|
6961
|
-
|
|
6962
|
-
|
|
7102
|
+
headers: {
|
|
7103
|
+
"User-Agent": string;
|
|
6963
7104
|
};
|
|
6964
7105
|
reasoning: true;
|
|
6965
|
-
input: "text"[];
|
|
7106
|
+
input: ("image" | "text")[];
|
|
6966
7107
|
cost: {
|
|
6967
7108
|
input: number;
|
|
6968
7109
|
output: number;
|
|
@@ -6972,9 +7113,7 @@ export declare const MODELS: {
|
|
|
6972
7113
|
contextWindow: number;
|
|
6973
7114
|
maxTokens: number;
|
|
6974
7115
|
};
|
|
6975
|
-
|
|
6976
|
-
readonly "kimi-coding": {
|
|
6977
|
-
readonly k3: {
|
|
7116
|
+
readonly "k3-256k": {
|
|
6978
7117
|
id: string;
|
|
6979
7118
|
name: string;
|
|
6980
7119
|
api: "anthropic-messages";
|
|
@@ -8280,26 +8419,6 @@ export declare const MODELS: {
|
|
|
8280
8419
|
contextWindow: number;
|
|
8281
8420
|
maxTokens: number;
|
|
8282
8421
|
};
|
|
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
8422
|
readonly "gpt-5-mini": {
|
|
8304
8423
|
id: string;
|
|
8305
8424
|
name: string;
|
|
@@ -8380,26 +8499,6 @@ export declare const MODELS: {
|
|
|
8380
8499
|
contextWindow: number;
|
|
8381
8500
|
maxTokens: number;
|
|
8382
8501
|
};
|
|
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
8502
|
readonly "gpt-5.1-codex": {
|
|
8404
8503
|
id: string;
|
|
8405
8504
|
name: string;
|
|
@@ -8440,26 +8539,6 @@ export declare const MODELS: {
|
|
|
8440
8539
|
contextWindow: number;
|
|
8441
8540
|
maxTokens: number;
|
|
8442
8541
|
};
|
|
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
8542
|
readonly "gpt-5.2": {
|
|
8464
8543
|
id: string;
|
|
8465
8544
|
name: string;
|
|
@@ -8502,27 +8581,6 @@ export declare const MODELS: {
|
|
|
8502
8581
|
contextWindow: number;
|
|
8503
8582
|
maxTokens: number;
|
|
8504
8583
|
};
|
|
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
8584
|
readonly "gpt-5.2-pro": {
|
|
8527
8585
|
id: string;
|
|
8528
8586
|
name: string;
|
|
@@ -8881,23 +8939,6 @@ export declare const MODELS: {
|
|
|
8881
8939
|
contextWindow: number;
|
|
8882
8940
|
maxTokens: number;
|
|
8883
8941
|
};
|
|
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
8942
|
readonly "o3-mini": {
|
|
8902
8943
|
id: string;
|
|
8903
8944
|
name: string;
|
|
@@ -8949,23 +8990,6 @@ export declare const MODELS: {
|
|
|
8949
8990
|
contextWindow: number;
|
|
8950
8991
|
maxTokens: number;
|
|
8951
8992
|
};
|
|
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
8993
|
};
|
|
8970
8994
|
readonly "openai-codex": {
|
|
8971
8995
|
readonly "gpt-5.1": {
|
|
@@ -9330,6 +9354,23 @@ export declare const MODELS: {
|
|
|
9330
9354
|
contextWindow: number;
|
|
9331
9355
|
maxTokens: number;
|
|
9332
9356
|
};
|
|
9357
|
+
readonly "claude-opus-5": {
|
|
9358
|
+
id: string;
|
|
9359
|
+
name: string;
|
|
9360
|
+
api: "anthropic-messages";
|
|
9361
|
+
provider: string;
|
|
9362
|
+
baseUrl: string;
|
|
9363
|
+
reasoning: true;
|
|
9364
|
+
input: ("image" | "text")[];
|
|
9365
|
+
cost: {
|
|
9366
|
+
input: number;
|
|
9367
|
+
output: number;
|
|
9368
|
+
cacheRead: number;
|
|
9369
|
+
cacheWrite: number;
|
|
9370
|
+
};
|
|
9371
|
+
contextWindow: number;
|
|
9372
|
+
maxTokens: number;
|
|
9373
|
+
};
|
|
9333
9374
|
readonly "claude-sonnet-4": {
|
|
9334
9375
|
id: string;
|
|
9335
9376
|
name: string;
|
|
@@ -10128,6 +10169,23 @@ export declare const MODELS: {
|
|
|
10128
10169
|
contextWindow: number;
|
|
10129
10170
|
maxTokens: number;
|
|
10130
10171
|
};
|
|
10172
|
+
readonly "ling-3.0-flash-free": {
|
|
10173
|
+
id: string;
|
|
10174
|
+
name: string;
|
|
10175
|
+
api: "openai-completions";
|
|
10176
|
+
provider: string;
|
|
10177
|
+
baseUrl: string;
|
|
10178
|
+
reasoning: true;
|
|
10179
|
+
input: "text"[];
|
|
10180
|
+
cost: {
|
|
10181
|
+
input: number;
|
|
10182
|
+
output: number;
|
|
10183
|
+
cacheRead: number;
|
|
10184
|
+
cacheWrite: number;
|
|
10185
|
+
};
|
|
10186
|
+
contextWindow: number;
|
|
10187
|
+
maxTokens: number;
|
|
10188
|
+
};
|
|
10131
10189
|
readonly "mimo-v2.5-free": {
|
|
10132
10190
|
id: string;
|
|
10133
10191
|
name: string;
|
|
@@ -10935,6 +10993,40 @@ export declare const MODELS: {
|
|
|
10935
10993
|
contextWindow: number;
|
|
10936
10994
|
maxTokens: number;
|
|
10937
10995
|
};
|
|
10996
|
+
readonly "anthropic/claude-opus-5": {
|
|
10997
|
+
id: string;
|
|
10998
|
+
name: string;
|
|
10999
|
+
api: "openai-completions";
|
|
11000
|
+
provider: string;
|
|
11001
|
+
baseUrl: string;
|
|
11002
|
+
reasoning: true;
|
|
11003
|
+
input: ("image" | "text")[];
|
|
11004
|
+
cost: {
|
|
11005
|
+
input: number;
|
|
11006
|
+
output: number;
|
|
11007
|
+
cacheRead: number;
|
|
11008
|
+
cacheWrite: number;
|
|
11009
|
+
};
|
|
11010
|
+
contextWindow: number;
|
|
11011
|
+
maxTokens: number;
|
|
11012
|
+
};
|
|
11013
|
+
readonly "anthropic/claude-opus-5-fast": {
|
|
11014
|
+
id: string;
|
|
11015
|
+
name: string;
|
|
11016
|
+
api: "openai-completions";
|
|
11017
|
+
provider: string;
|
|
11018
|
+
baseUrl: string;
|
|
11019
|
+
reasoning: true;
|
|
11020
|
+
input: ("image" | "text")[];
|
|
11021
|
+
cost: {
|
|
11022
|
+
input: number;
|
|
11023
|
+
output: number;
|
|
11024
|
+
cacheRead: number;
|
|
11025
|
+
cacheWrite: number;
|
|
11026
|
+
};
|
|
11027
|
+
contextWindow: number;
|
|
11028
|
+
maxTokens: number;
|
|
11029
|
+
};
|
|
10938
11030
|
readonly "anthropic/claude-sonnet-4": {
|
|
10939
11031
|
id: string;
|
|
10940
11032
|
name: string;
|
|
@@ -11773,6 +11865,23 @@ export declare const MODELS: {
|
|
|
11773
11865
|
contextWindow: number;
|
|
11774
11866
|
maxTokens: number;
|
|
11775
11867
|
};
|
|
11868
|
+
readonly "inclusionai/ling-3.0-flash:free": {
|
|
11869
|
+
id: string;
|
|
11870
|
+
name: string;
|
|
11871
|
+
api: "openai-completions";
|
|
11872
|
+
provider: string;
|
|
11873
|
+
baseUrl: string;
|
|
11874
|
+
reasoning: true;
|
|
11875
|
+
input: "text"[];
|
|
11876
|
+
cost: {
|
|
11877
|
+
input: number;
|
|
11878
|
+
output: number;
|
|
11879
|
+
cacheRead: number;
|
|
11880
|
+
cacheWrite: number;
|
|
11881
|
+
};
|
|
11882
|
+
contextWindow: number;
|
|
11883
|
+
maxTokens: number;
|
|
11884
|
+
};
|
|
11776
11885
|
readonly "inclusionai/ring-2.6-1t": {
|
|
11777
11886
|
id: string;
|
|
11778
11887
|
name: string;
|
|
@@ -16340,6 +16449,40 @@ export declare const MODELS: {
|
|
|
16340
16449
|
contextWindow: number;
|
|
16341
16450
|
maxTokens: number;
|
|
16342
16451
|
};
|
|
16452
|
+
readonly "anthropic/claude-opus-5": {
|
|
16453
|
+
id: string;
|
|
16454
|
+
name: string;
|
|
16455
|
+
api: "anthropic-messages";
|
|
16456
|
+
provider: string;
|
|
16457
|
+
baseUrl: string;
|
|
16458
|
+
reasoning: true;
|
|
16459
|
+
input: ("image" | "text")[];
|
|
16460
|
+
cost: {
|
|
16461
|
+
input: number;
|
|
16462
|
+
output: number;
|
|
16463
|
+
cacheRead: number;
|
|
16464
|
+
cacheWrite: number;
|
|
16465
|
+
};
|
|
16466
|
+
contextWindow: number;
|
|
16467
|
+
maxTokens: number;
|
|
16468
|
+
};
|
|
16469
|
+
readonly "anthropic/claude-opus-5-fast": {
|
|
16470
|
+
id: string;
|
|
16471
|
+
name: string;
|
|
16472
|
+
api: "anthropic-messages";
|
|
16473
|
+
provider: string;
|
|
16474
|
+
baseUrl: string;
|
|
16475
|
+
reasoning: true;
|
|
16476
|
+
input: ("image" | "text")[];
|
|
16477
|
+
cost: {
|
|
16478
|
+
input: number;
|
|
16479
|
+
output: number;
|
|
16480
|
+
cacheRead: number;
|
|
16481
|
+
cacheWrite: number;
|
|
16482
|
+
};
|
|
16483
|
+
contextWindow: number;
|
|
16484
|
+
maxTokens: number;
|
|
16485
|
+
};
|
|
16343
16486
|
readonly "anthropic/claude-sonnet-4": {
|
|
16344
16487
|
id: string;
|
|
16345
16488
|
name: string;
|
|
@@ -16884,6 +17027,23 @@ export declare const MODELS: {
|
|
|
16884
17027
|
contextWindow: number;
|
|
16885
17028
|
maxTokens: number;
|
|
16886
17029
|
};
|
|
17030
|
+
readonly "inclusionai/ling-3.0-flash-free": {
|
|
17031
|
+
id: string;
|
|
17032
|
+
name: string;
|
|
17033
|
+
api: "anthropic-messages";
|
|
17034
|
+
provider: string;
|
|
17035
|
+
baseUrl: string;
|
|
17036
|
+
reasoning: true;
|
|
17037
|
+
input: "text"[];
|
|
17038
|
+
cost: {
|
|
17039
|
+
input: number;
|
|
17040
|
+
output: number;
|
|
17041
|
+
cacheRead: number;
|
|
17042
|
+
cacheWrite: number;
|
|
17043
|
+
};
|
|
17044
|
+
contextWindow: number;
|
|
17045
|
+
maxTokens: number;
|
|
17046
|
+
};
|
|
16887
17047
|
readonly "interfaze/interfaze-beta": {
|
|
16888
17048
|
id: string;
|
|
16889
17049
|
name: string;
|