@dreb/ai 2.19.3 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +256 -415
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +399 -567
- package/dist/models.generated.js.map +1 -1
- package/dist/models.js +4 -4
- package/dist/models.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +8 -11
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +8 -11
- package/dist/providers/anthropic.js.map +1 -1
- package/package.json +1 -1
|
@@ -153,6 +153,23 @@ export declare const MODELS: {
|
|
|
153
153
|
contextWindow: number;
|
|
154
154
|
maxTokens: number;
|
|
155
155
|
};
|
|
156
|
+
readonly "anthropic.claude-opus-4-8": {
|
|
157
|
+
id: string;
|
|
158
|
+
name: string;
|
|
159
|
+
api: "bedrock-converse-stream";
|
|
160
|
+
provider: string;
|
|
161
|
+
baseUrl: string;
|
|
162
|
+
reasoning: true;
|
|
163
|
+
input: ("image" | "text")[];
|
|
164
|
+
cost: {
|
|
165
|
+
input: number;
|
|
166
|
+
output: number;
|
|
167
|
+
cacheRead: number;
|
|
168
|
+
cacheWrite: number;
|
|
169
|
+
};
|
|
170
|
+
contextWindow: number;
|
|
171
|
+
maxTokens: number;
|
|
172
|
+
};
|
|
156
173
|
readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
157
174
|
id: string;
|
|
158
175
|
name: string;
|
|
@@ -1736,6 +1753,23 @@ export declare const MODELS: {
|
|
|
1736
1753
|
contextWindow: number;
|
|
1737
1754
|
maxTokens: number;
|
|
1738
1755
|
};
|
|
1756
|
+
readonly "claude-opus-4-8": {
|
|
1757
|
+
id: string;
|
|
1758
|
+
name: string;
|
|
1759
|
+
api: "anthropic-messages";
|
|
1760
|
+
provider: string;
|
|
1761
|
+
baseUrl: string;
|
|
1762
|
+
reasoning: true;
|
|
1763
|
+
input: ("image" | "text")[];
|
|
1764
|
+
cost: {
|
|
1765
|
+
input: number;
|
|
1766
|
+
output: number;
|
|
1767
|
+
cacheRead: number;
|
|
1768
|
+
cacheWrite: number;
|
|
1769
|
+
};
|
|
1770
|
+
contextWindow: number;
|
|
1771
|
+
maxTokens: number;
|
|
1772
|
+
};
|
|
1739
1773
|
readonly "claude-sonnet-4-0": {
|
|
1740
1774
|
id: string;
|
|
1741
1775
|
name: string;
|
|
@@ -2573,23 +2607,6 @@ export declare const MODELS: {
|
|
|
2573
2607
|
contextWindow: number;
|
|
2574
2608
|
maxTokens: number;
|
|
2575
2609
|
};
|
|
2576
|
-
readonly "qwen-3-235b-a22b-instruct-2507": {
|
|
2577
|
-
id: string;
|
|
2578
|
-
name: string;
|
|
2579
|
-
api: "openai-completions";
|
|
2580
|
-
provider: string;
|
|
2581
|
-
baseUrl: string;
|
|
2582
|
-
reasoning: false;
|
|
2583
|
-
input: "text"[];
|
|
2584
|
-
cost: {
|
|
2585
|
-
input: number;
|
|
2586
|
-
output: number;
|
|
2587
|
-
cacheRead: number;
|
|
2588
|
-
cacheWrite: number;
|
|
2589
|
-
};
|
|
2590
|
-
contextWindow: number;
|
|
2591
|
-
maxTokens: number;
|
|
2592
|
-
};
|
|
2593
2610
|
};
|
|
2594
2611
|
readonly "github-copilot": {
|
|
2595
2612
|
readonly "claude-haiku-4.5": {
|
|
@@ -2814,6 +2831,34 @@ export declare const MODELS: {
|
|
|
2814
2831
|
contextWindow: number;
|
|
2815
2832
|
maxTokens: number;
|
|
2816
2833
|
};
|
|
2834
|
+
readonly "gemini-3.5-flash": {
|
|
2835
|
+
id: string;
|
|
2836
|
+
name: string;
|
|
2837
|
+
api: "openai-completions";
|
|
2838
|
+
provider: string;
|
|
2839
|
+
baseUrl: string;
|
|
2840
|
+
headers: {
|
|
2841
|
+
"User-Agent": string;
|
|
2842
|
+
"Editor-Version": string;
|
|
2843
|
+
"Editor-Plugin-Version": string;
|
|
2844
|
+
"Copilot-Integration-Id": string;
|
|
2845
|
+
};
|
|
2846
|
+
compat: {
|
|
2847
|
+
supportsStore: false;
|
|
2848
|
+
supportsDeveloperRole: false;
|
|
2849
|
+
supportsReasoningEffort: false;
|
|
2850
|
+
};
|
|
2851
|
+
reasoning: true;
|
|
2852
|
+
input: ("image" | "text")[];
|
|
2853
|
+
cost: {
|
|
2854
|
+
input: number;
|
|
2855
|
+
output: number;
|
|
2856
|
+
cacheRead: number;
|
|
2857
|
+
cacheWrite: number;
|
|
2858
|
+
};
|
|
2859
|
+
contextWindow: number;
|
|
2860
|
+
maxTokens: number;
|
|
2861
|
+
};
|
|
2817
2862
|
readonly "gpt-4.1": {
|
|
2818
2863
|
id: string;
|
|
2819
2864
|
name: string;
|
|
@@ -3061,57 +3106,6 @@ export declare const MODELS: {
|
|
|
3061
3106
|
};
|
|
3062
3107
|
};
|
|
3063
3108
|
readonly google: {
|
|
3064
|
-
readonly "gemini-1.5-flash": {
|
|
3065
|
-
id: string;
|
|
3066
|
-
name: string;
|
|
3067
|
-
api: "google-generative-ai";
|
|
3068
|
-
provider: string;
|
|
3069
|
-
baseUrl: string;
|
|
3070
|
-
reasoning: false;
|
|
3071
|
-
input: ("image" | "text")[];
|
|
3072
|
-
cost: {
|
|
3073
|
-
input: number;
|
|
3074
|
-
output: number;
|
|
3075
|
-
cacheRead: number;
|
|
3076
|
-
cacheWrite: number;
|
|
3077
|
-
};
|
|
3078
|
-
contextWindow: number;
|
|
3079
|
-
maxTokens: number;
|
|
3080
|
-
};
|
|
3081
|
-
readonly "gemini-1.5-flash-8b": {
|
|
3082
|
-
id: string;
|
|
3083
|
-
name: string;
|
|
3084
|
-
api: "google-generative-ai";
|
|
3085
|
-
provider: string;
|
|
3086
|
-
baseUrl: string;
|
|
3087
|
-
reasoning: false;
|
|
3088
|
-
input: ("image" | "text")[];
|
|
3089
|
-
cost: {
|
|
3090
|
-
input: number;
|
|
3091
|
-
output: number;
|
|
3092
|
-
cacheRead: number;
|
|
3093
|
-
cacheWrite: number;
|
|
3094
|
-
};
|
|
3095
|
-
contextWindow: number;
|
|
3096
|
-
maxTokens: number;
|
|
3097
|
-
};
|
|
3098
|
-
readonly "gemini-1.5-pro": {
|
|
3099
|
-
id: string;
|
|
3100
|
-
name: string;
|
|
3101
|
-
api: "google-generative-ai";
|
|
3102
|
-
provider: string;
|
|
3103
|
-
baseUrl: string;
|
|
3104
|
-
reasoning: false;
|
|
3105
|
-
input: ("image" | "text")[];
|
|
3106
|
-
cost: {
|
|
3107
|
-
input: number;
|
|
3108
|
-
output: number;
|
|
3109
|
-
cacheRead: number;
|
|
3110
|
-
cacheWrite: number;
|
|
3111
|
-
};
|
|
3112
|
-
contextWindow: number;
|
|
3113
|
-
maxTokens: number;
|
|
3114
|
-
};
|
|
3115
3109
|
readonly "gemini-2.0-flash": {
|
|
3116
3110
|
id: string;
|
|
3117
3111
|
name: string;
|
|
@@ -3180,91 +3174,6 @@ export declare const MODELS: {
|
|
|
3180
3174
|
contextWindow: number;
|
|
3181
3175
|
maxTokens: number;
|
|
3182
3176
|
};
|
|
3183
|
-
readonly "gemini-2.5-flash-lite-preview-06-17": {
|
|
3184
|
-
id: string;
|
|
3185
|
-
name: string;
|
|
3186
|
-
api: "google-generative-ai";
|
|
3187
|
-
provider: string;
|
|
3188
|
-
baseUrl: string;
|
|
3189
|
-
reasoning: true;
|
|
3190
|
-
input: ("image" | "text")[];
|
|
3191
|
-
cost: {
|
|
3192
|
-
input: number;
|
|
3193
|
-
output: number;
|
|
3194
|
-
cacheRead: number;
|
|
3195
|
-
cacheWrite: number;
|
|
3196
|
-
};
|
|
3197
|
-
contextWindow: number;
|
|
3198
|
-
maxTokens: number;
|
|
3199
|
-
};
|
|
3200
|
-
readonly "gemini-2.5-flash-lite-preview-09-2025": {
|
|
3201
|
-
id: string;
|
|
3202
|
-
name: string;
|
|
3203
|
-
api: "google-generative-ai";
|
|
3204
|
-
provider: string;
|
|
3205
|
-
baseUrl: string;
|
|
3206
|
-
reasoning: true;
|
|
3207
|
-
input: ("image" | "text")[];
|
|
3208
|
-
cost: {
|
|
3209
|
-
input: number;
|
|
3210
|
-
output: number;
|
|
3211
|
-
cacheRead: number;
|
|
3212
|
-
cacheWrite: number;
|
|
3213
|
-
};
|
|
3214
|
-
contextWindow: number;
|
|
3215
|
-
maxTokens: number;
|
|
3216
|
-
};
|
|
3217
|
-
readonly "gemini-2.5-flash-preview-04-17": {
|
|
3218
|
-
id: string;
|
|
3219
|
-
name: string;
|
|
3220
|
-
api: "google-generative-ai";
|
|
3221
|
-
provider: string;
|
|
3222
|
-
baseUrl: string;
|
|
3223
|
-
reasoning: true;
|
|
3224
|
-
input: ("image" | "text")[];
|
|
3225
|
-
cost: {
|
|
3226
|
-
input: number;
|
|
3227
|
-
output: number;
|
|
3228
|
-
cacheRead: number;
|
|
3229
|
-
cacheWrite: number;
|
|
3230
|
-
};
|
|
3231
|
-
contextWindow: number;
|
|
3232
|
-
maxTokens: number;
|
|
3233
|
-
};
|
|
3234
|
-
readonly "gemini-2.5-flash-preview-05-20": {
|
|
3235
|
-
id: string;
|
|
3236
|
-
name: string;
|
|
3237
|
-
api: "google-generative-ai";
|
|
3238
|
-
provider: string;
|
|
3239
|
-
baseUrl: string;
|
|
3240
|
-
reasoning: true;
|
|
3241
|
-
input: ("image" | "text")[];
|
|
3242
|
-
cost: {
|
|
3243
|
-
input: number;
|
|
3244
|
-
output: number;
|
|
3245
|
-
cacheRead: number;
|
|
3246
|
-
cacheWrite: number;
|
|
3247
|
-
};
|
|
3248
|
-
contextWindow: number;
|
|
3249
|
-
maxTokens: number;
|
|
3250
|
-
};
|
|
3251
|
-
readonly "gemini-2.5-flash-preview-09-2025": {
|
|
3252
|
-
id: string;
|
|
3253
|
-
name: string;
|
|
3254
|
-
api: "google-generative-ai";
|
|
3255
|
-
provider: string;
|
|
3256
|
-
baseUrl: string;
|
|
3257
|
-
reasoning: true;
|
|
3258
|
-
input: ("image" | "text")[];
|
|
3259
|
-
cost: {
|
|
3260
|
-
input: number;
|
|
3261
|
-
output: number;
|
|
3262
|
-
cacheRead: number;
|
|
3263
|
-
cacheWrite: number;
|
|
3264
|
-
};
|
|
3265
|
-
contextWindow: number;
|
|
3266
|
-
maxTokens: number;
|
|
3267
|
-
};
|
|
3268
3177
|
readonly "gemini-2.5-pro": {
|
|
3269
3178
|
id: string;
|
|
3270
3179
|
name: string;
|
|
@@ -3282,40 +3191,6 @@ export declare const MODELS: {
|
|
|
3282
3191
|
contextWindow: number;
|
|
3283
3192
|
maxTokens: number;
|
|
3284
3193
|
};
|
|
3285
|
-
readonly "gemini-2.5-pro-preview-05-06": {
|
|
3286
|
-
id: string;
|
|
3287
|
-
name: string;
|
|
3288
|
-
api: "google-generative-ai";
|
|
3289
|
-
provider: string;
|
|
3290
|
-
baseUrl: string;
|
|
3291
|
-
reasoning: true;
|
|
3292
|
-
input: ("image" | "text")[];
|
|
3293
|
-
cost: {
|
|
3294
|
-
input: number;
|
|
3295
|
-
output: number;
|
|
3296
|
-
cacheRead: number;
|
|
3297
|
-
cacheWrite: number;
|
|
3298
|
-
};
|
|
3299
|
-
contextWindow: number;
|
|
3300
|
-
maxTokens: number;
|
|
3301
|
-
};
|
|
3302
|
-
readonly "gemini-2.5-pro-preview-06-05": {
|
|
3303
|
-
id: string;
|
|
3304
|
-
name: string;
|
|
3305
|
-
api: "google-generative-ai";
|
|
3306
|
-
provider: string;
|
|
3307
|
-
baseUrl: string;
|
|
3308
|
-
reasoning: true;
|
|
3309
|
-
input: ("image" | "text")[];
|
|
3310
|
-
cost: {
|
|
3311
|
-
input: number;
|
|
3312
|
-
output: number;
|
|
3313
|
-
cacheRead: number;
|
|
3314
|
-
cacheWrite: number;
|
|
3315
|
-
};
|
|
3316
|
-
contextWindow: number;
|
|
3317
|
-
maxTokens: number;
|
|
3318
|
-
};
|
|
3319
3194
|
readonly "gemini-3-flash-preview": {
|
|
3320
3195
|
id: string;
|
|
3321
3196
|
name: string;
|
|
@@ -3469,57 +3344,6 @@ export declare const MODELS: {
|
|
|
3469
3344
|
contextWindow: number;
|
|
3470
3345
|
maxTokens: number;
|
|
3471
3346
|
};
|
|
3472
|
-
readonly "gemini-live-2.5-flash": {
|
|
3473
|
-
id: string;
|
|
3474
|
-
name: string;
|
|
3475
|
-
api: "google-generative-ai";
|
|
3476
|
-
provider: string;
|
|
3477
|
-
baseUrl: string;
|
|
3478
|
-
reasoning: true;
|
|
3479
|
-
input: ("image" | "text")[];
|
|
3480
|
-
cost: {
|
|
3481
|
-
input: number;
|
|
3482
|
-
output: number;
|
|
3483
|
-
cacheRead: number;
|
|
3484
|
-
cacheWrite: number;
|
|
3485
|
-
};
|
|
3486
|
-
contextWindow: number;
|
|
3487
|
-
maxTokens: number;
|
|
3488
|
-
};
|
|
3489
|
-
readonly "gemini-live-2.5-flash-preview-native-audio": {
|
|
3490
|
-
id: string;
|
|
3491
|
-
name: string;
|
|
3492
|
-
api: "google-generative-ai";
|
|
3493
|
-
provider: string;
|
|
3494
|
-
baseUrl: string;
|
|
3495
|
-
reasoning: true;
|
|
3496
|
-
input: "text"[];
|
|
3497
|
-
cost: {
|
|
3498
|
-
input: number;
|
|
3499
|
-
output: number;
|
|
3500
|
-
cacheRead: number;
|
|
3501
|
-
cacheWrite: number;
|
|
3502
|
-
};
|
|
3503
|
-
contextWindow: number;
|
|
3504
|
-
maxTokens: number;
|
|
3505
|
-
};
|
|
3506
|
-
readonly "gemma-3-27b-it": {
|
|
3507
|
-
id: string;
|
|
3508
|
-
name: string;
|
|
3509
|
-
api: "google-generative-ai";
|
|
3510
|
-
provider: string;
|
|
3511
|
-
baseUrl: string;
|
|
3512
|
-
reasoning: false;
|
|
3513
|
-
input: ("image" | "text")[];
|
|
3514
|
-
cost: {
|
|
3515
|
-
input: number;
|
|
3516
|
-
output: number;
|
|
3517
|
-
cacheRead: number;
|
|
3518
|
-
cacheWrite: number;
|
|
3519
|
-
};
|
|
3520
|
-
contextWindow: number;
|
|
3521
|
-
maxTokens: number;
|
|
3522
|
-
};
|
|
3523
3347
|
readonly "gemma-4-26b-a4b-it": {
|
|
3524
3348
|
id: string;
|
|
3525
3349
|
name: string;
|
|
@@ -6336,6 +6160,23 @@ export declare const MODELS: {
|
|
|
6336
6160
|
contextWindow: number;
|
|
6337
6161
|
maxTokens: number;
|
|
6338
6162
|
};
|
|
6163
|
+
readonly "claude-opus-4-8": {
|
|
6164
|
+
id: string;
|
|
6165
|
+
name: string;
|
|
6166
|
+
api: "anthropic-messages";
|
|
6167
|
+
provider: string;
|
|
6168
|
+
baseUrl: string;
|
|
6169
|
+
reasoning: true;
|
|
6170
|
+
input: ("image" | "text")[];
|
|
6171
|
+
cost: {
|
|
6172
|
+
input: number;
|
|
6173
|
+
output: number;
|
|
6174
|
+
cacheRead: number;
|
|
6175
|
+
cacheWrite: number;
|
|
6176
|
+
};
|
|
6177
|
+
contextWindow: number;
|
|
6178
|
+
maxTokens: number;
|
|
6179
|
+
};
|
|
6339
6180
|
readonly "claude-sonnet-4": {
|
|
6340
6181
|
id: string;
|
|
6341
6182
|
name: string;
|
|
@@ -6438,6 +6279,23 @@ export declare const MODELS: {
|
|
|
6438
6279
|
contextWindow: number;
|
|
6439
6280
|
maxTokens: number;
|
|
6440
6281
|
};
|
|
6282
|
+
readonly "gemini-3.5-flash": {
|
|
6283
|
+
id: string;
|
|
6284
|
+
name: string;
|
|
6285
|
+
api: "google-generative-ai";
|
|
6286
|
+
provider: string;
|
|
6287
|
+
baseUrl: string;
|
|
6288
|
+
reasoning: true;
|
|
6289
|
+
input: ("image" | "text")[];
|
|
6290
|
+
cost: {
|
|
6291
|
+
input: number;
|
|
6292
|
+
output: number;
|
|
6293
|
+
cacheRead: number;
|
|
6294
|
+
cacheWrite: number;
|
|
6295
|
+
};
|
|
6296
|
+
contextWindow: number;
|
|
6297
|
+
maxTokens: number;
|
|
6298
|
+
};
|
|
6441
6299
|
readonly "glm-5": {
|
|
6442
6300
|
id: string;
|
|
6443
6301
|
name: string;
|
|
@@ -6744,7 +6602,7 @@ export declare const MODELS: {
|
|
|
6744
6602
|
contextWindow: number;
|
|
6745
6603
|
maxTokens: number;
|
|
6746
6604
|
};
|
|
6747
|
-
readonly "
|
|
6605
|
+
readonly "grok-build-0.1": {
|
|
6748
6606
|
id: string;
|
|
6749
6607
|
name: string;
|
|
6750
6608
|
api: "openai-completions";
|
|
@@ -6761,7 +6619,7 @@ export declare const MODELS: {
|
|
|
6761
6619
|
contextWindow: number;
|
|
6762
6620
|
maxTokens: number;
|
|
6763
6621
|
};
|
|
6764
|
-
readonly "kimi-k2.
|
|
6622
|
+
readonly "kimi-k2.5": {
|
|
6765
6623
|
id: string;
|
|
6766
6624
|
name: string;
|
|
6767
6625
|
api: "openai-completions";
|
|
@@ -6778,14 +6636,14 @@ export declare const MODELS: {
|
|
|
6778
6636
|
contextWindow: number;
|
|
6779
6637
|
maxTokens: number;
|
|
6780
6638
|
};
|
|
6781
|
-
readonly "
|
|
6639
|
+
readonly "kimi-k2.6": {
|
|
6782
6640
|
id: string;
|
|
6783
6641
|
name: string;
|
|
6784
6642
|
api: "openai-completions";
|
|
6785
6643
|
provider: string;
|
|
6786
6644
|
baseUrl: string;
|
|
6787
6645
|
reasoning: true;
|
|
6788
|
-
input: "text"[];
|
|
6646
|
+
input: ("image" | "text")[];
|
|
6789
6647
|
cost: {
|
|
6790
6648
|
input: number;
|
|
6791
6649
|
output: number;
|
|
@@ -6795,14 +6653,14 @@ export declare const MODELS: {
|
|
|
6795
6653
|
contextWindow: number;
|
|
6796
6654
|
maxTokens: number;
|
|
6797
6655
|
};
|
|
6798
|
-
readonly "
|
|
6656
|
+
readonly "mimo-v2.5-free": {
|
|
6799
6657
|
id: string;
|
|
6800
6658
|
name: string;
|
|
6801
|
-
api: "
|
|
6659
|
+
api: "openai-completions";
|
|
6802
6660
|
provider: string;
|
|
6803
6661
|
baseUrl: string;
|
|
6804
6662
|
reasoning: true;
|
|
6805
|
-
input: "text"[];
|
|
6663
|
+
input: ("image" | "text")[];
|
|
6806
6664
|
cost: {
|
|
6807
6665
|
input: number;
|
|
6808
6666
|
output: number;
|
|
@@ -6812,7 +6670,7 @@ export declare const MODELS: {
|
|
|
6812
6670
|
contextWindow: number;
|
|
6813
6671
|
maxTokens: number;
|
|
6814
6672
|
};
|
|
6815
|
-
readonly "minimax-m2.
|
|
6673
|
+
readonly "minimax-m2.5": {
|
|
6816
6674
|
id: string;
|
|
6817
6675
|
name: string;
|
|
6818
6676
|
api: "openai-completions";
|
|
@@ -6829,7 +6687,7 @@ export declare const MODELS: {
|
|
|
6829
6687
|
contextWindow: number;
|
|
6830
6688
|
maxTokens: number;
|
|
6831
6689
|
};
|
|
6832
|
-
readonly "
|
|
6690
|
+
readonly "minimax-m2.7": {
|
|
6833
6691
|
id: string;
|
|
6834
6692
|
name: string;
|
|
6835
6693
|
api: "openai-completions";
|
|
@@ -6846,14 +6704,14 @@ export declare const MODELS: {
|
|
|
6846
6704
|
contextWindow: number;
|
|
6847
6705
|
maxTokens: number;
|
|
6848
6706
|
};
|
|
6849
|
-
readonly "
|
|
6707
|
+
readonly "nemotron-3-super-free": {
|
|
6850
6708
|
id: string;
|
|
6851
6709
|
name: string;
|
|
6852
|
-
api: "
|
|
6710
|
+
api: "openai-completions";
|
|
6853
6711
|
provider: string;
|
|
6854
6712
|
baseUrl: string;
|
|
6855
6713
|
reasoning: true;
|
|
6856
|
-
input:
|
|
6714
|
+
input: "text"[];
|
|
6857
6715
|
cost: {
|
|
6858
6716
|
input: number;
|
|
6859
6717
|
output: number;
|
|
@@ -6863,7 +6721,7 @@ export declare const MODELS: {
|
|
|
6863
6721
|
contextWindow: number;
|
|
6864
6722
|
maxTokens: number;
|
|
6865
6723
|
};
|
|
6866
|
-
readonly "qwen3.
|
|
6724
|
+
readonly "qwen3.5-plus": {
|
|
6867
6725
|
id: string;
|
|
6868
6726
|
name: string;
|
|
6869
6727
|
api: "anthropic-messages";
|
|
@@ -6880,7 +6738,7 @@ export declare const MODELS: {
|
|
|
6880
6738
|
contextWindow: number;
|
|
6881
6739
|
maxTokens: number;
|
|
6882
6740
|
};
|
|
6883
|
-
readonly "qwen3.6-plus
|
|
6741
|
+
readonly "qwen3.6-plus": {
|
|
6884
6742
|
id: string;
|
|
6885
6743
|
name: string;
|
|
6886
6744
|
api: "anthropic-messages";
|
|
@@ -7103,15 +6961,13 @@ export declare const MODELS: {
|
|
|
7103
6961
|
contextWindow: number;
|
|
7104
6962
|
maxTokens: number;
|
|
7105
6963
|
};
|
|
7106
|
-
|
|
7107
|
-
readonly openrouter: {
|
|
7108
|
-
readonly "ai21/jamba-large-1.7": {
|
|
6964
|
+
readonly "qwen3.7-max": {
|
|
7109
6965
|
id: string;
|
|
7110
6966
|
name: string;
|
|
7111
|
-
api: "
|
|
6967
|
+
api: "anthropic-messages";
|
|
7112
6968
|
provider: string;
|
|
7113
6969
|
baseUrl: string;
|
|
7114
|
-
reasoning:
|
|
6970
|
+
reasoning: true;
|
|
7115
6971
|
input: "text"[];
|
|
7116
6972
|
cost: {
|
|
7117
6973
|
input: number;
|
|
@@ -7122,13 +6978,15 @@ export declare const MODELS: {
|
|
|
7122
6978
|
contextWindow: number;
|
|
7123
6979
|
maxTokens: number;
|
|
7124
6980
|
};
|
|
7125
|
-
|
|
6981
|
+
};
|
|
6982
|
+
readonly openrouter: {
|
|
6983
|
+
readonly "ai21/jamba-large-1.7": {
|
|
7126
6984
|
id: string;
|
|
7127
6985
|
name: string;
|
|
7128
6986
|
api: "openai-completions";
|
|
7129
6987
|
provider: string;
|
|
7130
6988
|
baseUrl: string;
|
|
7131
|
-
reasoning:
|
|
6989
|
+
reasoning: false;
|
|
7132
6990
|
input: "text"[];
|
|
7133
6991
|
cost: {
|
|
7134
6992
|
input: number;
|
|
@@ -7394,7 +7252,7 @@ export declare const MODELS: {
|
|
|
7394
7252
|
contextWindow: number;
|
|
7395
7253
|
maxTokens: number;
|
|
7396
7254
|
};
|
|
7397
|
-
readonly "anthropic/claude-
|
|
7255
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
7398
7256
|
id: string;
|
|
7399
7257
|
name: string;
|
|
7400
7258
|
api: "openai-completions";
|
|
@@ -7411,24 +7269,7 @@ export declare const MODELS: {
|
|
|
7411
7269
|
contextWindow: number;
|
|
7412
7270
|
maxTokens: number;
|
|
7413
7271
|
};
|
|
7414
|
-
readonly "anthropic/claude-
|
|
7415
|
-
id: string;
|
|
7416
|
-
name: string;
|
|
7417
|
-
api: "openai-completions";
|
|
7418
|
-
provider: string;
|
|
7419
|
-
baseUrl: string;
|
|
7420
|
-
reasoning: true;
|
|
7421
|
-
input: ("image" | "text")[];
|
|
7422
|
-
cost: {
|
|
7423
|
-
input: number;
|
|
7424
|
-
output: number;
|
|
7425
|
-
cacheRead: number;
|
|
7426
|
-
cacheWrite: number;
|
|
7427
|
-
};
|
|
7428
|
-
contextWindow: number;
|
|
7429
|
-
maxTokens: number;
|
|
7430
|
-
};
|
|
7431
|
-
readonly "anthropic/claude-sonnet-4.6": {
|
|
7272
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
7432
7273
|
id: string;
|
|
7433
7274
|
name: string;
|
|
7434
7275
|
api: "openai-completions";
|
|
@@ -7445,14 +7286,14 @@ export declare const MODELS: {
|
|
|
7445
7286
|
contextWindow: number;
|
|
7446
7287
|
maxTokens: number;
|
|
7447
7288
|
};
|
|
7448
|
-
readonly "
|
|
7289
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
7449
7290
|
id: string;
|
|
7450
7291
|
name: string;
|
|
7451
7292
|
api: "openai-completions";
|
|
7452
7293
|
provider: string;
|
|
7453
7294
|
baseUrl: string;
|
|
7454
|
-
reasoning:
|
|
7455
|
-
input: "text"[];
|
|
7295
|
+
reasoning: true;
|
|
7296
|
+
input: ("image" | "text")[];
|
|
7456
7297
|
cost: {
|
|
7457
7298
|
input: number;
|
|
7458
7299
|
output: number;
|
|
@@ -7462,14 +7303,14 @@ export declare const MODELS: {
|
|
|
7462
7303
|
contextWindow: number;
|
|
7463
7304
|
maxTokens: number;
|
|
7464
7305
|
};
|
|
7465
|
-
readonly "
|
|
7306
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
7466
7307
|
id: string;
|
|
7467
7308
|
name: string;
|
|
7468
7309
|
api: "openai-completions";
|
|
7469
7310
|
provider: string;
|
|
7470
7311
|
baseUrl: string;
|
|
7471
7312
|
reasoning: true;
|
|
7472
|
-
input: "text"[];
|
|
7313
|
+
input: ("image" | "text")[];
|
|
7473
7314
|
cost: {
|
|
7474
7315
|
input: number;
|
|
7475
7316
|
output: number;
|
|
@@ -7479,14 +7320,14 @@ export declare const MODELS: {
|
|
|
7479
7320
|
contextWindow: number;
|
|
7480
7321
|
maxTokens: number;
|
|
7481
7322
|
};
|
|
7482
|
-
readonly "
|
|
7323
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
7483
7324
|
id: string;
|
|
7484
7325
|
name: string;
|
|
7485
7326
|
api: "openai-completions";
|
|
7486
7327
|
provider: string;
|
|
7487
7328
|
baseUrl: string;
|
|
7488
7329
|
reasoning: true;
|
|
7489
|
-
input: "text"[];
|
|
7330
|
+
input: ("image" | "text")[];
|
|
7490
7331
|
cost: {
|
|
7491
7332
|
input: number;
|
|
7492
7333
|
output: number;
|
|
@@ -7496,7 +7337,7 @@ export declare const MODELS: {
|
|
|
7496
7337
|
contextWindow: number;
|
|
7497
7338
|
maxTokens: number;
|
|
7498
7339
|
};
|
|
7499
|
-
readonly "arcee-ai/trinity-
|
|
7340
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
7500
7341
|
id: string;
|
|
7501
7342
|
name: string;
|
|
7502
7343
|
api: "openai-completions";
|
|
@@ -7513,13 +7354,13 @@ export declare const MODELS: {
|
|
|
7513
7354
|
contextWindow: number;
|
|
7514
7355
|
maxTokens: number;
|
|
7515
7356
|
};
|
|
7516
|
-
readonly "arcee-ai/
|
|
7357
|
+
readonly "arcee-ai/trinity-mini": {
|
|
7517
7358
|
id: string;
|
|
7518
7359
|
name: string;
|
|
7519
7360
|
api: "openai-completions";
|
|
7520
7361
|
provider: string;
|
|
7521
7362
|
baseUrl: string;
|
|
7522
|
-
reasoning:
|
|
7363
|
+
reasoning: true;
|
|
7523
7364
|
input: "text"[];
|
|
7524
7365
|
cost: {
|
|
7525
7366
|
input: number;
|
|
@@ -7530,14 +7371,14 @@ export declare const MODELS: {
|
|
|
7530
7371
|
contextWindow: number;
|
|
7531
7372
|
maxTokens: number;
|
|
7532
7373
|
};
|
|
7533
|
-
readonly
|
|
7374
|
+
readonly "arcee-ai/virtuoso-large": {
|
|
7534
7375
|
id: string;
|
|
7535
7376
|
name: string;
|
|
7536
7377
|
api: "openai-completions";
|
|
7537
7378
|
provider: string;
|
|
7538
7379
|
baseUrl: string;
|
|
7539
|
-
reasoning:
|
|
7540
|
-
input:
|
|
7380
|
+
reasoning: false;
|
|
7381
|
+
input: "text"[];
|
|
7541
7382
|
cost: {
|
|
7542
7383
|
input: number;
|
|
7543
7384
|
output: number;
|
|
@@ -7547,14 +7388,14 @@ export declare const MODELS: {
|
|
|
7547
7388
|
contextWindow: number;
|
|
7548
7389
|
maxTokens: number;
|
|
7549
7390
|
};
|
|
7550
|
-
readonly
|
|
7391
|
+
readonly auto: {
|
|
7551
7392
|
id: string;
|
|
7552
7393
|
name: string;
|
|
7553
7394
|
api: "openai-completions";
|
|
7554
7395
|
provider: string;
|
|
7555
7396
|
baseUrl: string;
|
|
7556
7397
|
reasoning: true;
|
|
7557
|
-
input: "text"[];
|
|
7398
|
+
input: ("image" | "text")[];
|
|
7558
7399
|
cost: {
|
|
7559
7400
|
input: number;
|
|
7560
7401
|
output: number;
|
|
@@ -8975,6 +8816,23 @@ export declare const MODELS: {
|
|
|
8975
8816
|
contextWindow: number;
|
|
8976
8817
|
maxTokens: number;
|
|
8977
8818
|
};
|
|
8819
|
+
readonly "moonshotai/kimi-k2.6:free": {
|
|
8820
|
+
id: string;
|
|
8821
|
+
name: string;
|
|
8822
|
+
api: "openai-completions";
|
|
8823
|
+
provider: string;
|
|
8824
|
+
baseUrl: string;
|
|
8825
|
+
reasoning: true;
|
|
8826
|
+
input: ("image" | "text")[];
|
|
8827
|
+
cost: {
|
|
8828
|
+
input: number;
|
|
8829
|
+
output: number;
|
|
8830
|
+
cacheRead: number;
|
|
8831
|
+
cacheWrite: number;
|
|
8832
|
+
};
|
|
8833
|
+
contextWindow: number;
|
|
8834
|
+
maxTokens: number;
|
|
8835
|
+
};
|
|
8978
8836
|
readonly "nex-agi/deepseek-v3.1-nex-n1": {
|
|
8979
8837
|
id: string;
|
|
8980
8838
|
name: string;
|
|
@@ -10981,6 +10839,23 @@ export declare const MODELS: {
|
|
|
10981
10839
|
contextWindow: number;
|
|
10982
10840
|
maxTokens: number;
|
|
10983
10841
|
};
|
|
10842
|
+
readonly "qwen/qwen3.7-max": {
|
|
10843
|
+
id: string;
|
|
10844
|
+
name: string;
|
|
10845
|
+
api: "openai-completions";
|
|
10846
|
+
provider: string;
|
|
10847
|
+
baseUrl: string;
|
|
10848
|
+
reasoning: true;
|
|
10849
|
+
input: "text"[];
|
|
10850
|
+
cost: {
|
|
10851
|
+
input: number;
|
|
10852
|
+
output: number;
|
|
10853
|
+
cacheRead: number;
|
|
10854
|
+
cacheWrite: number;
|
|
10855
|
+
};
|
|
10856
|
+
contextWindow: number;
|
|
10857
|
+
maxTokens: number;
|
|
10858
|
+
};
|
|
10984
10859
|
readonly "rekaai/reka-edge": {
|
|
10985
10860
|
id: string;
|
|
10986
10861
|
name: string;
|
|
@@ -11168,6 +11043,23 @@ export declare const MODELS: {
|
|
|
11168
11043
|
contextWindow: number;
|
|
11169
11044
|
maxTokens: number;
|
|
11170
11045
|
};
|
|
11046
|
+
readonly "x-ai/grok-build-0.1": {
|
|
11047
|
+
id: string;
|
|
11048
|
+
name: string;
|
|
11049
|
+
api: "openai-completions";
|
|
11050
|
+
provider: string;
|
|
11051
|
+
baseUrl: string;
|
|
11052
|
+
reasoning: true;
|
|
11053
|
+
input: ("image" | "text")[];
|
|
11054
|
+
cost: {
|
|
11055
|
+
input: number;
|
|
11056
|
+
output: number;
|
|
11057
|
+
cacheRead: number;
|
|
11058
|
+
cacheWrite: number;
|
|
11059
|
+
};
|
|
11060
|
+
contextWindow: number;
|
|
11061
|
+
maxTokens: number;
|
|
11062
|
+
};
|
|
11171
11063
|
readonly "xiaomi/mimo-v2-flash": {
|
|
11172
11064
|
id: string;
|
|
11173
11065
|
name: string;
|
|
@@ -11918,6 +11810,23 @@ export declare const MODELS: {
|
|
|
11918
11810
|
contextWindow: number;
|
|
11919
11811
|
maxTokens: number;
|
|
11920
11812
|
};
|
|
11813
|
+
readonly "alibaba/qwen3.7-max": {
|
|
11814
|
+
id: string;
|
|
11815
|
+
name: string;
|
|
11816
|
+
api: "anthropic-messages";
|
|
11817
|
+
provider: string;
|
|
11818
|
+
baseUrl: string;
|
|
11819
|
+
reasoning: true;
|
|
11820
|
+
input: ("image" | "text")[];
|
|
11821
|
+
cost: {
|
|
11822
|
+
input: number;
|
|
11823
|
+
output: number;
|
|
11824
|
+
cacheRead: number;
|
|
11825
|
+
cacheWrite: number;
|
|
11826
|
+
};
|
|
11827
|
+
contextWindow: number;
|
|
11828
|
+
maxTokens: number;
|
|
11829
|
+
};
|
|
11921
11830
|
readonly "anthropic/claude-3-haiku": {
|
|
11922
11831
|
id: string;
|
|
11923
11832
|
name: string;
|
|
@@ -12054,6 +11963,23 @@ export declare const MODELS: {
|
|
|
12054
11963
|
contextWindow: number;
|
|
12055
11964
|
maxTokens: number;
|
|
12056
11965
|
};
|
|
11966
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
11967
|
+
id: string;
|
|
11968
|
+
name: string;
|
|
11969
|
+
api: "anthropic-messages";
|
|
11970
|
+
provider: string;
|
|
11971
|
+
baseUrl: string;
|
|
11972
|
+
reasoning: true;
|
|
11973
|
+
input: ("image" | "text")[];
|
|
11974
|
+
cost: {
|
|
11975
|
+
input: number;
|
|
11976
|
+
output: number;
|
|
11977
|
+
cacheRead: number;
|
|
11978
|
+
cacheWrite: number;
|
|
11979
|
+
};
|
|
11980
|
+
contextWindow: number;
|
|
11981
|
+
maxTokens: number;
|
|
11982
|
+
};
|
|
12057
11983
|
readonly "anthropic/claude-sonnet-4": {
|
|
12058
11984
|
id: string;
|
|
12059
11985
|
name: string;
|
|
@@ -12955,6 +12881,23 @@ export declare const MODELS: {
|
|
|
12955
12881
|
contextWindow: number;
|
|
12956
12882
|
maxTokens: number;
|
|
12957
12883
|
};
|
|
12884
|
+
readonly "mistral/mistral-medium-3.5": {
|
|
12885
|
+
id: string;
|
|
12886
|
+
name: string;
|
|
12887
|
+
api: "anthropic-messages";
|
|
12888
|
+
provider: string;
|
|
12889
|
+
baseUrl: string;
|
|
12890
|
+
reasoning: true;
|
|
12891
|
+
input: "text"[];
|
|
12892
|
+
cost: {
|
|
12893
|
+
input: number;
|
|
12894
|
+
output: number;
|
|
12895
|
+
cacheRead: number;
|
|
12896
|
+
cacheWrite: number;
|
|
12897
|
+
};
|
|
12898
|
+
contextWindow: number;
|
|
12899
|
+
maxTokens: number;
|
|
12900
|
+
};
|
|
12958
12901
|
readonly "mistral/mistral-small": {
|
|
12959
12902
|
id: string;
|
|
12960
12903
|
name: string;
|
|
@@ -13958,6 +13901,23 @@ export declare const MODELS: {
|
|
|
13958
13901
|
contextWindow: number;
|
|
13959
13902
|
maxTokens: number;
|
|
13960
13903
|
};
|
|
13904
|
+
readonly "xai/grok-build-0.1": {
|
|
13905
|
+
id: string;
|
|
13906
|
+
name: string;
|
|
13907
|
+
api: "anthropic-messages";
|
|
13908
|
+
provider: string;
|
|
13909
|
+
baseUrl: string;
|
|
13910
|
+
reasoning: true;
|
|
13911
|
+
input: ("image" | "text")[];
|
|
13912
|
+
cost: {
|
|
13913
|
+
input: number;
|
|
13914
|
+
output: number;
|
|
13915
|
+
cacheRead: number;
|
|
13916
|
+
cacheWrite: number;
|
|
13917
|
+
};
|
|
13918
|
+
contextWindow: number;
|
|
13919
|
+
maxTokens: number;
|
|
13920
|
+
};
|
|
13961
13921
|
readonly "xiaomi/mimo-v2-flash": {
|
|
13962
13922
|
id: string;
|
|
13963
13923
|
name: string;
|
|
@@ -14249,108 +14209,6 @@ export declare const MODELS: {
|
|
|
14249
14209
|
};
|
|
14250
14210
|
};
|
|
14251
14211
|
readonly xai: {
|
|
14252
|
-
readonly "grok-2": {
|
|
14253
|
-
id: string;
|
|
14254
|
-
name: string;
|
|
14255
|
-
api: "openai-completions";
|
|
14256
|
-
provider: string;
|
|
14257
|
-
baseUrl: string;
|
|
14258
|
-
reasoning: false;
|
|
14259
|
-
input: "text"[];
|
|
14260
|
-
cost: {
|
|
14261
|
-
input: number;
|
|
14262
|
-
output: number;
|
|
14263
|
-
cacheRead: number;
|
|
14264
|
-
cacheWrite: number;
|
|
14265
|
-
};
|
|
14266
|
-
contextWindow: number;
|
|
14267
|
-
maxTokens: number;
|
|
14268
|
-
};
|
|
14269
|
-
readonly "grok-2-1212": {
|
|
14270
|
-
id: string;
|
|
14271
|
-
name: string;
|
|
14272
|
-
api: "openai-completions";
|
|
14273
|
-
provider: string;
|
|
14274
|
-
baseUrl: string;
|
|
14275
|
-
reasoning: false;
|
|
14276
|
-
input: "text"[];
|
|
14277
|
-
cost: {
|
|
14278
|
-
input: number;
|
|
14279
|
-
output: number;
|
|
14280
|
-
cacheRead: number;
|
|
14281
|
-
cacheWrite: number;
|
|
14282
|
-
};
|
|
14283
|
-
contextWindow: number;
|
|
14284
|
-
maxTokens: number;
|
|
14285
|
-
};
|
|
14286
|
-
readonly "grok-2-latest": {
|
|
14287
|
-
id: string;
|
|
14288
|
-
name: string;
|
|
14289
|
-
api: "openai-completions";
|
|
14290
|
-
provider: string;
|
|
14291
|
-
baseUrl: string;
|
|
14292
|
-
reasoning: false;
|
|
14293
|
-
input: "text"[];
|
|
14294
|
-
cost: {
|
|
14295
|
-
input: number;
|
|
14296
|
-
output: number;
|
|
14297
|
-
cacheRead: number;
|
|
14298
|
-
cacheWrite: number;
|
|
14299
|
-
};
|
|
14300
|
-
contextWindow: number;
|
|
14301
|
-
maxTokens: number;
|
|
14302
|
-
};
|
|
14303
|
-
readonly "grok-2-vision": {
|
|
14304
|
-
id: string;
|
|
14305
|
-
name: string;
|
|
14306
|
-
api: "openai-completions";
|
|
14307
|
-
provider: string;
|
|
14308
|
-
baseUrl: string;
|
|
14309
|
-
reasoning: false;
|
|
14310
|
-
input: ("image" | "text")[];
|
|
14311
|
-
cost: {
|
|
14312
|
-
input: number;
|
|
14313
|
-
output: number;
|
|
14314
|
-
cacheRead: number;
|
|
14315
|
-
cacheWrite: number;
|
|
14316
|
-
};
|
|
14317
|
-
contextWindow: number;
|
|
14318
|
-
maxTokens: number;
|
|
14319
|
-
};
|
|
14320
|
-
readonly "grok-2-vision-1212": {
|
|
14321
|
-
id: string;
|
|
14322
|
-
name: string;
|
|
14323
|
-
api: "openai-completions";
|
|
14324
|
-
provider: string;
|
|
14325
|
-
baseUrl: string;
|
|
14326
|
-
reasoning: false;
|
|
14327
|
-
input: ("image" | "text")[];
|
|
14328
|
-
cost: {
|
|
14329
|
-
input: number;
|
|
14330
|
-
output: number;
|
|
14331
|
-
cacheRead: number;
|
|
14332
|
-
cacheWrite: number;
|
|
14333
|
-
};
|
|
14334
|
-
contextWindow: number;
|
|
14335
|
-
maxTokens: number;
|
|
14336
|
-
};
|
|
14337
|
-
readonly "grok-2-vision-latest": {
|
|
14338
|
-
id: string;
|
|
14339
|
-
name: string;
|
|
14340
|
-
api: "openai-completions";
|
|
14341
|
-
provider: string;
|
|
14342
|
-
baseUrl: string;
|
|
14343
|
-
reasoning: false;
|
|
14344
|
-
input: ("image" | "text")[];
|
|
14345
|
-
cost: {
|
|
14346
|
-
input: number;
|
|
14347
|
-
output: number;
|
|
14348
|
-
cacheRead: number;
|
|
14349
|
-
cacheWrite: number;
|
|
14350
|
-
};
|
|
14351
|
-
contextWindow: number;
|
|
14352
|
-
maxTokens: number;
|
|
14353
|
-
};
|
|
14354
14212
|
readonly "grok-4.20-0309-non-reasoning": {
|
|
14355
14213
|
id: string;
|
|
14356
14214
|
name: string;
|
|
@@ -14402,14 +14260,14 @@ export declare const MODELS: {
|
|
|
14402
14260
|
contextWindow: number;
|
|
14403
14261
|
maxTokens: number;
|
|
14404
14262
|
};
|
|
14405
|
-
readonly "grok-
|
|
14263
|
+
readonly "grok-build-0.1": {
|
|
14406
14264
|
id: string;
|
|
14407
14265
|
name: string;
|
|
14408
14266
|
api: "openai-completions";
|
|
14409
14267
|
provider: string;
|
|
14410
14268
|
baseUrl: string;
|
|
14411
|
-
reasoning:
|
|
14412
|
-
input: "text"[];
|
|
14269
|
+
reasoning: true;
|
|
14270
|
+
input: ("image" | "text")[];
|
|
14413
14271
|
cost: {
|
|
14414
14272
|
input: number;
|
|
14415
14273
|
output: number;
|
|
@@ -14436,23 +14294,6 @@ export declare const MODELS: {
|
|
|
14436
14294
|
contextWindow: number;
|
|
14437
14295
|
maxTokens: number;
|
|
14438
14296
|
};
|
|
14439
|
-
readonly "grok-vision-beta": {
|
|
14440
|
-
id: string;
|
|
14441
|
-
name: string;
|
|
14442
|
-
api: "openai-completions";
|
|
14443
|
-
provider: string;
|
|
14444
|
-
baseUrl: string;
|
|
14445
|
-
reasoning: false;
|
|
14446
|
-
input: ("image" | "text")[];
|
|
14447
|
-
cost: {
|
|
14448
|
-
input: number;
|
|
14449
|
-
output: number;
|
|
14450
|
-
cacheRead: number;
|
|
14451
|
-
cacheWrite: number;
|
|
14452
|
-
};
|
|
14453
|
-
contextWindow: number;
|
|
14454
|
-
maxTokens: number;
|
|
14455
|
-
};
|
|
14456
14297
|
};
|
|
14457
14298
|
};
|
|
14458
14299
|
//# sourceMappingURL=models.generated.d.ts.map
|