@elyracode/ai 0.9.15 → 0.9.17
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 +382 -128
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +549 -335
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -1384,6 +1384,57 @@ export declare const MODELS: {
|
|
|
1384
1384
|
contextWindow: number;
|
|
1385
1385
|
maxTokens: number;
|
|
1386
1386
|
};
|
|
1387
|
+
readonly "openai.gpt-5.6-luna": {
|
|
1388
|
+
id: string;
|
|
1389
|
+
name: string;
|
|
1390
|
+
api: "bedrock-converse-stream";
|
|
1391
|
+
provider: string;
|
|
1392
|
+
baseUrl: string;
|
|
1393
|
+
reasoning: true;
|
|
1394
|
+
input: ("image" | "text")[];
|
|
1395
|
+
cost: {
|
|
1396
|
+
input: number;
|
|
1397
|
+
output: number;
|
|
1398
|
+
cacheRead: number;
|
|
1399
|
+
cacheWrite: number;
|
|
1400
|
+
};
|
|
1401
|
+
contextWindow: number;
|
|
1402
|
+
maxTokens: number;
|
|
1403
|
+
};
|
|
1404
|
+
readonly "openai.gpt-5.6-sol": {
|
|
1405
|
+
id: string;
|
|
1406
|
+
name: string;
|
|
1407
|
+
api: "bedrock-converse-stream";
|
|
1408
|
+
provider: string;
|
|
1409
|
+
baseUrl: string;
|
|
1410
|
+
reasoning: true;
|
|
1411
|
+
input: ("image" | "text")[];
|
|
1412
|
+
cost: {
|
|
1413
|
+
input: number;
|
|
1414
|
+
output: number;
|
|
1415
|
+
cacheRead: number;
|
|
1416
|
+
cacheWrite: number;
|
|
1417
|
+
};
|
|
1418
|
+
contextWindow: number;
|
|
1419
|
+
maxTokens: number;
|
|
1420
|
+
};
|
|
1421
|
+
readonly "openai.gpt-5.6-terra": {
|
|
1422
|
+
id: string;
|
|
1423
|
+
name: string;
|
|
1424
|
+
api: "bedrock-converse-stream";
|
|
1425
|
+
provider: string;
|
|
1426
|
+
baseUrl: string;
|
|
1427
|
+
reasoning: true;
|
|
1428
|
+
input: ("image" | "text")[];
|
|
1429
|
+
cost: {
|
|
1430
|
+
input: number;
|
|
1431
|
+
output: number;
|
|
1432
|
+
cacheRead: number;
|
|
1433
|
+
cacheWrite: number;
|
|
1434
|
+
};
|
|
1435
|
+
contextWindow: number;
|
|
1436
|
+
maxTokens: number;
|
|
1437
|
+
};
|
|
1387
1438
|
readonly "openai.gpt-oss-120b": {
|
|
1388
1439
|
id: string;
|
|
1389
1440
|
name: string;
|
|
@@ -3605,6 +3656,66 @@ export declare const MODELS: {
|
|
|
3605
3656
|
contextWindow: number;
|
|
3606
3657
|
maxTokens: number;
|
|
3607
3658
|
};
|
|
3659
|
+
readonly "gpt-5.6-luna": {
|
|
3660
|
+
id: string;
|
|
3661
|
+
name: string;
|
|
3662
|
+
api: "openai-responses";
|
|
3663
|
+
provider: string;
|
|
3664
|
+
baseUrl: string;
|
|
3665
|
+
reasoning: true;
|
|
3666
|
+
thinkingLevelMap: {
|
|
3667
|
+
off: null;
|
|
3668
|
+
};
|
|
3669
|
+
input: ("image" | "text")[];
|
|
3670
|
+
cost: {
|
|
3671
|
+
input: number;
|
|
3672
|
+
output: number;
|
|
3673
|
+
cacheRead: number;
|
|
3674
|
+
cacheWrite: number;
|
|
3675
|
+
};
|
|
3676
|
+
contextWindow: number;
|
|
3677
|
+
maxTokens: number;
|
|
3678
|
+
};
|
|
3679
|
+
readonly "gpt-5.6-sol": {
|
|
3680
|
+
id: string;
|
|
3681
|
+
name: string;
|
|
3682
|
+
api: "openai-responses";
|
|
3683
|
+
provider: string;
|
|
3684
|
+
baseUrl: string;
|
|
3685
|
+
reasoning: true;
|
|
3686
|
+
thinkingLevelMap: {
|
|
3687
|
+
off: null;
|
|
3688
|
+
};
|
|
3689
|
+
input: ("image" | "text")[];
|
|
3690
|
+
cost: {
|
|
3691
|
+
input: number;
|
|
3692
|
+
output: number;
|
|
3693
|
+
cacheRead: number;
|
|
3694
|
+
cacheWrite: number;
|
|
3695
|
+
};
|
|
3696
|
+
contextWindow: number;
|
|
3697
|
+
maxTokens: number;
|
|
3698
|
+
};
|
|
3699
|
+
readonly "gpt-5.6-terra": {
|
|
3700
|
+
id: string;
|
|
3701
|
+
name: string;
|
|
3702
|
+
api: "openai-responses";
|
|
3703
|
+
provider: string;
|
|
3704
|
+
baseUrl: string;
|
|
3705
|
+
reasoning: true;
|
|
3706
|
+
thinkingLevelMap: {
|
|
3707
|
+
off: null;
|
|
3708
|
+
};
|
|
3709
|
+
input: ("image" | "text")[];
|
|
3710
|
+
cost: {
|
|
3711
|
+
input: number;
|
|
3712
|
+
output: number;
|
|
3713
|
+
cacheRead: number;
|
|
3714
|
+
cacheWrite: number;
|
|
3715
|
+
};
|
|
3716
|
+
contextWindow: number;
|
|
3717
|
+
maxTokens: number;
|
|
3718
|
+
};
|
|
3608
3719
|
readonly o1: {
|
|
3609
3720
|
id: string;
|
|
3610
3721
|
name: string;
|
|
@@ -3770,6 +3881,26 @@ export declare const MODELS: {
|
|
|
3770
3881
|
contextWindow: number;
|
|
3771
3882
|
maxTokens: number;
|
|
3772
3883
|
};
|
|
3884
|
+
readonly "workers-ai/@cf/zai-org/glm-5.2": {
|
|
3885
|
+
id: string;
|
|
3886
|
+
name: string;
|
|
3887
|
+
api: "openai-completions";
|
|
3888
|
+
provider: string;
|
|
3889
|
+
baseUrl: string;
|
|
3890
|
+
compat: {
|
|
3891
|
+
sendSessionAffinityHeaders: true;
|
|
3892
|
+
};
|
|
3893
|
+
reasoning: true;
|
|
3894
|
+
input: "text"[];
|
|
3895
|
+
cost: {
|
|
3896
|
+
input: number;
|
|
3897
|
+
output: number;
|
|
3898
|
+
cacheRead: number;
|
|
3899
|
+
cacheWrite: number;
|
|
3900
|
+
};
|
|
3901
|
+
contextWindow: number;
|
|
3902
|
+
maxTokens: number;
|
|
3903
|
+
};
|
|
3773
3904
|
};
|
|
3774
3905
|
readonly "cloudflare-workers-ai": {
|
|
3775
3906
|
readonly "@cf/google/gemma-4-26b-a4b-it": {
|
|
@@ -6803,7 +6934,7 @@ export declare const MODELS: {
|
|
|
6803
6934
|
contextWindow: number;
|
|
6804
6935
|
maxTokens: number;
|
|
6805
6936
|
};
|
|
6806
|
-
readonly
|
|
6937
|
+
readonly k3: {
|
|
6807
6938
|
id: string;
|
|
6808
6939
|
name: string;
|
|
6809
6940
|
api: "anthropic-messages";
|
|
@@ -6823,7 +6954,7 @@ export declare const MODELS: {
|
|
|
6823
6954
|
contextWindow: number;
|
|
6824
6955
|
maxTokens: number;
|
|
6825
6956
|
};
|
|
6826
|
-
readonly "kimi-
|
|
6957
|
+
readonly "kimi-for-coding-highspeed": {
|
|
6827
6958
|
id: string;
|
|
6828
6959
|
name: string;
|
|
6829
6960
|
api: "anthropic-messages";
|
|
@@ -6833,7 +6964,7 @@ export declare const MODELS: {
|
|
|
6833
6964
|
"User-Agent": string;
|
|
6834
6965
|
};
|
|
6835
6966
|
reasoning: true;
|
|
6836
|
-
input: "text"[];
|
|
6967
|
+
input: ("image" | "text")[];
|
|
6837
6968
|
cost: {
|
|
6838
6969
|
input: number;
|
|
6839
6970
|
output: number;
|
|
@@ -7679,6 +7810,30 @@ export declare const MODELS: {
|
|
|
7679
7810
|
contextWindow: number;
|
|
7680
7811
|
maxTokens: number;
|
|
7681
7812
|
};
|
|
7813
|
+
readonly "kimi-k3": {
|
|
7814
|
+
id: string;
|
|
7815
|
+
name: string;
|
|
7816
|
+
api: "openai-completions";
|
|
7817
|
+
provider: string;
|
|
7818
|
+
baseUrl: string;
|
|
7819
|
+
compat: {
|
|
7820
|
+
supportsStore: false;
|
|
7821
|
+
supportsDeveloperRole: false;
|
|
7822
|
+
supportsReasoningEffort: false;
|
|
7823
|
+
maxTokensField: "max_tokens";
|
|
7824
|
+
supportsStrictMode: false;
|
|
7825
|
+
};
|
|
7826
|
+
reasoning: true;
|
|
7827
|
+
input: ("image" | "text")[];
|
|
7828
|
+
cost: {
|
|
7829
|
+
input: number;
|
|
7830
|
+
output: number;
|
|
7831
|
+
cacheRead: number;
|
|
7832
|
+
cacheWrite: number;
|
|
7833
|
+
};
|
|
7834
|
+
contextWindow: number;
|
|
7835
|
+
maxTokens: number;
|
|
7836
|
+
};
|
|
7682
7837
|
};
|
|
7683
7838
|
readonly "moonshotai-cn": {
|
|
7684
7839
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -7897,6 +8052,30 @@ export declare const MODELS: {
|
|
|
7897
8052
|
contextWindow: number;
|
|
7898
8053
|
maxTokens: number;
|
|
7899
8054
|
};
|
|
8055
|
+
readonly "kimi-k3": {
|
|
8056
|
+
id: string;
|
|
8057
|
+
name: string;
|
|
8058
|
+
api: "openai-completions";
|
|
8059
|
+
provider: string;
|
|
8060
|
+
baseUrl: string;
|
|
8061
|
+
compat: {
|
|
8062
|
+
supportsStore: false;
|
|
8063
|
+
supportsDeveloperRole: false;
|
|
8064
|
+
supportsReasoningEffort: false;
|
|
8065
|
+
maxTokensField: "max_tokens";
|
|
8066
|
+
supportsStrictMode: false;
|
|
8067
|
+
};
|
|
8068
|
+
reasoning: true;
|
|
8069
|
+
input: ("image" | "text")[];
|
|
8070
|
+
cost: {
|
|
8071
|
+
input: number;
|
|
8072
|
+
output: number;
|
|
8073
|
+
cacheRead: number;
|
|
8074
|
+
cacheWrite: number;
|
|
8075
|
+
};
|
|
8076
|
+
contextWindow: number;
|
|
8077
|
+
maxTokens: number;
|
|
8078
|
+
};
|
|
7900
8079
|
};
|
|
7901
8080
|
readonly openai: {
|
|
7902
8081
|
readonly "gpt-4": {
|
|
@@ -10077,6 +10256,23 @@ export declare const MODELS: {
|
|
|
10077
10256
|
contextWindow: number;
|
|
10078
10257
|
maxTokens: number;
|
|
10079
10258
|
};
|
|
10259
|
+
readonly "grok-4.5": {
|
|
10260
|
+
id: string;
|
|
10261
|
+
name: string;
|
|
10262
|
+
api: "openai-completions";
|
|
10263
|
+
provider: string;
|
|
10264
|
+
baseUrl: string;
|
|
10265
|
+
reasoning: true;
|
|
10266
|
+
input: ("image" | "text")[];
|
|
10267
|
+
cost: {
|
|
10268
|
+
input: number;
|
|
10269
|
+
output: number;
|
|
10270
|
+
cacheRead: number;
|
|
10271
|
+
cacheWrite: number;
|
|
10272
|
+
};
|
|
10273
|
+
contextWindow: number;
|
|
10274
|
+
maxTokens: number;
|
|
10275
|
+
};
|
|
10080
10276
|
readonly "kimi-k2.6": {
|
|
10081
10277
|
id: string;
|
|
10082
10278
|
name: string;
|
|
@@ -10111,6 +10307,23 @@ export declare const MODELS: {
|
|
|
10111
10307
|
contextWindow: number;
|
|
10112
10308
|
maxTokens: number;
|
|
10113
10309
|
};
|
|
10310
|
+
readonly "kimi-k3": {
|
|
10311
|
+
id: string;
|
|
10312
|
+
name: string;
|
|
10313
|
+
api: "openai-completions";
|
|
10314
|
+
provider: string;
|
|
10315
|
+
baseUrl: string;
|
|
10316
|
+
reasoning: true;
|
|
10317
|
+
input: ("image" | "text")[];
|
|
10318
|
+
cost: {
|
|
10319
|
+
input: number;
|
|
10320
|
+
output: number;
|
|
10321
|
+
cacheRead: number;
|
|
10322
|
+
cacheWrite: number;
|
|
10323
|
+
};
|
|
10324
|
+
contextWindow: number;
|
|
10325
|
+
maxTokens: number;
|
|
10326
|
+
};
|
|
10114
10327
|
readonly "mimo-v2.5": {
|
|
10115
10328
|
id: string;
|
|
10116
10329
|
name: string;
|
|
@@ -11426,6 +11639,23 @@ export declare const MODELS: {
|
|
|
11426
11639
|
contextWindow: number;
|
|
11427
11640
|
maxTokens: number;
|
|
11428
11641
|
};
|
|
11642
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
11643
|
+
id: string;
|
|
11644
|
+
name: string;
|
|
11645
|
+
api: "openai-completions";
|
|
11646
|
+
provider: string;
|
|
11647
|
+
baseUrl: string;
|
|
11648
|
+
reasoning: false;
|
|
11649
|
+
input: "text"[];
|
|
11650
|
+
cost: {
|
|
11651
|
+
input: number;
|
|
11652
|
+
output: number;
|
|
11653
|
+
cacheRead: number;
|
|
11654
|
+
cacheWrite: number;
|
|
11655
|
+
};
|
|
11656
|
+
contextWindow: number;
|
|
11657
|
+
maxTokens: number;
|
|
11658
|
+
};
|
|
11429
11659
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
11430
11660
|
id: string;
|
|
11431
11661
|
name: string;
|
|
@@ -11443,13 +11673,13 @@ export declare const MODELS: {
|
|
|
11443
11673
|
contextWindow: number;
|
|
11444
11674
|
maxTokens: number;
|
|
11445
11675
|
};
|
|
11446
|
-
readonly "
|
|
11676
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
11447
11677
|
id: string;
|
|
11448
11678
|
name: string;
|
|
11449
11679
|
api: "openai-completions";
|
|
11450
11680
|
provider: string;
|
|
11451
11681
|
baseUrl: string;
|
|
11452
|
-
reasoning:
|
|
11682
|
+
reasoning: false;
|
|
11453
11683
|
input: "text"[];
|
|
11454
11684
|
cost: {
|
|
11455
11685
|
input: number;
|
|
@@ -11562,6 +11792,23 @@ export declare const MODELS: {
|
|
|
11562
11792
|
contextWindow: number;
|
|
11563
11793
|
maxTokens: number;
|
|
11564
11794
|
};
|
|
11795
|
+
readonly "meta/muse-spark-1.1": {
|
|
11796
|
+
id: string;
|
|
11797
|
+
name: string;
|
|
11798
|
+
api: "openai-completions";
|
|
11799
|
+
provider: string;
|
|
11800
|
+
baseUrl: string;
|
|
11801
|
+
reasoning: true;
|
|
11802
|
+
input: ("image" | "text")[];
|
|
11803
|
+
cost: {
|
|
11804
|
+
input: number;
|
|
11805
|
+
output: number;
|
|
11806
|
+
cacheRead: number;
|
|
11807
|
+
cacheWrite: number;
|
|
11808
|
+
};
|
|
11809
|
+
contextWindow: number;
|
|
11810
|
+
maxTokens: number;
|
|
11811
|
+
};
|
|
11565
11812
|
readonly "minimax/minimax-m1": {
|
|
11566
11813
|
id: string;
|
|
11567
11814
|
name: string;
|
|
@@ -12055,7 +12302,7 @@ export declare const MODELS: {
|
|
|
12055
12302
|
contextWindow: number;
|
|
12056
12303
|
maxTokens: number;
|
|
12057
12304
|
};
|
|
12058
|
-
readonly "
|
|
12305
|
+
readonly "moonshotai/kimi-k3": {
|
|
12059
12306
|
id: string;
|
|
12060
12307
|
name: string;
|
|
12061
12308
|
api: "openai-completions";
|
|
@@ -12072,7 +12319,7 @@ export declare const MODELS: {
|
|
|
12072
12319
|
contextWindow: number;
|
|
12073
12320
|
maxTokens: number;
|
|
12074
12321
|
};
|
|
12075
|
-
readonly "nex-agi/nex-n2-
|
|
12322
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
12076
12323
|
id: string;
|
|
12077
12324
|
name: string;
|
|
12078
12325
|
api: "openai-completions";
|
|
@@ -12089,14 +12336,14 @@ export declare const MODELS: {
|
|
|
12089
12336
|
contextWindow: number;
|
|
12090
12337
|
maxTokens: number;
|
|
12091
12338
|
};
|
|
12092
|
-
readonly "
|
|
12339
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
12093
12340
|
id: string;
|
|
12094
12341
|
name: string;
|
|
12095
12342
|
api: "openai-completions";
|
|
12096
12343
|
provider: string;
|
|
12097
12344
|
baseUrl: string;
|
|
12098
12345
|
reasoning: true;
|
|
12099
|
-
input: "text"[];
|
|
12346
|
+
input: ("image" | "text")[];
|
|
12100
12347
|
cost: {
|
|
12101
12348
|
input: number;
|
|
12102
12349
|
output: number;
|
|
@@ -12992,23 +13239,6 @@ export declare const MODELS: {
|
|
|
12992
13239
|
contextWindow: number;
|
|
12993
13240
|
maxTokens: number;
|
|
12994
13241
|
};
|
|
12995
|
-
readonly "openai/gpt-oss-120b:free": {
|
|
12996
|
-
id: string;
|
|
12997
|
-
name: string;
|
|
12998
|
-
api: "openai-completions";
|
|
12999
|
-
provider: string;
|
|
13000
|
-
baseUrl: string;
|
|
13001
|
-
reasoning: true;
|
|
13002
|
-
input: "text"[];
|
|
13003
|
-
cost: {
|
|
13004
|
-
input: number;
|
|
13005
|
-
output: number;
|
|
13006
|
-
cacheRead: number;
|
|
13007
|
-
cacheWrite: number;
|
|
13008
|
-
};
|
|
13009
|
-
contextWindow: number;
|
|
13010
|
-
maxTokens: number;
|
|
13011
|
-
};
|
|
13012
13242
|
readonly "openai/gpt-oss-20b": {
|
|
13013
13243
|
id: string;
|
|
13014
13244
|
name: string;
|
|
@@ -13230,6 +13460,23 @@ export declare const MODELS: {
|
|
|
13230
13460
|
contextWindow: number;
|
|
13231
13461
|
maxTokens: number;
|
|
13232
13462
|
};
|
|
13463
|
+
readonly "openrouter/auto-beta": {
|
|
13464
|
+
id: string;
|
|
13465
|
+
name: string;
|
|
13466
|
+
api: "openai-completions";
|
|
13467
|
+
provider: string;
|
|
13468
|
+
baseUrl: string;
|
|
13469
|
+
reasoning: true;
|
|
13470
|
+
input: ("image" | "text")[];
|
|
13471
|
+
cost: {
|
|
13472
|
+
input: number;
|
|
13473
|
+
output: number;
|
|
13474
|
+
cacheRead: number;
|
|
13475
|
+
cacheWrite: number;
|
|
13476
|
+
};
|
|
13477
|
+
contextWindow: number;
|
|
13478
|
+
maxTokens: number;
|
|
13479
|
+
};
|
|
13233
13480
|
readonly "openrouter/free": {
|
|
13234
13481
|
id: string;
|
|
13235
13482
|
name: string;
|
|
@@ -14267,6 +14514,23 @@ export declare const MODELS: {
|
|
|
14267
14514
|
contextWindow: number;
|
|
14268
14515
|
maxTokens: number;
|
|
14269
14516
|
};
|
|
14517
|
+
readonly "thinkingmachines/inkling": {
|
|
14518
|
+
id: string;
|
|
14519
|
+
name: string;
|
|
14520
|
+
api: "openai-completions";
|
|
14521
|
+
provider: string;
|
|
14522
|
+
baseUrl: string;
|
|
14523
|
+
reasoning: true;
|
|
14524
|
+
input: ("image" | "text")[];
|
|
14525
|
+
cost: {
|
|
14526
|
+
input: number;
|
|
14527
|
+
output: number;
|
|
14528
|
+
cacheRead: number;
|
|
14529
|
+
cacheWrite: number;
|
|
14530
|
+
};
|
|
14531
|
+
contextWindow: number;
|
|
14532
|
+
maxTokens: number;
|
|
14533
|
+
};
|
|
14270
14534
|
readonly "upstage/solar-pro-3": {
|
|
14271
14535
|
id: string;
|
|
14272
14536
|
name: string;
|
|
@@ -15266,6 +15530,37 @@ export declare const MODELS: {
|
|
|
15266
15530
|
contextWindow: number;
|
|
15267
15531
|
maxTokens: number;
|
|
15268
15532
|
};
|
|
15533
|
+
readonly "thinkingmachines/Inkling": {
|
|
15534
|
+
id: string;
|
|
15535
|
+
name: string;
|
|
15536
|
+
api: "openai-completions";
|
|
15537
|
+
provider: string;
|
|
15538
|
+
baseUrl: string;
|
|
15539
|
+
compat: {
|
|
15540
|
+
supportsStore: false;
|
|
15541
|
+
supportsDeveloperRole: false;
|
|
15542
|
+
supportsReasoningEffort: false;
|
|
15543
|
+
maxTokensField: "max_tokens";
|
|
15544
|
+
supportsStrictMode: false;
|
|
15545
|
+
supportsLongCacheRetention: false;
|
|
15546
|
+
thinkingFormat: "together";
|
|
15547
|
+
};
|
|
15548
|
+
reasoning: true;
|
|
15549
|
+
thinkingLevelMap: {
|
|
15550
|
+
minimal: null;
|
|
15551
|
+
low: null;
|
|
15552
|
+
medium: null;
|
|
15553
|
+
};
|
|
15554
|
+
input: ("image" | "text")[];
|
|
15555
|
+
cost: {
|
|
15556
|
+
input: number;
|
|
15557
|
+
output: number;
|
|
15558
|
+
cacheRead: number;
|
|
15559
|
+
cacheWrite: number;
|
|
15560
|
+
};
|
|
15561
|
+
contextWindow: number;
|
|
15562
|
+
maxTokens: number;
|
|
15563
|
+
};
|
|
15269
15564
|
readonly "zai-org/GLM-5": {
|
|
15270
15565
|
id: string;
|
|
15271
15566
|
name: string;
|
|
@@ -15986,6 +16281,26 @@ export declare const MODELS: {
|
|
|
15986
16281
|
contextWindow: number;
|
|
15987
16282
|
maxTokens: number;
|
|
15988
16283
|
};
|
|
16284
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
16285
|
+
id: string;
|
|
16286
|
+
name: string;
|
|
16287
|
+
api: "anthropic-messages";
|
|
16288
|
+
provider: string;
|
|
16289
|
+
baseUrl: string;
|
|
16290
|
+
reasoning: true;
|
|
16291
|
+
thinkingLevelMap: {
|
|
16292
|
+
xhigh: string;
|
|
16293
|
+
};
|
|
16294
|
+
input: ("image" | "text")[];
|
|
16295
|
+
cost: {
|
|
16296
|
+
input: number;
|
|
16297
|
+
output: number;
|
|
16298
|
+
cacheRead: number;
|
|
16299
|
+
cacheWrite: number;
|
|
16300
|
+
};
|
|
16301
|
+
contextWindow: number;
|
|
16302
|
+
maxTokens: number;
|
|
16303
|
+
};
|
|
15989
16304
|
readonly "anthropic/claude-opus-4.8": {
|
|
15990
16305
|
id: string;
|
|
15991
16306
|
name: string;
|
|
@@ -16010,13 +16325,20 @@ export declare const MODELS: {
|
|
|
16010
16325
|
contextWindow: number;
|
|
16011
16326
|
maxTokens: number;
|
|
16012
16327
|
};
|
|
16013
|
-
readonly "anthropic/claude-
|
|
16328
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
16014
16329
|
id: string;
|
|
16015
16330
|
name: string;
|
|
16016
16331
|
api: "anthropic-messages";
|
|
16017
16332
|
provider: string;
|
|
16018
16333
|
baseUrl: string;
|
|
16019
16334
|
reasoning: true;
|
|
16335
|
+
thinkingLevelMap: {
|
|
16336
|
+
minimal: string;
|
|
16337
|
+
low: string;
|
|
16338
|
+
medium: string;
|
|
16339
|
+
high: string;
|
|
16340
|
+
xhigh: string;
|
|
16341
|
+
};
|
|
16020
16342
|
input: ("image" | "text")[];
|
|
16021
16343
|
cost: {
|
|
16022
16344
|
input: number;
|
|
@@ -16027,7 +16349,7 @@ export declare const MODELS: {
|
|
|
16027
16349
|
contextWindow: number;
|
|
16028
16350
|
maxTokens: number;
|
|
16029
16351
|
};
|
|
16030
|
-
readonly "anthropic/claude-sonnet-4
|
|
16352
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
16031
16353
|
id: string;
|
|
16032
16354
|
name: string;
|
|
16033
16355
|
api: "anthropic-messages";
|
|
@@ -16044,7 +16366,7 @@ export declare const MODELS: {
|
|
|
16044
16366
|
contextWindow: number;
|
|
16045
16367
|
maxTokens: number;
|
|
16046
16368
|
};
|
|
16047
|
-
readonly "anthropic/claude-sonnet-4.
|
|
16369
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
16048
16370
|
id: string;
|
|
16049
16371
|
name: string;
|
|
16050
16372
|
api: "anthropic-messages";
|
|
@@ -16061,7 +16383,7 @@ export declare const MODELS: {
|
|
|
16061
16383
|
contextWindow: number;
|
|
16062
16384
|
maxTokens: number;
|
|
16063
16385
|
};
|
|
16064
|
-
readonly "anthropic/claude-sonnet-
|
|
16386
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
16065
16387
|
id: string;
|
|
16066
16388
|
name: string;
|
|
16067
16389
|
api: "anthropic-messages";
|
|
@@ -16078,14 +16400,14 @@ export declare const MODELS: {
|
|
|
16078
16400
|
contextWindow: number;
|
|
16079
16401
|
maxTokens: number;
|
|
16080
16402
|
};
|
|
16081
|
-
readonly "
|
|
16403
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
16082
16404
|
id: string;
|
|
16083
16405
|
name: string;
|
|
16084
16406
|
api: "anthropic-messages";
|
|
16085
16407
|
provider: string;
|
|
16086
16408
|
baseUrl: string;
|
|
16087
|
-
reasoning:
|
|
16088
|
-
input: "text"[];
|
|
16409
|
+
reasoning: true;
|
|
16410
|
+
input: ("image" | "text")[];
|
|
16089
16411
|
cost: {
|
|
16090
16412
|
input: number;
|
|
16091
16413
|
output: number;
|
|
@@ -16622,40 +16944,6 @@ export declare const MODELS: {
|
|
|
16622
16944
|
contextWindow: number;
|
|
16623
16945
|
maxTokens: number;
|
|
16624
16946
|
};
|
|
16625
|
-
readonly "meituan/longcat-flash-chat": {
|
|
16626
|
-
id: string;
|
|
16627
|
-
name: string;
|
|
16628
|
-
api: "anthropic-messages";
|
|
16629
|
-
provider: string;
|
|
16630
|
-
baseUrl: string;
|
|
16631
|
-
reasoning: false;
|
|
16632
|
-
input: "text"[];
|
|
16633
|
-
cost: {
|
|
16634
|
-
input: number;
|
|
16635
|
-
output: number;
|
|
16636
|
-
cacheRead: number;
|
|
16637
|
-
cacheWrite: number;
|
|
16638
|
-
};
|
|
16639
|
-
contextWindow: number;
|
|
16640
|
-
maxTokens: number;
|
|
16641
|
-
};
|
|
16642
|
-
readonly "meituan/longcat-flash-thinking-2601": {
|
|
16643
|
-
id: string;
|
|
16644
|
-
name: string;
|
|
16645
|
-
api: "anthropic-messages";
|
|
16646
|
-
provider: string;
|
|
16647
|
-
baseUrl: string;
|
|
16648
|
-
reasoning: true;
|
|
16649
|
-
input: "text"[];
|
|
16650
|
-
cost: {
|
|
16651
|
-
input: number;
|
|
16652
|
-
output: number;
|
|
16653
|
-
cacheRead: number;
|
|
16654
|
-
cacheWrite: number;
|
|
16655
|
-
};
|
|
16656
|
-
contextWindow: number;
|
|
16657
|
-
maxTokens: number;
|
|
16658
|
-
};
|
|
16659
16947
|
readonly "meta/llama-3.1-70b": {
|
|
16660
16948
|
id: string;
|
|
16661
16949
|
name: string;
|
|
@@ -16690,40 +16978,6 @@ export declare const MODELS: {
|
|
|
16690
16978
|
contextWindow: number;
|
|
16691
16979
|
maxTokens: number;
|
|
16692
16980
|
};
|
|
16693
|
-
readonly "meta/llama-3.2-11b": {
|
|
16694
|
-
id: string;
|
|
16695
|
-
name: string;
|
|
16696
|
-
api: "anthropic-messages";
|
|
16697
|
-
provider: string;
|
|
16698
|
-
baseUrl: string;
|
|
16699
|
-
reasoning: false;
|
|
16700
|
-
input: ("image" | "text")[];
|
|
16701
|
-
cost: {
|
|
16702
|
-
input: number;
|
|
16703
|
-
output: number;
|
|
16704
|
-
cacheRead: number;
|
|
16705
|
-
cacheWrite: number;
|
|
16706
|
-
};
|
|
16707
|
-
contextWindow: number;
|
|
16708
|
-
maxTokens: number;
|
|
16709
|
-
};
|
|
16710
|
-
readonly "meta/llama-3.2-90b": {
|
|
16711
|
-
id: string;
|
|
16712
|
-
name: string;
|
|
16713
|
-
api: "anthropic-messages";
|
|
16714
|
-
provider: string;
|
|
16715
|
-
baseUrl: string;
|
|
16716
|
-
reasoning: false;
|
|
16717
|
-
input: ("image" | "text")[];
|
|
16718
|
-
cost: {
|
|
16719
|
-
input: number;
|
|
16720
|
-
output: number;
|
|
16721
|
-
cacheRead: number;
|
|
16722
|
-
cacheWrite: number;
|
|
16723
|
-
};
|
|
16724
|
-
contextWindow: number;
|
|
16725
|
-
maxTokens: number;
|
|
16726
|
-
};
|
|
16727
16981
|
readonly "meta/llama-3.3-70b": {
|
|
16728
16982
|
id: string;
|
|
16729
16983
|
name: string;
|
|
@@ -16962,23 +17216,6 @@ export declare const MODELS: {
|
|
|
16962
17216
|
contextWindow: number;
|
|
16963
17217
|
maxTokens: number;
|
|
16964
17218
|
};
|
|
16965
|
-
readonly "mistral/devstral-small": {
|
|
16966
|
-
id: string;
|
|
16967
|
-
name: string;
|
|
16968
|
-
api: "anthropic-messages";
|
|
16969
|
-
provider: string;
|
|
16970
|
-
baseUrl: string;
|
|
16971
|
-
reasoning: false;
|
|
16972
|
-
input: "text"[];
|
|
16973
|
-
cost: {
|
|
16974
|
-
input: number;
|
|
16975
|
-
output: number;
|
|
16976
|
-
cacheRead: number;
|
|
16977
|
-
cacheWrite: number;
|
|
16978
|
-
};
|
|
16979
|
-
contextWindow: number;
|
|
16980
|
-
maxTokens: number;
|
|
16981
|
-
};
|
|
16982
17219
|
readonly "mistral/devstral-small-2": {
|
|
16983
17220
|
id: string;
|
|
16984
17221
|
name: string;
|
|
@@ -17183,14 +17420,14 @@ export declare const MODELS: {
|
|
|
17183
17420
|
contextWindow: number;
|
|
17184
17421
|
maxTokens: number;
|
|
17185
17422
|
};
|
|
17186
|
-
readonly "
|
|
17423
|
+
readonly "moonshotai/kimi-k2": {
|
|
17187
17424
|
id: string;
|
|
17188
17425
|
name: string;
|
|
17189
17426
|
api: "anthropic-messages";
|
|
17190
17427
|
provider: string;
|
|
17191
17428
|
baseUrl: string;
|
|
17192
17429
|
reasoning: false;
|
|
17193
|
-
input:
|
|
17430
|
+
input: "text"[];
|
|
17194
17431
|
cost: {
|
|
17195
17432
|
input: number;
|
|
17196
17433
|
output: number;
|
|
@@ -17200,13 +17437,13 @@ export declare const MODELS: {
|
|
|
17200
17437
|
contextWindow: number;
|
|
17201
17438
|
maxTokens: number;
|
|
17202
17439
|
};
|
|
17203
|
-
readonly "moonshotai/kimi-k2": {
|
|
17440
|
+
readonly "moonshotai/kimi-k2-thinking": {
|
|
17204
17441
|
id: string;
|
|
17205
17442
|
name: string;
|
|
17206
17443
|
api: "anthropic-messages";
|
|
17207
17444
|
provider: string;
|
|
17208
17445
|
baseUrl: string;
|
|
17209
|
-
reasoning:
|
|
17446
|
+
reasoning: true;
|
|
17210
17447
|
input: "text"[];
|
|
17211
17448
|
cost: {
|
|
17212
17449
|
input: number;
|
|
@@ -17217,14 +17454,14 @@ export declare const MODELS: {
|
|
|
17217
17454
|
contextWindow: number;
|
|
17218
17455
|
maxTokens: number;
|
|
17219
17456
|
};
|
|
17220
|
-
readonly "moonshotai/kimi-k2
|
|
17457
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
17221
17458
|
id: string;
|
|
17222
17459
|
name: string;
|
|
17223
17460
|
api: "anthropic-messages";
|
|
17224
17461
|
provider: string;
|
|
17225
17462
|
baseUrl: string;
|
|
17226
17463
|
reasoning: true;
|
|
17227
|
-
input: "text"[];
|
|
17464
|
+
input: ("image" | "text")[];
|
|
17228
17465
|
cost: {
|
|
17229
17466
|
input: number;
|
|
17230
17467
|
output: number;
|
|
@@ -17234,7 +17471,7 @@ export declare const MODELS: {
|
|
|
17234
17471
|
contextWindow: number;
|
|
17235
17472
|
maxTokens: number;
|
|
17236
17473
|
};
|
|
17237
|
-
readonly "moonshotai/kimi-k2.
|
|
17474
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
17238
17475
|
id: string;
|
|
17239
17476
|
name: string;
|
|
17240
17477
|
api: "anthropic-messages";
|
|
@@ -17251,7 +17488,7 @@ export declare const MODELS: {
|
|
|
17251
17488
|
contextWindow: number;
|
|
17252
17489
|
maxTokens: number;
|
|
17253
17490
|
};
|
|
17254
|
-
readonly "moonshotai/kimi-k2.
|
|
17491
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
17255
17492
|
id: string;
|
|
17256
17493
|
name: string;
|
|
17257
17494
|
api: "anthropic-messages";
|
|
@@ -17268,7 +17505,7 @@ export declare const MODELS: {
|
|
|
17268
17505
|
contextWindow: number;
|
|
17269
17506
|
maxTokens: number;
|
|
17270
17507
|
};
|
|
17271
|
-
readonly "moonshotai/kimi-k2.7-code": {
|
|
17508
|
+
readonly "moonshotai/kimi-k2.7-code-highspeed": {
|
|
17272
17509
|
id: string;
|
|
17273
17510
|
name: string;
|
|
17274
17511
|
api: "anthropic-messages";
|
|
@@ -17285,7 +17522,7 @@ export declare const MODELS: {
|
|
|
17285
17522
|
contextWindow: number;
|
|
17286
17523
|
maxTokens: number;
|
|
17287
17524
|
};
|
|
17288
|
-
readonly "moonshotai/kimi-
|
|
17525
|
+
readonly "moonshotai/kimi-k3": {
|
|
17289
17526
|
id: string;
|
|
17290
17527
|
name: string;
|
|
17291
17528
|
api: "anthropic-messages";
|
|
@@ -18171,6 +18408,23 @@ export declare const MODELS: {
|
|
|
18171
18408
|
contextWindow: number;
|
|
18172
18409
|
maxTokens: number;
|
|
18173
18410
|
};
|
|
18411
|
+
readonly "thinkingmachines/inkling": {
|
|
18412
|
+
id: string;
|
|
18413
|
+
name: string;
|
|
18414
|
+
api: "anthropic-messages";
|
|
18415
|
+
provider: string;
|
|
18416
|
+
baseUrl: string;
|
|
18417
|
+
reasoning: true;
|
|
18418
|
+
input: ("image" | "text")[];
|
|
18419
|
+
cost: {
|
|
18420
|
+
input: number;
|
|
18421
|
+
output: number;
|
|
18422
|
+
cacheRead: number;
|
|
18423
|
+
cacheWrite: number;
|
|
18424
|
+
};
|
|
18425
|
+
contextWindow: number;
|
|
18426
|
+
maxTokens: number;
|
|
18427
|
+
};
|
|
18174
18428
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
18175
18429
|
id: string;
|
|
18176
18430
|
name: string;
|