@dreb/ai 2.64.1 → 2.64.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +403 -181
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +496 -246
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/opencode-headers.d.ts +25 -0
- package/dist/providers/opencode-headers.d.ts.map +1 -0
- package/dist/providers/opencode-headers.js +57 -0
- package/dist/providers/opencode-headers.js.map +1 -0
- package/dist/stream.d.ts.map +1 -1
- package/dist/stream.js +3 -2
- package/dist/stream.js.map +1 -1
- package/package.json +1 -1
|
@@ -3079,10 +3079,10 @@ export declare const MODELS: {
|
|
|
3079
3079
|
contextWindow: number;
|
|
3080
3080
|
maxTokens: number;
|
|
3081
3081
|
};
|
|
3082
|
-
readonly "claude-
|
|
3082
|
+
readonly "claude-fable-5.1": {
|
|
3083
3083
|
id: string;
|
|
3084
3084
|
name: string;
|
|
3085
|
-
api: "
|
|
3085
|
+
api: "openai-completions";
|
|
3086
3086
|
provider: string;
|
|
3087
3087
|
baseUrl: string;
|
|
3088
3088
|
headers: {
|
|
@@ -3091,28 +3091,10 @@ export declare const MODELS: {
|
|
|
3091
3091
|
"Editor-Plugin-Version": string;
|
|
3092
3092
|
"Copilot-Integration-Id": string;
|
|
3093
3093
|
};
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
output: number;
|
|
3099
|
-
cacheRead: number;
|
|
3100
|
-
cacheWrite: number;
|
|
3101
|
-
};
|
|
3102
|
-
contextWindow: number;
|
|
3103
|
-
maxTokens: number;
|
|
3104
|
-
};
|
|
3105
|
-
readonly "claude-opus-4.5": {
|
|
3106
|
-
id: string;
|
|
3107
|
-
name: string;
|
|
3108
|
-
api: "anthropic-messages";
|
|
3109
|
-
provider: string;
|
|
3110
|
-
baseUrl: string;
|
|
3111
|
-
headers: {
|
|
3112
|
-
"User-Agent": string;
|
|
3113
|
-
"Editor-Version": string;
|
|
3114
|
-
"Editor-Plugin-Version": string;
|
|
3115
|
-
"Copilot-Integration-Id": string;
|
|
3094
|
+
compat: {
|
|
3095
|
+
supportsStore: false;
|
|
3096
|
+
supportsDeveloperRole: false;
|
|
3097
|
+
supportsReasoningEffort: false;
|
|
3116
3098
|
};
|
|
3117
3099
|
reasoning: true;
|
|
3118
3100
|
input: ("image" | "text")[];
|
|
@@ -3125,7 +3107,7 @@ export declare const MODELS: {
|
|
|
3125
3107
|
contextWindow: number;
|
|
3126
3108
|
maxTokens: number;
|
|
3127
3109
|
};
|
|
3128
|
-
readonly "claude-
|
|
3110
|
+
readonly "claude-haiku-4.5": {
|
|
3129
3111
|
id: string;
|
|
3130
3112
|
name: string;
|
|
3131
3113
|
api: "anthropic-messages";
|
|
@@ -3222,52 +3204,6 @@ export declare const MODELS: {
|
|
|
3222
3204
|
contextWindow: number;
|
|
3223
3205
|
maxTokens: number;
|
|
3224
3206
|
};
|
|
3225
|
-
readonly "claude-sonnet-4": {
|
|
3226
|
-
id: string;
|
|
3227
|
-
name: string;
|
|
3228
|
-
api: "anthropic-messages";
|
|
3229
|
-
provider: string;
|
|
3230
|
-
baseUrl: string;
|
|
3231
|
-
headers: {
|
|
3232
|
-
"User-Agent": string;
|
|
3233
|
-
"Editor-Version": string;
|
|
3234
|
-
"Editor-Plugin-Version": string;
|
|
3235
|
-
"Copilot-Integration-Id": string;
|
|
3236
|
-
};
|
|
3237
|
-
reasoning: true;
|
|
3238
|
-
input: ("image" | "text")[];
|
|
3239
|
-
cost: {
|
|
3240
|
-
input: number;
|
|
3241
|
-
output: number;
|
|
3242
|
-
cacheRead: number;
|
|
3243
|
-
cacheWrite: number;
|
|
3244
|
-
};
|
|
3245
|
-
contextWindow: number;
|
|
3246
|
-
maxTokens: number;
|
|
3247
|
-
};
|
|
3248
|
-
readonly "claude-sonnet-4.5": {
|
|
3249
|
-
id: string;
|
|
3250
|
-
name: string;
|
|
3251
|
-
api: "anthropic-messages";
|
|
3252
|
-
provider: string;
|
|
3253
|
-
baseUrl: string;
|
|
3254
|
-
headers: {
|
|
3255
|
-
"User-Agent": string;
|
|
3256
|
-
"Editor-Version": string;
|
|
3257
|
-
"Editor-Plugin-Version": string;
|
|
3258
|
-
"Copilot-Integration-Id": string;
|
|
3259
|
-
};
|
|
3260
|
-
reasoning: true;
|
|
3261
|
-
input: ("image" | "text")[];
|
|
3262
|
-
cost: {
|
|
3263
|
-
input: number;
|
|
3264
|
-
output: number;
|
|
3265
|
-
cacheRead: number;
|
|
3266
|
-
cacheWrite: number;
|
|
3267
|
-
};
|
|
3268
|
-
contextWindow: number;
|
|
3269
|
-
maxTokens: number;
|
|
3270
|
-
};
|
|
3271
3207
|
readonly "claude-sonnet-4.6": {
|
|
3272
3208
|
id: string;
|
|
3273
3209
|
name: string;
|
|
@@ -3319,34 +3255,6 @@ export declare const MODELS: {
|
|
|
3319
3255
|
contextWindow: number;
|
|
3320
3256
|
maxTokens: number;
|
|
3321
3257
|
};
|
|
3322
|
-
readonly "gemini-3.1-pro-preview": {
|
|
3323
|
-
id: string;
|
|
3324
|
-
name: string;
|
|
3325
|
-
api: "openai-completions";
|
|
3326
|
-
provider: string;
|
|
3327
|
-
baseUrl: string;
|
|
3328
|
-
headers: {
|
|
3329
|
-
"User-Agent": string;
|
|
3330
|
-
"Editor-Version": string;
|
|
3331
|
-
"Editor-Plugin-Version": string;
|
|
3332
|
-
"Copilot-Integration-Id": string;
|
|
3333
|
-
};
|
|
3334
|
-
compat: {
|
|
3335
|
-
supportsStore: false;
|
|
3336
|
-
supportsDeveloperRole: false;
|
|
3337
|
-
supportsReasoningEffort: false;
|
|
3338
|
-
};
|
|
3339
|
-
reasoning: true;
|
|
3340
|
-
input: ("image" | "text")[];
|
|
3341
|
-
cost: {
|
|
3342
|
-
input: number;
|
|
3343
|
-
output: number;
|
|
3344
|
-
cacheRead: number;
|
|
3345
|
-
cacheWrite: number;
|
|
3346
|
-
};
|
|
3347
|
-
contextWindow: number;
|
|
3348
|
-
maxTokens: number;
|
|
3349
|
-
};
|
|
3350
3258
|
readonly "gemini-3.5-flash": {
|
|
3351
3259
|
id: string;
|
|
3352
3260
|
name: string;
|
|
@@ -3431,7 +3339,7 @@ export declare const MODELS: {
|
|
|
3431
3339
|
contextWindow: number;
|
|
3432
3340
|
maxTokens: number;
|
|
3433
3341
|
};
|
|
3434
|
-
readonly "
|
|
3342
|
+
readonly "gemini-3.8-flash": {
|
|
3435
3343
|
id: string;
|
|
3436
3344
|
name: string;
|
|
3437
3345
|
api: "openai-completions";
|
|
@@ -3448,29 +3356,6 @@ export declare const MODELS: {
|
|
|
3448
3356
|
supportsDeveloperRole: false;
|
|
3449
3357
|
supportsReasoningEffort: false;
|
|
3450
3358
|
};
|
|
3451
|
-
reasoning: false;
|
|
3452
|
-
input: ("image" | "text")[];
|
|
3453
|
-
cost: {
|
|
3454
|
-
input: number;
|
|
3455
|
-
output: number;
|
|
3456
|
-
cacheRead: number;
|
|
3457
|
-
cacheWrite: number;
|
|
3458
|
-
};
|
|
3459
|
-
contextWindow: number;
|
|
3460
|
-
maxTokens: number;
|
|
3461
|
-
};
|
|
3462
|
-
readonly "gpt-5-mini": {
|
|
3463
|
-
id: string;
|
|
3464
|
-
name: string;
|
|
3465
|
-
api: "openai-responses";
|
|
3466
|
-
provider: string;
|
|
3467
|
-
baseUrl: string;
|
|
3468
|
-
headers: {
|
|
3469
|
-
"User-Agent": string;
|
|
3470
|
-
"Editor-Version": string;
|
|
3471
|
-
"Editor-Plugin-Version": string;
|
|
3472
|
-
"Copilot-Integration-Id": string;
|
|
3473
|
-
};
|
|
3474
3359
|
reasoning: true;
|
|
3475
3360
|
input: ("image" | "text")[];
|
|
3476
3361
|
cost: {
|
|
@@ -3482,30 +3367,7 @@ export declare const MODELS: {
|
|
|
3482
3367
|
contextWindow: number;
|
|
3483
3368
|
maxTokens: number;
|
|
3484
3369
|
};
|
|
3485
|
-
readonly "gpt-5
|
|
3486
|
-
id: string;
|
|
3487
|
-
name: string;
|
|
3488
|
-
api: "openai-responses";
|
|
3489
|
-
provider: string;
|
|
3490
|
-
baseUrl: string;
|
|
3491
|
-
headers: {
|
|
3492
|
-
"User-Agent": string;
|
|
3493
|
-
"Editor-Version": string;
|
|
3494
|
-
"Editor-Plugin-Version": string;
|
|
3495
|
-
"Copilot-Integration-Id": string;
|
|
3496
|
-
};
|
|
3497
|
-
reasoning: true;
|
|
3498
|
-
input: ("image" | "text")[];
|
|
3499
|
-
cost: {
|
|
3500
|
-
input: number;
|
|
3501
|
-
output: number;
|
|
3502
|
-
cacheRead: number;
|
|
3503
|
-
cacheWrite: number;
|
|
3504
|
-
};
|
|
3505
|
-
contextWindow: number;
|
|
3506
|
-
maxTokens: number;
|
|
3507
|
-
};
|
|
3508
|
-
readonly "gpt-5.2-codex": {
|
|
3370
|
+
readonly "gpt-5-mini": {
|
|
3509
3371
|
id: string;
|
|
3510
3372
|
name: string;
|
|
3511
3373
|
api: "openai-responses";
|
|
@@ -4171,6 +4033,23 @@ export declare const MODELS: {
|
|
|
4171
4033
|
contextWindow: number;
|
|
4172
4034
|
maxTokens: number;
|
|
4173
4035
|
};
|
|
4036
|
+
readonly "gemini-3.8-flash": {
|
|
4037
|
+
id: string;
|
|
4038
|
+
name: string;
|
|
4039
|
+
api: "google-generative-ai";
|
|
4040
|
+
provider: string;
|
|
4041
|
+
baseUrl: string;
|
|
4042
|
+
reasoning: true;
|
|
4043
|
+
input: ("image" | "text")[];
|
|
4044
|
+
cost: {
|
|
4045
|
+
input: number;
|
|
4046
|
+
output: number;
|
|
4047
|
+
cacheRead: number;
|
|
4048
|
+
cacheWrite: number;
|
|
4049
|
+
};
|
|
4050
|
+
contextWindow: number;
|
|
4051
|
+
maxTokens: number;
|
|
4052
|
+
};
|
|
4174
4053
|
readonly "gemini-flash-latest": {
|
|
4175
4054
|
id: string;
|
|
4176
4055
|
name: string;
|
|
@@ -5587,6 +5466,26 @@ export declare const MODELS: {
|
|
|
5587
5466
|
contextWindow: number;
|
|
5588
5467
|
maxTokens: number;
|
|
5589
5468
|
};
|
|
5469
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-Vision-Exp": {
|
|
5470
|
+
id: string;
|
|
5471
|
+
name: string;
|
|
5472
|
+
api: "openai-completions";
|
|
5473
|
+
provider: string;
|
|
5474
|
+
baseUrl: string;
|
|
5475
|
+
compat: {
|
|
5476
|
+
supportsDeveloperRole: false;
|
|
5477
|
+
};
|
|
5478
|
+
reasoning: true;
|
|
5479
|
+
input: ("image" | "text")[];
|
|
5480
|
+
cost: {
|
|
5481
|
+
input: number;
|
|
5482
|
+
output: number;
|
|
5483
|
+
cacheRead: number;
|
|
5484
|
+
cacheWrite: number;
|
|
5485
|
+
};
|
|
5486
|
+
contextWindow: number;
|
|
5487
|
+
maxTokens: number;
|
|
5488
|
+
};
|
|
5590
5489
|
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
5591
5490
|
id: string;
|
|
5592
5491
|
name: string;
|
|
@@ -8265,6 +8164,23 @@ export declare const MODELS: {
|
|
|
8265
8164
|
contextWindow: number;
|
|
8266
8165
|
maxTokens: number;
|
|
8267
8166
|
};
|
|
8167
|
+
readonly "gemini-3.8-flash": {
|
|
8168
|
+
id: string;
|
|
8169
|
+
name: string;
|
|
8170
|
+
api: "google-generative-ai";
|
|
8171
|
+
provider: string;
|
|
8172
|
+
baseUrl: string;
|
|
8173
|
+
reasoning: true;
|
|
8174
|
+
input: ("image" | "text")[];
|
|
8175
|
+
cost: {
|
|
8176
|
+
input: number;
|
|
8177
|
+
output: number;
|
|
8178
|
+
cacheRead: number;
|
|
8179
|
+
cacheWrite: number;
|
|
8180
|
+
};
|
|
8181
|
+
contextWindow: number;
|
|
8182
|
+
maxTokens: number;
|
|
8183
|
+
};
|
|
8268
8184
|
readonly "glm-5": {
|
|
8269
8185
|
id: string;
|
|
8270
8186
|
name: string;
|
|
@@ -8877,6 +8793,23 @@ export declare const MODELS: {
|
|
|
8877
8793
|
contextWindow: number;
|
|
8878
8794
|
maxTokens: number;
|
|
8879
8795
|
};
|
|
8796
|
+
readonly "muse-spark-1.3-contributor-free": {
|
|
8797
|
+
id: string;
|
|
8798
|
+
name: string;
|
|
8799
|
+
api: "openai-responses";
|
|
8800
|
+
provider: string;
|
|
8801
|
+
baseUrl: string;
|
|
8802
|
+
reasoning: true;
|
|
8803
|
+
input: ("image" | "text")[];
|
|
8804
|
+
cost: {
|
|
8805
|
+
input: number;
|
|
8806
|
+
output: number;
|
|
8807
|
+
cacheRead: number;
|
|
8808
|
+
cacheWrite: number;
|
|
8809
|
+
};
|
|
8810
|
+
contextWindow: number;
|
|
8811
|
+
maxTokens: number;
|
|
8812
|
+
};
|
|
8880
8813
|
readonly "nemotron-3-ultra-free": {
|
|
8881
8814
|
id: string;
|
|
8882
8815
|
name: string;
|
|
@@ -9287,6 +9220,40 @@ export declare const MODELS: {
|
|
|
9287
9220
|
contextWindow: number;
|
|
9288
9221
|
maxTokens: number;
|
|
9289
9222
|
};
|
|
9223
|
+
readonly "muse-spark-1.3-contributor": {
|
|
9224
|
+
id: string;
|
|
9225
|
+
name: string;
|
|
9226
|
+
api: "openai-responses";
|
|
9227
|
+
provider: string;
|
|
9228
|
+
baseUrl: string;
|
|
9229
|
+
reasoning: true;
|
|
9230
|
+
input: ("image" | "text")[];
|
|
9231
|
+
cost: {
|
|
9232
|
+
input: number;
|
|
9233
|
+
output: number;
|
|
9234
|
+
cacheRead: number;
|
|
9235
|
+
cacheWrite: number;
|
|
9236
|
+
};
|
|
9237
|
+
contextWindow: number;
|
|
9238
|
+
maxTokens: number;
|
|
9239
|
+
};
|
|
9240
|
+
readonly "omen-alpha": {
|
|
9241
|
+
id: string;
|
|
9242
|
+
name: string;
|
|
9243
|
+
api: "openai-completions";
|
|
9244
|
+
provider: string;
|
|
9245
|
+
baseUrl: string;
|
|
9246
|
+
reasoning: true;
|
|
9247
|
+
input: ("image" | "text")[];
|
|
9248
|
+
cost: {
|
|
9249
|
+
input: number;
|
|
9250
|
+
output: number;
|
|
9251
|
+
cacheRead: number;
|
|
9252
|
+
cacheWrite: number;
|
|
9253
|
+
};
|
|
9254
|
+
contextWindow: number;
|
|
9255
|
+
maxTokens: number;
|
|
9256
|
+
};
|
|
9290
9257
|
readonly "qwen3.6-plus": {
|
|
9291
9258
|
id: string;
|
|
9292
9259
|
name: string;
|
|
@@ -9561,6 +9528,23 @@ export declare const MODELS: {
|
|
|
9561
9528
|
contextWindow: number;
|
|
9562
9529
|
maxTokens: number;
|
|
9563
9530
|
};
|
|
9531
|
+
readonly "anthropic/claude-fable-5.1:batch": {
|
|
9532
|
+
id: string;
|
|
9533
|
+
name: string;
|
|
9534
|
+
api: "openai-completions";
|
|
9535
|
+
provider: string;
|
|
9536
|
+
baseUrl: string;
|
|
9537
|
+
reasoning: true;
|
|
9538
|
+
input: ("image" | "text")[];
|
|
9539
|
+
cost: {
|
|
9540
|
+
input: number;
|
|
9541
|
+
output: number;
|
|
9542
|
+
cacheRead: number;
|
|
9543
|
+
cacheWrite: number;
|
|
9544
|
+
};
|
|
9545
|
+
contextWindow: number;
|
|
9546
|
+
maxTokens: number;
|
|
9547
|
+
};
|
|
9564
9548
|
readonly "anthropic/claude-fable-5:batch": {
|
|
9565
9549
|
id: string;
|
|
9566
9550
|
name: string;
|
|
@@ -10649,7 +10633,41 @@ export declare const MODELS: {
|
|
|
10649
10633
|
contextWindow: number;
|
|
10650
10634
|
maxTokens: number;
|
|
10651
10635
|
};
|
|
10652
|
-
readonly "google/gemini-3.1-pro-preview": {
|
|
10636
|
+
readonly "google/gemini-3.1-pro-preview": {
|
|
10637
|
+
id: string;
|
|
10638
|
+
name: string;
|
|
10639
|
+
api: "openai-completions";
|
|
10640
|
+
provider: string;
|
|
10641
|
+
baseUrl: string;
|
|
10642
|
+
reasoning: true;
|
|
10643
|
+
input: ("image" | "text")[];
|
|
10644
|
+
cost: {
|
|
10645
|
+
input: number;
|
|
10646
|
+
output: number;
|
|
10647
|
+
cacheRead: number;
|
|
10648
|
+
cacheWrite: number;
|
|
10649
|
+
};
|
|
10650
|
+
contextWindow: number;
|
|
10651
|
+
maxTokens: number;
|
|
10652
|
+
};
|
|
10653
|
+
readonly "google/gemini-3.1-pro-preview-customtools": {
|
|
10654
|
+
id: string;
|
|
10655
|
+
name: string;
|
|
10656
|
+
api: "openai-completions";
|
|
10657
|
+
provider: string;
|
|
10658
|
+
baseUrl: string;
|
|
10659
|
+
reasoning: true;
|
|
10660
|
+
input: ("image" | "text")[];
|
|
10661
|
+
cost: {
|
|
10662
|
+
input: number;
|
|
10663
|
+
output: number;
|
|
10664
|
+
cacheRead: number;
|
|
10665
|
+
cacheWrite: number;
|
|
10666
|
+
};
|
|
10667
|
+
contextWindow: number;
|
|
10668
|
+
maxTokens: number;
|
|
10669
|
+
};
|
|
10670
|
+
readonly "google/gemini-3.1-pro-preview:batch": {
|
|
10653
10671
|
id: string;
|
|
10654
10672
|
name: string;
|
|
10655
10673
|
api: "openai-completions";
|
|
@@ -10666,7 +10684,7 @@ export declare const MODELS: {
|
|
|
10666
10684
|
contextWindow: number;
|
|
10667
10685
|
maxTokens: number;
|
|
10668
10686
|
};
|
|
10669
|
-
readonly "google/gemini-3.
|
|
10687
|
+
readonly "google/gemini-3.5-flash": {
|
|
10670
10688
|
id: string;
|
|
10671
10689
|
name: string;
|
|
10672
10690
|
api: "openai-completions";
|
|
@@ -10683,7 +10701,7 @@ export declare const MODELS: {
|
|
|
10683
10701
|
contextWindow: number;
|
|
10684
10702
|
maxTokens: number;
|
|
10685
10703
|
};
|
|
10686
|
-
readonly "google/gemini-3.
|
|
10704
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
10687
10705
|
id: string;
|
|
10688
10706
|
name: string;
|
|
10689
10707
|
api: "openai-completions";
|
|
@@ -10700,7 +10718,7 @@ export declare const MODELS: {
|
|
|
10700
10718
|
contextWindow: number;
|
|
10701
10719
|
maxTokens: number;
|
|
10702
10720
|
};
|
|
10703
|
-
readonly "google/gemini-3.5-flash": {
|
|
10721
|
+
readonly "google/gemini-3.5-flash-lite:batch": {
|
|
10704
10722
|
id: string;
|
|
10705
10723
|
name: string;
|
|
10706
10724
|
api: "openai-completions";
|
|
@@ -10717,7 +10735,7 @@ export declare const MODELS: {
|
|
|
10717
10735
|
contextWindow: number;
|
|
10718
10736
|
maxTokens: number;
|
|
10719
10737
|
};
|
|
10720
|
-
readonly "google/gemini-3.5-flash
|
|
10738
|
+
readonly "google/gemini-3.5-flash:batch": {
|
|
10721
10739
|
id: string;
|
|
10722
10740
|
name: string;
|
|
10723
10741
|
api: "openai-completions";
|
|
@@ -10734,7 +10752,7 @@ export declare const MODELS: {
|
|
|
10734
10752
|
contextWindow: number;
|
|
10735
10753
|
maxTokens: number;
|
|
10736
10754
|
};
|
|
10737
|
-
readonly "google/gemini-3.
|
|
10755
|
+
readonly "google/gemini-3.6-flash": {
|
|
10738
10756
|
id: string;
|
|
10739
10757
|
name: string;
|
|
10740
10758
|
api: "openai-completions";
|
|
@@ -10751,7 +10769,7 @@ export declare const MODELS: {
|
|
|
10751
10769
|
contextWindow: number;
|
|
10752
10770
|
maxTokens: number;
|
|
10753
10771
|
};
|
|
10754
|
-
readonly "google/gemini-3.
|
|
10772
|
+
readonly "google/gemini-3.6-flash:batch": {
|
|
10755
10773
|
id: string;
|
|
10756
10774
|
name: string;
|
|
10757
10775
|
api: "openai-completions";
|
|
@@ -10768,7 +10786,7 @@ export declare const MODELS: {
|
|
|
10768
10786
|
contextWindow: number;
|
|
10769
10787
|
maxTokens: number;
|
|
10770
10788
|
};
|
|
10771
|
-
readonly "google/gemini-3.
|
|
10789
|
+
readonly "google/gemini-3.7-flash": {
|
|
10772
10790
|
id: string;
|
|
10773
10791
|
name: string;
|
|
10774
10792
|
api: "openai-completions";
|
|
@@ -10785,7 +10803,7 @@ export declare const MODELS: {
|
|
|
10785
10803
|
contextWindow: number;
|
|
10786
10804
|
maxTokens: number;
|
|
10787
10805
|
};
|
|
10788
|
-
readonly "google/gemini-3.
|
|
10806
|
+
readonly "google/gemini-3.7-flash:batch": {
|
|
10789
10807
|
id: string;
|
|
10790
10808
|
name: string;
|
|
10791
10809
|
api: "openai-completions";
|
|
@@ -10802,7 +10820,7 @@ export declare const MODELS: {
|
|
|
10802
10820
|
contextWindow: number;
|
|
10803
10821
|
maxTokens: number;
|
|
10804
10822
|
};
|
|
10805
|
-
readonly "google/gemini-3.
|
|
10823
|
+
readonly "google/gemini-3.8-flash": {
|
|
10806
10824
|
id: string;
|
|
10807
10825
|
name: string;
|
|
10808
10826
|
api: "openai-completions";
|
|
@@ -10819,7 +10837,7 @@ export declare const MODELS: {
|
|
|
10819
10837
|
contextWindow: number;
|
|
10820
10838
|
maxTokens: number;
|
|
10821
10839
|
};
|
|
10822
|
-
readonly "google/gemini-3.
|
|
10840
|
+
readonly "google/gemini-3.8-flash:batch": {
|
|
10823
10841
|
id: string;
|
|
10824
10842
|
name: string;
|
|
10825
10843
|
api: "openai-completions";
|
|
@@ -10955,13 +10973,13 @@ export declare const MODELS: {
|
|
|
10955
10973
|
contextWindow: number;
|
|
10956
10974
|
maxTokens: number;
|
|
10957
10975
|
};
|
|
10958
|
-
readonly "ibm-granite/granite-4.
|
|
10976
|
+
readonly "ibm-granite/granite-4.2-8b": {
|
|
10959
10977
|
id: string;
|
|
10960
10978
|
name: string;
|
|
10961
10979
|
api: "openai-completions";
|
|
10962
10980
|
provider: string;
|
|
10963
10981
|
baseUrl: string;
|
|
10964
|
-
reasoning:
|
|
10982
|
+
reasoning: true;
|
|
10965
10983
|
input: "text"[];
|
|
10966
10984
|
cost: {
|
|
10967
10985
|
input: number;
|
|
@@ -10972,7 +10990,7 @@ export declare const MODELS: {
|
|
|
10972
10990
|
contextWindow: number;
|
|
10973
10991
|
maxTokens: number;
|
|
10974
10992
|
};
|
|
10975
|
-
readonly "
|
|
10993
|
+
readonly "inception/mercury-2": {
|
|
10976
10994
|
id: string;
|
|
10977
10995
|
name: string;
|
|
10978
10996
|
api: "openai-completions";
|
|
@@ -10989,7 +11007,7 @@ export declare const MODELS: {
|
|
|
10989
11007
|
contextWindow: number;
|
|
10990
11008
|
maxTokens: number;
|
|
10991
11009
|
};
|
|
10992
|
-
readonly "inception/mercury-2": {
|
|
11010
|
+
readonly "inception/mercury-2.5-preview": {
|
|
10993
11011
|
id: string;
|
|
10994
11012
|
name: string;
|
|
10995
11013
|
api: "openai-completions";
|
|
@@ -11006,7 +11024,7 @@ export declare const MODELS: {
|
|
|
11006
11024
|
contextWindow: number;
|
|
11007
11025
|
maxTokens: number;
|
|
11008
11026
|
};
|
|
11009
|
-
readonly "
|
|
11027
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
11010
11028
|
id: string;
|
|
11011
11029
|
name: string;
|
|
11012
11030
|
api: "openai-completions";
|
|
@@ -11023,7 +11041,7 @@ export declare const MODELS: {
|
|
|
11023
11041
|
contextWindow: number;
|
|
11024
11042
|
maxTokens: number;
|
|
11025
11043
|
};
|
|
11026
|
-
readonly "inclusionai/ling-3.0-flash": {
|
|
11044
|
+
readonly "inclusionai/ling-3.0-flash-fin": {
|
|
11027
11045
|
id: string;
|
|
11028
11046
|
name: string;
|
|
11029
11047
|
api: "openai-completions";
|
|
@@ -11057,6 +11075,23 @@ export declare const MODELS: {
|
|
|
11057
11075
|
contextWindow: number;
|
|
11058
11076
|
maxTokens: number;
|
|
11059
11077
|
};
|
|
11078
|
+
readonly "inclusionai/ling-3.0-flash-sante:free": {
|
|
11079
|
+
id: string;
|
|
11080
|
+
name: string;
|
|
11081
|
+
api: "openai-completions";
|
|
11082
|
+
provider: string;
|
|
11083
|
+
baseUrl: string;
|
|
11084
|
+
reasoning: true;
|
|
11085
|
+
input: "text"[];
|
|
11086
|
+
cost: {
|
|
11087
|
+
input: number;
|
|
11088
|
+
output: number;
|
|
11089
|
+
cacheRead: number;
|
|
11090
|
+
cacheWrite: number;
|
|
11091
|
+
};
|
|
11092
|
+
contextWindow: number;
|
|
11093
|
+
maxTokens: number;
|
|
11094
|
+
};
|
|
11060
11095
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
11061
11096
|
id: string;
|
|
11062
11097
|
name: string;
|
|
@@ -11295,6 +11330,40 @@ export declare const MODELS: {
|
|
|
11295
11330
|
contextWindow: number;
|
|
11296
11331
|
maxTokens: number;
|
|
11297
11332
|
};
|
|
11333
|
+
readonly "meta/muse-spark-1.3": {
|
|
11334
|
+
id: string;
|
|
11335
|
+
name: string;
|
|
11336
|
+
api: "openai-completions";
|
|
11337
|
+
provider: string;
|
|
11338
|
+
baseUrl: string;
|
|
11339
|
+
reasoning: true;
|
|
11340
|
+
input: ("image" | "text")[];
|
|
11341
|
+
cost: {
|
|
11342
|
+
input: number;
|
|
11343
|
+
output: number;
|
|
11344
|
+
cacheRead: number;
|
|
11345
|
+
cacheWrite: number;
|
|
11346
|
+
};
|
|
11347
|
+
contextWindow: number;
|
|
11348
|
+
maxTokens: number;
|
|
11349
|
+
};
|
|
11350
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
11351
|
+
id: string;
|
|
11352
|
+
name: string;
|
|
11353
|
+
api: "openai-completions";
|
|
11354
|
+
provider: string;
|
|
11355
|
+
baseUrl: string;
|
|
11356
|
+
reasoning: true;
|
|
11357
|
+
input: ("image" | "text")[];
|
|
11358
|
+
cost: {
|
|
11359
|
+
input: number;
|
|
11360
|
+
output: number;
|
|
11361
|
+
cacheRead: number;
|
|
11362
|
+
cacheWrite: number;
|
|
11363
|
+
};
|
|
11364
|
+
contextWindow: number;
|
|
11365
|
+
maxTokens: number;
|
|
11366
|
+
};
|
|
11298
11367
|
readonly "minimax/minimax-m1": {
|
|
11299
11368
|
id: string;
|
|
11300
11369
|
name: string;
|
|
@@ -12009,23 +12078,6 @@ export declare const MODELS: {
|
|
|
12009
12078
|
contextWindow: number;
|
|
12010
12079
|
maxTokens: number;
|
|
12011
12080
|
};
|
|
12012
|
-
readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
|
|
12013
|
-
id: string;
|
|
12014
|
-
name: string;
|
|
12015
|
-
api: "openai-completions";
|
|
12016
|
-
provider: string;
|
|
12017
|
-
baseUrl: string;
|
|
12018
|
-
reasoning: true;
|
|
12019
|
-
input: "text"[];
|
|
12020
|
-
cost: {
|
|
12021
|
-
input: number;
|
|
12022
|
-
output: number;
|
|
12023
|
-
cacheRead: number;
|
|
12024
|
-
cacheWrite: number;
|
|
12025
|
-
};
|
|
12026
|
-
contextWindow: number;
|
|
12027
|
-
maxTokens: number;
|
|
12028
|
-
};
|
|
12029
12081
|
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
12030
12082
|
id: string;
|
|
12031
12083
|
name: string;
|
|
@@ -14831,6 +14883,23 @@ export declare const MODELS: {
|
|
|
14831
14883
|
contextWindow: number;
|
|
14832
14884
|
maxTokens: number;
|
|
14833
14885
|
};
|
|
14886
|
+
readonly "x-ai/grok-4.3:batch": {
|
|
14887
|
+
id: string;
|
|
14888
|
+
name: string;
|
|
14889
|
+
api: "openai-completions";
|
|
14890
|
+
provider: string;
|
|
14891
|
+
baseUrl: string;
|
|
14892
|
+
reasoning: true;
|
|
14893
|
+
input: ("image" | "text")[];
|
|
14894
|
+
cost: {
|
|
14895
|
+
input: number;
|
|
14896
|
+
output: number;
|
|
14897
|
+
cacheRead: number;
|
|
14898
|
+
cacheWrite: number;
|
|
14899
|
+
};
|
|
14900
|
+
contextWindow: number;
|
|
14901
|
+
maxTokens: number;
|
|
14902
|
+
};
|
|
14834
14903
|
readonly "x-ai/grok-4.5": {
|
|
14835
14904
|
id: string;
|
|
14836
14905
|
name: string;
|
|
@@ -15375,6 +15444,23 @@ export declare const MODELS: {
|
|
|
15375
15444
|
contextWindow: number;
|
|
15376
15445
|
maxTokens: number;
|
|
15377
15446
|
};
|
|
15447
|
+
readonly "~z-ai/glm-flash-latest": {
|
|
15448
|
+
id: string;
|
|
15449
|
+
name: string;
|
|
15450
|
+
api: "openai-completions";
|
|
15451
|
+
provider: string;
|
|
15452
|
+
baseUrl: string;
|
|
15453
|
+
reasoning: true;
|
|
15454
|
+
input: ("image" | "text")[];
|
|
15455
|
+
cost: {
|
|
15456
|
+
input: number;
|
|
15457
|
+
output: number;
|
|
15458
|
+
cacheRead: number;
|
|
15459
|
+
cacheWrite: number;
|
|
15460
|
+
};
|
|
15461
|
+
contextWindow: number;
|
|
15462
|
+
maxTokens: number;
|
|
15463
|
+
};
|
|
15378
15464
|
readonly "~z-ai/glm-latest": {
|
|
15379
15465
|
id: string;
|
|
15380
15466
|
name: string;
|
|
@@ -15904,6 +15990,23 @@ export declare const MODELS: {
|
|
|
15904
15990
|
contextWindow: number;
|
|
15905
15991
|
maxTokens: number;
|
|
15906
15992
|
};
|
|
15993
|
+
readonly "alibaba/qwen3.8-max-0902": {
|
|
15994
|
+
id: string;
|
|
15995
|
+
name: string;
|
|
15996
|
+
api: "anthropic-messages";
|
|
15997
|
+
provider: string;
|
|
15998
|
+
baseUrl: string;
|
|
15999
|
+
reasoning: true;
|
|
16000
|
+
input: ("image" | "text")[];
|
|
16001
|
+
cost: {
|
|
16002
|
+
input: number;
|
|
16003
|
+
output: number;
|
|
16004
|
+
cacheRead: number;
|
|
16005
|
+
cacheWrite: number;
|
|
16006
|
+
};
|
|
16007
|
+
contextWindow: number;
|
|
16008
|
+
maxTokens: number;
|
|
16009
|
+
};
|
|
15907
16010
|
readonly "amazon/nova-2-lite": {
|
|
15908
16011
|
id: string;
|
|
15909
16012
|
name: string;
|
|
@@ -16652,6 +16755,23 @@ export declare const MODELS: {
|
|
|
16652
16755
|
contextWindow: number;
|
|
16653
16756
|
maxTokens: number;
|
|
16654
16757
|
};
|
|
16758
|
+
readonly "google/gemini-3.8-flash": {
|
|
16759
|
+
id: string;
|
|
16760
|
+
name: string;
|
|
16761
|
+
api: "anthropic-messages";
|
|
16762
|
+
provider: string;
|
|
16763
|
+
baseUrl: string;
|
|
16764
|
+
reasoning: true;
|
|
16765
|
+
input: ("image" | "text")[];
|
|
16766
|
+
cost: {
|
|
16767
|
+
input: number;
|
|
16768
|
+
output: number;
|
|
16769
|
+
cacheRead: number;
|
|
16770
|
+
cacheWrite: number;
|
|
16771
|
+
};
|
|
16772
|
+
contextWindow: number;
|
|
16773
|
+
maxTokens: number;
|
|
16774
|
+
};
|
|
16655
16775
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
16656
16776
|
id: string;
|
|
16657
16777
|
name: string;
|
|
@@ -16771,6 +16891,40 @@ export declare const MODELS: {
|
|
|
16771
16891
|
contextWindow: number;
|
|
16772
16892
|
maxTokens: number;
|
|
16773
16893
|
};
|
|
16894
|
+
readonly "inclusionai/ling-3.0-flash-sante": {
|
|
16895
|
+
id: string;
|
|
16896
|
+
name: string;
|
|
16897
|
+
api: "anthropic-messages";
|
|
16898
|
+
provider: string;
|
|
16899
|
+
baseUrl: string;
|
|
16900
|
+
reasoning: true;
|
|
16901
|
+
input: "text"[];
|
|
16902
|
+
cost: {
|
|
16903
|
+
input: number;
|
|
16904
|
+
output: number;
|
|
16905
|
+
cacheRead: number;
|
|
16906
|
+
cacheWrite: number;
|
|
16907
|
+
};
|
|
16908
|
+
contextWindow: number;
|
|
16909
|
+
maxTokens: number;
|
|
16910
|
+
};
|
|
16911
|
+
readonly "inclusionai/ling-3.0-flash-sante-free": {
|
|
16912
|
+
id: string;
|
|
16913
|
+
name: string;
|
|
16914
|
+
api: "anthropic-messages";
|
|
16915
|
+
provider: string;
|
|
16916
|
+
baseUrl: string;
|
|
16917
|
+
reasoning: true;
|
|
16918
|
+
input: "text"[];
|
|
16919
|
+
cost: {
|
|
16920
|
+
input: number;
|
|
16921
|
+
output: number;
|
|
16922
|
+
cacheRead: number;
|
|
16923
|
+
cacheWrite: number;
|
|
16924
|
+
};
|
|
16925
|
+
contextWindow: number;
|
|
16926
|
+
maxTokens: number;
|
|
16927
|
+
};
|
|
16774
16928
|
readonly "interfaze/interfaze-beta": {
|
|
16775
16929
|
id: string;
|
|
16776
16930
|
name: string;
|
|
@@ -17009,6 +17163,40 @@ export declare const MODELS: {
|
|
|
17009
17163
|
contextWindow: number;
|
|
17010
17164
|
maxTokens: number;
|
|
17011
17165
|
};
|
|
17166
|
+
readonly "meta/muse-spark-1.3": {
|
|
17167
|
+
id: string;
|
|
17168
|
+
name: string;
|
|
17169
|
+
api: "anthropic-messages";
|
|
17170
|
+
provider: string;
|
|
17171
|
+
baseUrl: string;
|
|
17172
|
+
reasoning: true;
|
|
17173
|
+
input: ("image" | "text")[];
|
|
17174
|
+
cost: {
|
|
17175
|
+
input: number;
|
|
17176
|
+
output: number;
|
|
17177
|
+
cacheRead: number;
|
|
17178
|
+
cacheWrite: number;
|
|
17179
|
+
};
|
|
17180
|
+
contextWindow: number;
|
|
17181
|
+
maxTokens: number;
|
|
17182
|
+
};
|
|
17183
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
17184
|
+
id: string;
|
|
17185
|
+
name: string;
|
|
17186
|
+
api: "anthropic-messages";
|
|
17187
|
+
provider: string;
|
|
17188
|
+
baseUrl: string;
|
|
17189
|
+
reasoning: true;
|
|
17190
|
+
input: ("image" | "text")[];
|
|
17191
|
+
cost: {
|
|
17192
|
+
input: number;
|
|
17193
|
+
output: number;
|
|
17194
|
+
cacheRead: number;
|
|
17195
|
+
cacheWrite: number;
|
|
17196
|
+
};
|
|
17197
|
+
contextWindow: number;
|
|
17198
|
+
maxTokens: number;
|
|
17199
|
+
};
|
|
17012
17200
|
readonly "minimax/minimax-m2": {
|
|
17013
17201
|
id: string;
|
|
17014
17202
|
name: string;
|
|
@@ -19219,6 +19407,23 @@ export declare const MODELS: {
|
|
|
19219
19407
|
contextWindow: number;
|
|
19220
19408
|
maxTokens: number;
|
|
19221
19409
|
};
|
|
19410
|
+
readonly "zai/glm-5.3-fast": {
|
|
19411
|
+
id: string;
|
|
19412
|
+
name: string;
|
|
19413
|
+
api: "anthropic-messages";
|
|
19414
|
+
provider: string;
|
|
19415
|
+
baseUrl: string;
|
|
19416
|
+
reasoning: true;
|
|
19417
|
+
input: "text"[];
|
|
19418
|
+
cost: {
|
|
19419
|
+
input: number;
|
|
19420
|
+
output: number;
|
|
19421
|
+
cacheRead: number;
|
|
19422
|
+
cacheWrite: number;
|
|
19423
|
+
};
|
|
19424
|
+
contextWindow: number;
|
|
19425
|
+
maxTokens: number;
|
|
19426
|
+
};
|
|
19222
19427
|
readonly "zai/glm-5.3-flash": {
|
|
19223
19428
|
id: string;
|
|
19224
19429
|
name: string;
|
|
@@ -19236,6 +19441,23 @@ export declare const MODELS: {
|
|
|
19236
19441
|
contextWindow: number;
|
|
19237
19442
|
maxTokens: number;
|
|
19238
19443
|
};
|
|
19444
|
+
readonly "zai/glm-5.3-promo-50": {
|
|
19445
|
+
id: string;
|
|
19446
|
+
name: string;
|
|
19447
|
+
api: "anthropic-messages";
|
|
19448
|
+
provider: string;
|
|
19449
|
+
baseUrl: string;
|
|
19450
|
+
reasoning: true;
|
|
19451
|
+
input: "text"[];
|
|
19452
|
+
cost: {
|
|
19453
|
+
input: number;
|
|
19454
|
+
output: number;
|
|
19455
|
+
cacheRead: number;
|
|
19456
|
+
cacheWrite: number;
|
|
19457
|
+
};
|
|
19458
|
+
contextWindow: number;
|
|
19459
|
+
maxTokens: number;
|
|
19460
|
+
};
|
|
19239
19461
|
readonly "zai/glm-5v-turbo": {
|
|
19240
19462
|
id: string;
|
|
19241
19463
|
name: string;
|