@dreb/ai 2.64.0 → 2.64.2
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 +1016 -332
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1214 -504
- 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
|
@@ -85,6 +85,23 @@ export declare const MODELS: {
|
|
|
85
85
|
contextWindow: number;
|
|
86
86
|
maxTokens: number;
|
|
87
87
|
};
|
|
88
|
+
readonly "anthropic.claude-fable-5-1": {
|
|
89
|
+
id: string;
|
|
90
|
+
name: string;
|
|
91
|
+
api: "bedrock-converse-stream";
|
|
92
|
+
provider: string;
|
|
93
|
+
baseUrl: string;
|
|
94
|
+
reasoning: true;
|
|
95
|
+
input: ("image" | "text")[];
|
|
96
|
+
cost: {
|
|
97
|
+
input: number;
|
|
98
|
+
output: number;
|
|
99
|
+
cacheRead: number;
|
|
100
|
+
cacheWrite: number;
|
|
101
|
+
};
|
|
102
|
+
contextWindow: number;
|
|
103
|
+
maxTokens: number;
|
|
104
|
+
};
|
|
88
105
|
readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
89
106
|
id: string;
|
|
90
107
|
name: string;
|
|
@@ -612,6 +629,23 @@ export declare const MODELS: {
|
|
|
612
629
|
contextWindow: number;
|
|
613
630
|
maxTokens: number;
|
|
614
631
|
};
|
|
632
|
+
readonly "global.anthropic.claude-fable-5-1": {
|
|
633
|
+
id: string;
|
|
634
|
+
name: string;
|
|
635
|
+
api: "bedrock-converse-stream";
|
|
636
|
+
provider: string;
|
|
637
|
+
baseUrl: string;
|
|
638
|
+
reasoning: true;
|
|
639
|
+
input: ("image" | "text")[];
|
|
640
|
+
cost: {
|
|
641
|
+
input: number;
|
|
642
|
+
output: number;
|
|
643
|
+
cacheRead: number;
|
|
644
|
+
cacheWrite: number;
|
|
645
|
+
};
|
|
646
|
+
contextWindow: number;
|
|
647
|
+
maxTokens: number;
|
|
648
|
+
};
|
|
615
649
|
readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
616
650
|
id: string;
|
|
617
651
|
name: string;
|
|
@@ -1683,6 +1717,23 @@ export declare const MODELS: {
|
|
|
1683
1717
|
contextWindow: number;
|
|
1684
1718
|
maxTokens: number;
|
|
1685
1719
|
};
|
|
1720
|
+
readonly "us.anthropic.claude-fable-5-1": {
|
|
1721
|
+
id: string;
|
|
1722
|
+
name: string;
|
|
1723
|
+
api: "bedrock-converse-stream";
|
|
1724
|
+
provider: string;
|
|
1725
|
+
baseUrl: string;
|
|
1726
|
+
reasoning: true;
|
|
1727
|
+
input: ("image" | "text")[];
|
|
1728
|
+
cost: {
|
|
1729
|
+
input: number;
|
|
1730
|
+
output: number;
|
|
1731
|
+
cacheRead: number;
|
|
1732
|
+
cacheWrite: number;
|
|
1733
|
+
};
|
|
1734
|
+
contextWindow: number;
|
|
1735
|
+
maxTokens: number;
|
|
1736
|
+
};
|
|
1686
1737
|
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1687
1738
|
id: string;
|
|
1688
1739
|
name: string;
|
|
@@ -2042,6 +2093,23 @@ export declare const MODELS: {
|
|
|
2042
2093
|
contextWindow: number;
|
|
2043
2094
|
maxTokens: number;
|
|
2044
2095
|
};
|
|
2096
|
+
readonly "claude-fable-5-1": {
|
|
2097
|
+
id: string;
|
|
2098
|
+
name: string;
|
|
2099
|
+
api: "anthropic-messages";
|
|
2100
|
+
provider: string;
|
|
2101
|
+
baseUrl: string;
|
|
2102
|
+
reasoning: true;
|
|
2103
|
+
input: ("image" | "text")[];
|
|
2104
|
+
cost: {
|
|
2105
|
+
input: number;
|
|
2106
|
+
output: number;
|
|
2107
|
+
cacheRead: number;
|
|
2108
|
+
cacheWrite: number;
|
|
2109
|
+
};
|
|
2110
|
+
contextWindow: number;
|
|
2111
|
+
maxTokens: number;
|
|
2112
|
+
};
|
|
2045
2113
|
readonly "claude-haiku-4-5": {
|
|
2046
2114
|
id: string;
|
|
2047
2115
|
name: string;
|
|
@@ -3011,10 +3079,10 @@ export declare const MODELS: {
|
|
|
3011
3079
|
contextWindow: number;
|
|
3012
3080
|
maxTokens: number;
|
|
3013
3081
|
};
|
|
3014
|
-
readonly "claude-
|
|
3082
|
+
readonly "claude-fable-5.1": {
|
|
3015
3083
|
id: string;
|
|
3016
3084
|
name: string;
|
|
3017
|
-
api: "
|
|
3085
|
+
api: "openai-completions";
|
|
3018
3086
|
provider: string;
|
|
3019
3087
|
baseUrl: string;
|
|
3020
3088
|
headers: {
|
|
@@ -3023,28 +3091,10 @@ export declare const MODELS: {
|
|
|
3023
3091
|
"Editor-Plugin-Version": string;
|
|
3024
3092
|
"Copilot-Integration-Id": string;
|
|
3025
3093
|
};
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
output: number;
|
|
3031
|
-
cacheRead: number;
|
|
3032
|
-
cacheWrite: number;
|
|
3033
|
-
};
|
|
3034
|
-
contextWindow: number;
|
|
3035
|
-
maxTokens: number;
|
|
3036
|
-
};
|
|
3037
|
-
readonly "claude-opus-4.5": {
|
|
3038
|
-
id: string;
|
|
3039
|
-
name: string;
|
|
3040
|
-
api: "anthropic-messages";
|
|
3041
|
-
provider: string;
|
|
3042
|
-
baseUrl: string;
|
|
3043
|
-
headers: {
|
|
3044
|
-
"User-Agent": string;
|
|
3045
|
-
"Editor-Version": string;
|
|
3046
|
-
"Editor-Plugin-Version": string;
|
|
3047
|
-
"Copilot-Integration-Id": string;
|
|
3094
|
+
compat: {
|
|
3095
|
+
supportsStore: false;
|
|
3096
|
+
supportsDeveloperRole: false;
|
|
3097
|
+
supportsReasoningEffort: false;
|
|
3048
3098
|
};
|
|
3049
3099
|
reasoning: true;
|
|
3050
3100
|
input: ("image" | "text")[];
|
|
@@ -3057,7 +3107,7 @@ export declare const MODELS: {
|
|
|
3057
3107
|
contextWindow: number;
|
|
3058
3108
|
maxTokens: number;
|
|
3059
3109
|
};
|
|
3060
|
-
readonly "claude-
|
|
3110
|
+
readonly "claude-haiku-4.5": {
|
|
3061
3111
|
id: string;
|
|
3062
3112
|
name: string;
|
|
3063
3113
|
api: "anthropic-messages";
|
|
@@ -3154,52 +3204,6 @@ export declare const MODELS: {
|
|
|
3154
3204
|
contextWindow: number;
|
|
3155
3205
|
maxTokens: number;
|
|
3156
3206
|
};
|
|
3157
|
-
readonly "claude-sonnet-4": {
|
|
3158
|
-
id: string;
|
|
3159
|
-
name: string;
|
|
3160
|
-
api: "anthropic-messages";
|
|
3161
|
-
provider: string;
|
|
3162
|
-
baseUrl: string;
|
|
3163
|
-
headers: {
|
|
3164
|
-
"User-Agent": string;
|
|
3165
|
-
"Editor-Version": string;
|
|
3166
|
-
"Editor-Plugin-Version": string;
|
|
3167
|
-
"Copilot-Integration-Id": string;
|
|
3168
|
-
};
|
|
3169
|
-
reasoning: true;
|
|
3170
|
-
input: ("image" | "text")[];
|
|
3171
|
-
cost: {
|
|
3172
|
-
input: number;
|
|
3173
|
-
output: number;
|
|
3174
|
-
cacheRead: number;
|
|
3175
|
-
cacheWrite: number;
|
|
3176
|
-
};
|
|
3177
|
-
contextWindow: number;
|
|
3178
|
-
maxTokens: number;
|
|
3179
|
-
};
|
|
3180
|
-
readonly "claude-sonnet-4.5": {
|
|
3181
|
-
id: string;
|
|
3182
|
-
name: string;
|
|
3183
|
-
api: "anthropic-messages";
|
|
3184
|
-
provider: string;
|
|
3185
|
-
baseUrl: string;
|
|
3186
|
-
headers: {
|
|
3187
|
-
"User-Agent": string;
|
|
3188
|
-
"Editor-Version": string;
|
|
3189
|
-
"Editor-Plugin-Version": string;
|
|
3190
|
-
"Copilot-Integration-Id": string;
|
|
3191
|
-
};
|
|
3192
|
-
reasoning: true;
|
|
3193
|
-
input: ("image" | "text")[];
|
|
3194
|
-
cost: {
|
|
3195
|
-
input: number;
|
|
3196
|
-
output: number;
|
|
3197
|
-
cacheRead: number;
|
|
3198
|
-
cacheWrite: number;
|
|
3199
|
-
};
|
|
3200
|
-
contextWindow: number;
|
|
3201
|
-
maxTokens: number;
|
|
3202
|
-
};
|
|
3203
3207
|
readonly "claude-sonnet-4.6": {
|
|
3204
3208
|
id: string;
|
|
3205
3209
|
name: string;
|
|
@@ -3251,34 +3255,6 @@ export declare const MODELS: {
|
|
|
3251
3255
|
contextWindow: number;
|
|
3252
3256
|
maxTokens: number;
|
|
3253
3257
|
};
|
|
3254
|
-
readonly "gemini-3.1-pro-preview": {
|
|
3255
|
-
id: string;
|
|
3256
|
-
name: string;
|
|
3257
|
-
api: "openai-completions";
|
|
3258
|
-
provider: string;
|
|
3259
|
-
baseUrl: string;
|
|
3260
|
-
headers: {
|
|
3261
|
-
"User-Agent": string;
|
|
3262
|
-
"Editor-Version": string;
|
|
3263
|
-
"Editor-Plugin-Version": string;
|
|
3264
|
-
"Copilot-Integration-Id": string;
|
|
3265
|
-
};
|
|
3266
|
-
compat: {
|
|
3267
|
-
supportsStore: false;
|
|
3268
|
-
supportsDeveloperRole: false;
|
|
3269
|
-
supportsReasoningEffort: false;
|
|
3270
|
-
};
|
|
3271
|
-
reasoning: true;
|
|
3272
|
-
input: ("image" | "text")[];
|
|
3273
|
-
cost: {
|
|
3274
|
-
input: number;
|
|
3275
|
-
output: number;
|
|
3276
|
-
cacheRead: number;
|
|
3277
|
-
cacheWrite: number;
|
|
3278
|
-
};
|
|
3279
|
-
contextWindow: number;
|
|
3280
|
-
maxTokens: number;
|
|
3281
|
-
};
|
|
3282
3258
|
readonly "gemini-3.5-flash": {
|
|
3283
3259
|
id: string;
|
|
3284
3260
|
name: string;
|
|
@@ -3363,7 +3339,7 @@ export declare const MODELS: {
|
|
|
3363
3339
|
contextWindow: number;
|
|
3364
3340
|
maxTokens: number;
|
|
3365
3341
|
};
|
|
3366
|
-
readonly "
|
|
3342
|
+
readonly "gemini-3.8-flash": {
|
|
3367
3343
|
id: string;
|
|
3368
3344
|
name: string;
|
|
3369
3345
|
api: "openai-completions";
|
|
@@ -3380,52 +3356,6 @@ export declare const MODELS: {
|
|
|
3380
3356
|
supportsDeveloperRole: false;
|
|
3381
3357
|
supportsReasoningEffort: false;
|
|
3382
3358
|
};
|
|
3383
|
-
reasoning: false;
|
|
3384
|
-
input: ("image" | "text")[];
|
|
3385
|
-
cost: {
|
|
3386
|
-
input: number;
|
|
3387
|
-
output: number;
|
|
3388
|
-
cacheRead: number;
|
|
3389
|
-
cacheWrite: number;
|
|
3390
|
-
};
|
|
3391
|
-
contextWindow: number;
|
|
3392
|
-
maxTokens: number;
|
|
3393
|
-
};
|
|
3394
|
-
readonly "gpt-5-mini": {
|
|
3395
|
-
id: string;
|
|
3396
|
-
name: string;
|
|
3397
|
-
api: "openai-responses";
|
|
3398
|
-
provider: string;
|
|
3399
|
-
baseUrl: string;
|
|
3400
|
-
headers: {
|
|
3401
|
-
"User-Agent": string;
|
|
3402
|
-
"Editor-Version": string;
|
|
3403
|
-
"Editor-Plugin-Version": string;
|
|
3404
|
-
"Copilot-Integration-Id": string;
|
|
3405
|
-
};
|
|
3406
|
-
reasoning: true;
|
|
3407
|
-
input: ("image" | "text")[];
|
|
3408
|
-
cost: {
|
|
3409
|
-
input: number;
|
|
3410
|
-
output: number;
|
|
3411
|
-
cacheRead: number;
|
|
3412
|
-
cacheWrite: number;
|
|
3413
|
-
};
|
|
3414
|
-
contextWindow: number;
|
|
3415
|
-
maxTokens: number;
|
|
3416
|
-
};
|
|
3417
|
-
readonly "gpt-5.2": {
|
|
3418
|
-
id: string;
|
|
3419
|
-
name: string;
|
|
3420
|
-
api: "openai-responses";
|
|
3421
|
-
provider: string;
|
|
3422
|
-
baseUrl: string;
|
|
3423
|
-
headers: {
|
|
3424
|
-
"User-Agent": string;
|
|
3425
|
-
"Editor-Version": string;
|
|
3426
|
-
"Editor-Plugin-Version": string;
|
|
3427
|
-
"Copilot-Integration-Id": string;
|
|
3428
|
-
};
|
|
3429
3359
|
reasoning: true;
|
|
3430
3360
|
input: ("image" | "text")[];
|
|
3431
3361
|
cost: {
|
|
@@ -3437,7 +3367,7 @@ export declare const MODELS: {
|
|
|
3437
3367
|
contextWindow: number;
|
|
3438
3368
|
maxTokens: number;
|
|
3439
3369
|
};
|
|
3440
|
-
readonly "gpt-5
|
|
3370
|
+
readonly "gpt-5-mini": {
|
|
3441
3371
|
id: string;
|
|
3442
3372
|
name: string;
|
|
3443
3373
|
api: "openai-responses";
|
|
@@ -4103,7 +4033,7 @@ export declare const MODELS: {
|
|
|
4103
4033
|
contextWindow: number;
|
|
4104
4034
|
maxTokens: number;
|
|
4105
4035
|
};
|
|
4106
|
-
readonly "gemini-flash
|
|
4036
|
+
readonly "gemini-3.8-flash": {
|
|
4107
4037
|
id: string;
|
|
4108
4038
|
name: string;
|
|
4109
4039
|
api: "google-generative-ai";
|
|
@@ -4120,7 +4050,7 @@ export declare const MODELS: {
|
|
|
4120
4050
|
contextWindow: number;
|
|
4121
4051
|
maxTokens: number;
|
|
4122
4052
|
};
|
|
4123
|
-
readonly "gemini-flash-
|
|
4053
|
+
readonly "gemini-flash-latest": {
|
|
4124
4054
|
id: string;
|
|
4125
4055
|
name: string;
|
|
4126
4056
|
api: "google-generative-ai";
|
|
@@ -4137,7 +4067,7 @@ export declare const MODELS: {
|
|
|
4137
4067
|
contextWindow: number;
|
|
4138
4068
|
maxTokens: number;
|
|
4139
4069
|
};
|
|
4140
|
-
readonly "gemini-
|
|
4070
|
+
readonly "gemini-flash-lite-latest": {
|
|
4141
4071
|
id: string;
|
|
4142
4072
|
name: string;
|
|
4143
4073
|
api: "google-generative-ai";
|
|
@@ -4757,6 +4687,23 @@ export declare const MODELS: {
|
|
|
4757
4687
|
contextWindow: number;
|
|
4758
4688
|
maxTokens: number;
|
|
4759
4689
|
};
|
|
4690
|
+
readonly "qwen/qwen3.8-27b": {
|
|
4691
|
+
id: string;
|
|
4692
|
+
name: string;
|
|
4693
|
+
api: "openai-completions";
|
|
4694
|
+
provider: string;
|
|
4695
|
+
baseUrl: string;
|
|
4696
|
+
reasoning: true;
|
|
4697
|
+
input: ("image" | "text")[];
|
|
4698
|
+
cost: {
|
|
4699
|
+
input: number;
|
|
4700
|
+
output: number;
|
|
4701
|
+
cacheRead: number;
|
|
4702
|
+
cacheWrite: number;
|
|
4703
|
+
};
|
|
4704
|
+
contextWindow: number;
|
|
4705
|
+
maxTokens: number;
|
|
4706
|
+
};
|
|
4760
4707
|
};
|
|
4761
4708
|
readonly huggingface: {
|
|
4762
4709
|
readonly "MiniMaxAI/MiniMax-M2": {
|
|
@@ -5519,6 +5466,26 @@ export declare const MODELS: {
|
|
|
5519
5466
|
contextWindow: number;
|
|
5520
5467
|
maxTokens: number;
|
|
5521
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
|
+
};
|
|
5522
5489
|
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
5523
5490
|
id: string;
|
|
5524
5491
|
name: string;
|
|
@@ -6119,7 +6086,27 @@ export declare const MODELS: {
|
|
|
6119
6086
|
contextWindow: number;
|
|
6120
6087
|
maxTokens: number;
|
|
6121
6088
|
};
|
|
6122
|
-
readonly "zai-org/GLM-5.3
|
|
6089
|
+
readonly "zai-org/GLM-5.3": {
|
|
6090
|
+
id: string;
|
|
6091
|
+
name: string;
|
|
6092
|
+
api: "openai-completions";
|
|
6093
|
+
provider: string;
|
|
6094
|
+
baseUrl: string;
|
|
6095
|
+
compat: {
|
|
6096
|
+
supportsDeveloperRole: false;
|
|
6097
|
+
};
|
|
6098
|
+
reasoning: true;
|
|
6099
|
+
input: "text"[];
|
|
6100
|
+
cost: {
|
|
6101
|
+
input: number;
|
|
6102
|
+
output: number;
|
|
6103
|
+
cacheRead: number;
|
|
6104
|
+
cacheWrite: number;
|
|
6105
|
+
};
|
|
6106
|
+
contextWindow: number;
|
|
6107
|
+
maxTokens: number;
|
|
6108
|
+
};
|
|
6109
|
+
readonly "zai-org/GLM-5.3-Flash": {
|
|
6123
6110
|
id: string;
|
|
6124
6111
|
name: string;
|
|
6125
6112
|
api: "openai-completions";
|
|
@@ -7854,6 +7841,23 @@ export declare const MODELS: {
|
|
|
7854
7841
|
contextWindow: number;
|
|
7855
7842
|
maxTokens: number;
|
|
7856
7843
|
};
|
|
7844
|
+
readonly "claude-fable-5-1": {
|
|
7845
|
+
id: string;
|
|
7846
|
+
name: string;
|
|
7847
|
+
api: "anthropic-messages";
|
|
7848
|
+
provider: string;
|
|
7849
|
+
baseUrl: string;
|
|
7850
|
+
reasoning: true;
|
|
7851
|
+
input: ("image" | "text")[];
|
|
7852
|
+
cost: {
|
|
7853
|
+
input: number;
|
|
7854
|
+
output: number;
|
|
7855
|
+
cacheRead: number;
|
|
7856
|
+
cacheWrite: number;
|
|
7857
|
+
};
|
|
7858
|
+
contextWindow: number;
|
|
7859
|
+
maxTokens: number;
|
|
7860
|
+
};
|
|
7857
7861
|
readonly "claude-haiku-4-5": {
|
|
7858
7862
|
id: string;
|
|
7859
7863
|
name: string;
|
|
@@ -8160,6 +8164,23 @@ export declare const MODELS: {
|
|
|
8160
8164
|
contextWindow: number;
|
|
8161
8165
|
maxTokens: number;
|
|
8162
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
|
+
};
|
|
8163
8184
|
readonly "glm-5": {
|
|
8164
8185
|
id: string;
|
|
8165
8186
|
name: string;
|
|
@@ -8585,23 +8606,6 @@ export declare const MODELS: {
|
|
|
8585
8606
|
contextWindow: number;
|
|
8586
8607
|
maxTokens: number;
|
|
8587
8608
|
};
|
|
8588
|
-
readonly "hy3-free": {
|
|
8589
|
-
id: string;
|
|
8590
|
-
name: string;
|
|
8591
|
-
api: "openai-completions";
|
|
8592
|
-
provider: string;
|
|
8593
|
-
baseUrl: string;
|
|
8594
|
-
reasoning: true;
|
|
8595
|
-
input: "text"[];
|
|
8596
|
-
cost: {
|
|
8597
|
-
input: number;
|
|
8598
|
-
output: number;
|
|
8599
|
-
cacheRead: number;
|
|
8600
|
-
cacheWrite: number;
|
|
8601
|
-
};
|
|
8602
|
-
contextWindow: number;
|
|
8603
|
-
maxTokens: number;
|
|
8604
|
-
};
|
|
8605
8609
|
readonly "kimi-k2.5": {
|
|
8606
8610
|
id: string;
|
|
8607
8611
|
name: string;
|
|
@@ -8789,6 +8793,23 @@ export declare const MODELS: {
|
|
|
8789
8793
|
contextWindow: number;
|
|
8790
8794
|
maxTokens: number;
|
|
8791
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
|
+
};
|
|
8792
8813
|
readonly "nemotron-3-ultra-free": {
|
|
8793
8814
|
id: string;
|
|
8794
8815
|
name: string;
|
|
@@ -9199,6 +9220,40 @@ export declare const MODELS: {
|
|
|
9199
9220
|
contextWindow: number;
|
|
9200
9221
|
maxTokens: number;
|
|
9201
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
|
+
};
|
|
9202
9257
|
readonly "qwen3.6-plus": {
|
|
9203
9258
|
id: string;
|
|
9204
9259
|
name: string;
|
|
@@ -9456,7 +9511,7 @@ export declare const MODELS: {
|
|
|
9456
9511
|
contextWindow: number;
|
|
9457
9512
|
maxTokens: number;
|
|
9458
9513
|
};
|
|
9459
|
-
readonly "anthropic/claude-fable-5
|
|
9514
|
+
readonly "anthropic/claude-fable-5.1": {
|
|
9460
9515
|
id: string;
|
|
9461
9516
|
name: string;
|
|
9462
9517
|
api: "openai-completions";
|
|
@@ -9473,7 +9528,7 @@ export declare const MODELS: {
|
|
|
9473
9528
|
contextWindow: number;
|
|
9474
9529
|
maxTokens: number;
|
|
9475
9530
|
};
|
|
9476
|
-
readonly "anthropic/claude-
|
|
9531
|
+
readonly "anthropic/claude-fable-5.1:batch": {
|
|
9477
9532
|
id: string;
|
|
9478
9533
|
name: string;
|
|
9479
9534
|
api: "openai-completions";
|
|
@@ -9490,7 +9545,7 @@ export declare const MODELS: {
|
|
|
9490
9545
|
contextWindow: number;
|
|
9491
9546
|
maxTokens: number;
|
|
9492
9547
|
};
|
|
9493
|
-
readonly "anthropic/claude-
|
|
9548
|
+
readonly "anthropic/claude-fable-5:batch": {
|
|
9494
9549
|
id: string;
|
|
9495
9550
|
name: string;
|
|
9496
9551
|
api: "openai-completions";
|
|
@@ -9507,7 +9562,7 @@ export declare const MODELS: {
|
|
|
9507
9562
|
contextWindow: number;
|
|
9508
9563
|
maxTokens: number;
|
|
9509
9564
|
};
|
|
9510
|
-
readonly "anthropic/claude-
|
|
9565
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
9511
9566
|
id: string;
|
|
9512
9567
|
name: string;
|
|
9513
9568
|
api: "openai-completions";
|
|
@@ -9524,7 +9579,7 @@ export declare const MODELS: {
|
|
|
9524
9579
|
contextWindow: number;
|
|
9525
9580
|
maxTokens: number;
|
|
9526
9581
|
};
|
|
9527
|
-
readonly "anthropic/claude-
|
|
9582
|
+
readonly "anthropic/claude-haiku-4.5:batch": {
|
|
9528
9583
|
id: string;
|
|
9529
9584
|
name: string;
|
|
9530
9585
|
api: "openai-completions";
|
|
@@ -9541,7 +9596,7 @@ export declare const MODELS: {
|
|
|
9541
9596
|
contextWindow: number;
|
|
9542
9597
|
maxTokens: number;
|
|
9543
9598
|
};
|
|
9544
|
-
readonly "anthropic/claude-opus-4
|
|
9599
|
+
readonly "anthropic/claude-opus-4": {
|
|
9545
9600
|
id: string;
|
|
9546
9601
|
name: string;
|
|
9547
9602
|
api: "openai-completions";
|
|
@@ -9558,7 +9613,7 @@ export declare const MODELS: {
|
|
|
9558
9613
|
contextWindow: number;
|
|
9559
9614
|
maxTokens: number;
|
|
9560
9615
|
};
|
|
9561
|
-
readonly "anthropic/claude-opus-4.
|
|
9616
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
9562
9617
|
id: string;
|
|
9563
9618
|
name: string;
|
|
9564
9619
|
api: "openai-completions";
|
|
@@ -9575,7 +9630,7 @@ export declare const MODELS: {
|
|
|
9575
9630
|
contextWindow: number;
|
|
9576
9631
|
maxTokens: number;
|
|
9577
9632
|
};
|
|
9578
|
-
readonly "anthropic/claude-opus-4.
|
|
9633
|
+
readonly "anthropic/claude-opus-4.1:batch": {
|
|
9579
9634
|
id: string;
|
|
9580
9635
|
name: string;
|
|
9581
9636
|
api: "openai-completions";
|
|
@@ -9592,7 +9647,7 @@ export declare const MODELS: {
|
|
|
9592
9647
|
contextWindow: number;
|
|
9593
9648
|
maxTokens: number;
|
|
9594
9649
|
};
|
|
9595
|
-
readonly "anthropic/claude-opus-4.
|
|
9650
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
9596
9651
|
id: string;
|
|
9597
9652
|
name: string;
|
|
9598
9653
|
api: "openai-completions";
|
|
@@ -9609,7 +9664,7 @@ export declare const MODELS: {
|
|
|
9609
9664
|
contextWindow: number;
|
|
9610
9665
|
maxTokens: number;
|
|
9611
9666
|
};
|
|
9612
|
-
readonly "anthropic/claude-opus-4.
|
|
9667
|
+
readonly "anthropic/claude-opus-4.5:batch": {
|
|
9613
9668
|
id: string;
|
|
9614
9669
|
name: string;
|
|
9615
9670
|
api: "openai-completions";
|
|
@@ -9626,7 +9681,7 @@ export declare const MODELS: {
|
|
|
9626
9681
|
contextWindow: number;
|
|
9627
9682
|
maxTokens: number;
|
|
9628
9683
|
};
|
|
9629
|
-
readonly "anthropic/claude-opus-4.
|
|
9684
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
9630
9685
|
id: string;
|
|
9631
9686
|
name: string;
|
|
9632
9687
|
api: "openai-completions";
|
|
@@ -9643,7 +9698,7 @@ export declare const MODELS: {
|
|
|
9643
9698
|
contextWindow: number;
|
|
9644
9699
|
maxTokens: number;
|
|
9645
9700
|
};
|
|
9646
|
-
readonly "anthropic/claude-opus-4.
|
|
9701
|
+
readonly "anthropic/claude-opus-4.6:batch": {
|
|
9647
9702
|
id: string;
|
|
9648
9703
|
name: string;
|
|
9649
9704
|
api: "openai-completions";
|
|
@@ -9660,7 +9715,7 @@ export declare const MODELS: {
|
|
|
9660
9715
|
contextWindow: number;
|
|
9661
9716
|
maxTokens: number;
|
|
9662
9717
|
};
|
|
9663
|
-
readonly "anthropic/claude-opus-4.7
|
|
9718
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
9664
9719
|
id: string;
|
|
9665
9720
|
name: string;
|
|
9666
9721
|
api: "openai-completions";
|
|
@@ -9677,7 +9732,7 @@ export declare const MODELS: {
|
|
|
9677
9732
|
contextWindow: number;
|
|
9678
9733
|
maxTokens: number;
|
|
9679
9734
|
};
|
|
9680
|
-
readonly "anthropic/claude-opus-4.
|
|
9735
|
+
readonly "anthropic/claude-opus-4.7:batch": {
|
|
9681
9736
|
id: string;
|
|
9682
9737
|
name: string;
|
|
9683
9738
|
api: "openai-completions";
|
|
@@ -9694,7 +9749,7 @@ export declare const MODELS: {
|
|
|
9694
9749
|
contextWindow: number;
|
|
9695
9750
|
maxTokens: number;
|
|
9696
9751
|
};
|
|
9697
|
-
readonly "anthropic/claude-opus-4.8
|
|
9752
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
9698
9753
|
id: string;
|
|
9699
9754
|
name: string;
|
|
9700
9755
|
api: "openai-completions";
|
|
@@ -9745,23 +9800,6 @@ export declare const MODELS: {
|
|
|
9745
9800
|
contextWindow: number;
|
|
9746
9801
|
maxTokens: number;
|
|
9747
9802
|
};
|
|
9748
|
-
readonly "anthropic/claude-opus-5-fast": {
|
|
9749
|
-
id: string;
|
|
9750
|
-
name: string;
|
|
9751
|
-
api: "openai-completions";
|
|
9752
|
-
provider: string;
|
|
9753
|
-
baseUrl: string;
|
|
9754
|
-
reasoning: true;
|
|
9755
|
-
input: ("image" | "text")[];
|
|
9756
|
-
cost: {
|
|
9757
|
-
input: number;
|
|
9758
|
-
output: number;
|
|
9759
|
-
cacheRead: number;
|
|
9760
|
-
cacheWrite: number;
|
|
9761
|
-
};
|
|
9762
|
-
contextWindow: number;
|
|
9763
|
-
maxTokens: number;
|
|
9764
|
-
};
|
|
9765
9803
|
readonly "anthropic/claude-opus-5:batch": {
|
|
9766
9804
|
id: string;
|
|
9767
9805
|
name: string;
|
|
@@ -9915,23 +9953,6 @@ export declare const MODELS: {
|
|
|
9915
9953
|
contextWindow: number;
|
|
9916
9954
|
maxTokens: number;
|
|
9917
9955
|
};
|
|
9918
|
-
readonly "arcee-ai/virtuoso-large": {
|
|
9919
|
-
id: string;
|
|
9920
|
-
name: string;
|
|
9921
|
-
api: "openai-completions";
|
|
9922
|
-
provider: string;
|
|
9923
|
-
baseUrl: string;
|
|
9924
|
-
reasoning: false;
|
|
9925
|
-
input: "text"[];
|
|
9926
|
-
cost: {
|
|
9927
|
-
input: number;
|
|
9928
|
-
output: number;
|
|
9929
|
-
cacheRead: number;
|
|
9930
|
-
cacheWrite: number;
|
|
9931
|
-
};
|
|
9932
|
-
contextWindow: number;
|
|
9933
|
-
maxTokens: number;
|
|
9934
|
-
};
|
|
9935
9956
|
readonly auto: {
|
|
9936
9957
|
id: string;
|
|
9937
9958
|
name: string;
|
|
@@ -10799,6 +10820,40 @@ export declare const MODELS: {
|
|
|
10799
10820
|
contextWindow: number;
|
|
10800
10821
|
maxTokens: number;
|
|
10801
10822
|
};
|
|
10823
|
+
readonly "google/gemini-3.8-flash": {
|
|
10824
|
+
id: string;
|
|
10825
|
+
name: string;
|
|
10826
|
+
api: "openai-completions";
|
|
10827
|
+
provider: string;
|
|
10828
|
+
baseUrl: string;
|
|
10829
|
+
reasoning: true;
|
|
10830
|
+
input: ("image" | "text")[];
|
|
10831
|
+
cost: {
|
|
10832
|
+
input: number;
|
|
10833
|
+
output: number;
|
|
10834
|
+
cacheRead: number;
|
|
10835
|
+
cacheWrite: number;
|
|
10836
|
+
};
|
|
10837
|
+
contextWindow: number;
|
|
10838
|
+
maxTokens: number;
|
|
10839
|
+
};
|
|
10840
|
+
readonly "google/gemini-3.8-flash:batch": {
|
|
10841
|
+
id: string;
|
|
10842
|
+
name: string;
|
|
10843
|
+
api: "openai-completions";
|
|
10844
|
+
provider: string;
|
|
10845
|
+
baseUrl: string;
|
|
10846
|
+
reasoning: true;
|
|
10847
|
+
input: ("image" | "text")[];
|
|
10848
|
+
cost: {
|
|
10849
|
+
input: number;
|
|
10850
|
+
output: number;
|
|
10851
|
+
cacheRead: number;
|
|
10852
|
+
cacheWrite: number;
|
|
10853
|
+
};
|
|
10854
|
+
contextWindow: number;
|
|
10855
|
+
maxTokens: number;
|
|
10856
|
+
};
|
|
10802
10857
|
readonly "google/gemma-3-12b-it": {
|
|
10803
10858
|
id: string;
|
|
10804
10859
|
name: string;
|
|
@@ -10935,6 +10990,23 @@ export declare const MODELS: {
|
|
|
10935
10990
|
contextWindow: number;
|
|
10936
10991
|
maxTokens: number;
|
|
10937
10992
|
};
|
|
10993
|
+
readonly "ibm-granite/granite-4.2-8b": {
|
|
10994
|
+
id: string;
|
|
10995
|
+
name: string;
|
|
10996
|
+
api: "openai-completions";
|
|
10997
|
+
provider: string;
|
|
10998
|
+
baseUrl: string;
|
|
10999
|
+
reasoning: true;
|
|
11000
|
+
input: "text"[];
|
|
11001
|
+
cost: {
|
|
11002
|
+
input: number;
|
|
11003
|
+
output: number;
|
|
11004
|
+
cacheRead: number;
|
|
11005
|
+
cacheWrite: number;
|
|
11006
|
+
};
|
|
11007
|
+
contextWindow: number;
|
|
11008
|
+
maxTokens: number;
|
|
11009
|
+
};
|
|
10938
11010
|
readonly "inception/mercury-2": {
|
|
10939
11011
|
id: string;
|
|
10940
11012
|
name: string;
|
|
@@ -10952,6 +11024,23 @@ export declare const MODELS: {
|
|
|
10952
11024
|
contextWindow: number;
|
|
10953
11025
|
maxTokens: number;
|
|
10954
11026
|
};
|
|
11027
|
+
readonly "inception/mercury-2.5-preview": {
|
|
11028
|
+
id: string;
|
|
11029
|
+
name: string;
|
|
11030
|
+
api: "openai-completions";
|
|
11031
|
+
provider: string;
|
|
11032
|
+
baseUrl: string;
|
|
11033
|
+
reasoning: true;
|
|
11034
|
+
input: "text"[];
|
|
11035
|
+
cost: {
|
|
11036
|
+
input: number;
|
|
11037
|
+
output: number;
|
|
11038
|
+
cacheRead: number;
|
|
11039
|
+
cacheWrite: number;
|
|
11040
|
+
};
|
|
11041
|
+
contextWindow: number;
|
|
11042
|
+
maxTokens: number;
|
|
11043
|
+
};
|
|
10955
11044
|
readonly "inclusionai/ling-3.0-flash": {
|
|
10956
11045
|
id: string;
|
|
10957
11046
|
name: string;
|
|
@@ -10969,7 +11058,7 @@ export declare const MODELS: {
|
|
|
10969
11058
|
contextWindow: number;
|
|
10970
11059
|
maxTokens: number;
|
|
10971
11060
|
};
|
|
10972
|
-
readonly "inclusionai/ling-3.0-flash-fin
|
|
11061
|
+
readonly "inclusionai/ling-3.0-flash-fin": {
|
|
10973
11062
|
id: string;
|
|
10974
11063
|
name: string;
|
|
10975
11064
|
api: "openai-completions";
|
|
@@ -10986,13 +11075,13 @@ export declare const MODELS: {
|
|
|
10986
11075
|
contextWindow: number;
|
|
10987
11076
|
maxTokens: number;
|
|
10988
11077
|
};
|
|
10989
|
-
readonly "
|
|
11078
|
+
readonly "inclusionai/ling-3.0-flash-fin:free": {
|
|
10990
11079
|
id: string;
|
|
10991
11080
|
name: string;
|
|
10992
11081
|
api: "openai-completions";
|
|
10993
11082
|
provider: string;
|
|
10994
11083
|
baseUrl: string;
|
|
10995
|
-
reasoning:
|
|
11084
|
+
reasoning: true;
|
|
10996
11085
|
input: "text"[];
|
|
10997
11086
|
cost: {
|
|
10998
11087
|
input: number;
|
|
@@ -11241,14 +11330,14 @@ export declare const MODELS: {
|
|
|
11241
11330
|
contextWindow: number;
|
|
11242
11331
|
maxTokens: number;
|
|
11243
11332
|
};
|
|
11244
|
-
readonly "
|
|
11333
|
+
readonly "meta/muse-spark-1.3": {
|
|
11245
11334
|
id: string;
|
|
11246
11335
|
name: string;
|
|
11247
11336
|
api: "openai-completions";
|
|
11248
11337
|
provider: string;
|
|
11249
11338
|
baseUrl: string;
|
|
11250
11339
|
reasoning: true;
|
|
11251
|
-
input: "text"[];
|
|
11340
|
+
input: ("image" | "text")[];
|
|
11252
11341
|
cost: {
|
|
11253
11342
|
input: number;
|
|
11254
11343
|
output: number;
|
|
@@ -11258,14 +11347,14 @@ export declare const MODELS: {
|
|
|
11258
11347
|
contextWindow: number;
|
|
11259
11348
|
maxTokens: number;
|
|
11260
11349
|
};
|
|
11261
|
-
readonly "
|
|
11350
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
11262
11351
|
id: string;
|
|
11263
11352
|
name: string;
|
|
11264
11353
|
api: "openai-completions";
|
|
11265
11354
|
provider: string;
|
|
11266
11355
|
baseUrl: string;
|
|
11267
11356
|
reasoning: true;
|
|
11268
|
-
input: "text"[];
|
|
11357
|
+
input: ("image" | "text")[];
|
|
11269
11358
|
cost: {
|
|
11270
11359
|
input: number;
|
|
11271
11360
|
output: number;
|
|
@@ -11275,7 +11364,7 @@ export declare const MODELS: {
|
|
|
11275
11364
|
contextWindow: number;
|
|
11276
11365
|
maxTokens: number;
|
|
11277
11366
|
};
|
|
11278
|
-
readonly "minimax/minimax-
|
|
11367
|
+
readonly "minimax/minimax-m1": {
|
|
11279
11368
|
id: string;
|
|
11280
11369
|
name: string;
|
|
11281
11370
|
api: "openai-completions";
|
|
@@ -11292,7 +11381,7 @@ export declare const MODELS: {
|
|
|
11292
11381
|
contextWindow: number;
|
|
11293
11382
|
maxTokens: number;
|
|
11294
11383
|
};
|
|
11295
|
-
readonly "minimax/minimax-m2
|
|
11384
|
+
readonly "minimax/minimax-m2": {
|
|
11296
11385
|
id: string;
|
|
11297
11386
|
name: string;
|
|
11298
11387
|
api: "openai-completions";
|
|
@@ -11309,7 +11398,7 @@ export declare const MODELS: {
|
|
|
11309
11398
|
contextWindow: number;
|
|
11310
11399
|
maxTokens: number;
|
|
11311
11400
|
};
|
|
11312
|
-
readonly "minimax/minimax-m2.
|
|
11401
|
+
readonly "minimax/minimax-m2.1": {
|
|
11313
11402
|
id: string;
|
|
11314
11403
|
name: string;
|
|
11315
11404
|
api: "openai-completions";
|
|
@@ -11326,7 +11415,7 @@ export declare const MODELS: {
|
|
|
11326
11415
|
contextWindow: number;
|
|
11327
11416
|
maxTokens: number;
|
|
11328
11417
|
};
|
|
11329
|
-
readonly "minimax/minimax-m2.
|
|
11418
|
+
readonly "minimax/minimax-m2.5": {
|
|
11330
11419
|
id: string;
|
|
11331
11420
|
name: string;
|
|
11332
11421
|
api: "openai-completions";
|
|
@@ -11343,14 +11432,14 @@ export declare const MODELS: {
|
|
|
11343
11432
|
contextWindow: number;
|
|
11344
11433
|
maxTokens: number;
|
|
11345
11434
|
};
|
|
11346
|
-
readonly "minimax/minimax-
|
|
11435
|
+
readonly "minimax/minimax-m2.7": {
|
|
11347
11436
|
id: string;
|
|
11348
11437
|
name: string;
|
|
11349
11438
|
api: "openai-completions";
|
|
11350
11439
|
provider: string;
|
|
11351
11440
|
baseUrl: string;
|
|
11352
11441
|
reasoning: true;
|
|
11353
|
-
input:
|
|
11442
|
+
input: "text"[];
|
|
11354
11443
|
cost: {
|
|
11355
11444
|
input: number;
|
|
11356
11445
|
output: number;
|
|
@@ -11360,14 +11449,14 @@ export declare const MODELS: {
|
|
|
11360
11449
|
contextWindow: number;
|
|
11361
11450
|
maxTokens: number;
|
|
11362
11451
|
};
|
|
11363
|
-
readonly "minimax/minimax-
|
|
11452
|
+
readonly "minimax/minimax-m2.7:free": {
|
|
11364
11453
|
id: string;
|
|
11365
11454
|
name: string;
|
|
11366
11455
|
api: "openai-completions";
|
|
11367
11456
|
provider: string;
|
|
11368
11457
|
baseUrl: string;
|
|
11369
11458
|
reasoning: true;
|
|
11370
|
-
input:
|
|
11459
|
+
input: "text"[];
|
|
11371
11460
|
cost: {
|
|
11372
11461
|
input: number;
|
|
11373
11462
|
output: number;
|
|
@@ -11377,7 +11466,7 @@ export declare const MODELS: {
|
|
|
11377
11466
|
contextWindow: number;
|
|
11378
11467
|
maxTokens: number;
|
|
11379
11468
|
};
|
|
11380
|
-
readonly "minimax/minimax-m3
|
|
11469
|
+
readonly "minimax/minimax-m3": {
|
|
11381
11470
|
id: string;
|
|
11382
11471
|
name: string;
|
|
11383
11472
|
api: "openai-completions";
|
|
@@ -11394,14 +11483,14 @@ export declare const MODELS: {
|
|
|
11394
11483
|
contextWindow: number;
|
|
11395
11484
|
maxTokens: number;
|
|
11396
11485
|
};
|
|
11397
|
-
readonly "
|
|
11486
|
+
readonly "minimax/minimax-m3:batch": {
|
|
11398
11487
|
id: string;
|
|
11399
11488
|
name: string;
|
|
11400
11489
|
api: "openai-completions";
|
|
11401
11490
|
provider: string;
|
|
11402
11491
|
baseUrl: string;
|
|
11403
|
-
reasoning:
|
|
11404
|
-
input: "text"[];
|
|
11492
|
+
reasoning: true;
|
|
11493
|
+
input: ("image" | "text")[];
|
|
11405
11494
|
cost: {
|
|
11406
11495
|
input: number;
|
|
11407
11496
|
output: number;
|
|
@@ -11411,14 +11500,14 @@ export declare const MODELS: {
|
|
|
11411
11500
|
contextWindow: number;
|
|
11412
11501
|
maxTokens: number;
|
|
11413
11502
|
};
|
|
11414
|
-
readonly "
|
|
11503
|
+
readonly "minimax/minimax-m3:free": {
|
|
11415
11504
|
id: string;
|
|
11416
11505
|
name: string;
|
|
11417
11506
|
api: "openai-completions";
|
|
11418
11507
|
provider: string;
|
|
11419
11508
|
baseUrl: string;
|
|
11420
|
-
reasoning:
|
|
11421
|
-
input: "text"[];
|
|
11509
|
+
reasoning: true;
|
|
11510
|
+
input: ("image" | "text")[];
|
|
11422
11511
|
cost: {
|
|
11423
11512
|
input: number;
|
|
11424
11513
|
output: number;
|
|
@@ -11428,7 +11517,7 @@ export declare const MODELS: {
|
|
|
11428
11517
|
contextWindow: number;
|
|
11429
11518
|
maxTokens: number;
|
|
11430
11519
|
};
|
|
11431
|
-
readonly "mistralai/
|
|
11520
|
+
readonly "mistralai/codestral-2508": {
|
|
11432
11521
|
id: string;
|
|
11433
11522
|
name: string;
|
|
11434
11523
|
api: "openai-completions";
|
|
@@ -11445,14 +11534,14 @@ export declare const MODELS: {
|
|
|
11445
11534
|
contextWindow: number;
|
|
11446
11535
|
maxTokens: number;
|
|
11447
11536
|
};
|
|
11448
|
-
readonly "mistralai/
|
|
11537
|
+
readonly "mistralai/devstral-2512": {
|
|
11449
11538
|
id: string;
|
|
11450
11539
|
name: string;
|
|
11451
11540
|
api: "openai-completions";
|
|
11452
11541
|
provider: string;
|
|
11453
11542
|
baseUrl: string;
|
|
11454
11543
|
reasoning: false;
|
|
11455
|
-
input:
|
|
11544
|
+
input: "text"[];
|
|
11456
11545
|
cost: {
|
|
11457
11546
|
input: number;
|
|
11458
11547
|
output: number;
|
|
@@ -11462,7 +11551,7 @@ export declare const MODELS: {
|
|
|
11462
11551
|
contextWindow: number;
|
|
11463
11552
|
maxTokens: number;
|
|
11464
11553
|
};
|
|
11465
|
-
readonly "mistralai/ministral-
|
|
11554
|
+
readonly "mistralai/ministral-14b-2512": {
|
|
11466
11555
|
id: string;
|
|
11467
11556
|
name: string;
|
|
11468
11557
|
api: "openai-completions";
|
|
@@ -11479,7 +11568,7 @@ export declare const MODELS: {
|
|
|
11479
11568
|
contextWindow: number;
|
|
11480
11569
|
maxTokens: number;
|
|
11481
11570
|
};
|
|
11482
|
-
readonly "mistralai/ministral-
|
|
11571
|
+
readonly "mistralai/ministral-3b-2512": {
|
|
11483
11572
|
id: string;
|
|
11484
11573
|
name: string;
|
|
11485
11574
|
api: "openai-completions";
|
|
@@ -11496,7 +11585,7 @@ export declare const MODELS: {
|
|
|
11496
11585
|
contextWindow: number;
|
|
11497
11586
|
maxTokens: number;
|
|
11498
11587
|
};
|
|
11499
|
-
readonly "mistralai/ministral-8b-2512
|
|
11588
|
+
readonly "mistralai/ministral-8b-2512": {
|
|
11500
11589
|
id: string;
|
|
11501
11590
|
name: string;
|
|
11502
11591
|
api: "openai-completions";
|
|
@@ -11564,23 +11653,6 @@ export declare const MODELS: {
|
|
|
11564
11653
|
contextWindow: number;
|
|
11565
11654
|
maxTokens: number;
|
|
11566
11655
|
};
|
|
11567
|
-
readonly "mistralai/mistral-large-2512:batch": {
|
|
11568
|
-
id: string;
|
|
11569
|
-
name: string;
|
|
11570
|
-
api: "openai-completions";
|
|
11571
|
-
provider: string;
|
|
11572
|
-
baseUrl: string;
|
|
11573
|
-
reasoning: false;
|
|
11574
|
-
input: ("image" | "text")[];
|
|
11575
|
-
cost: {
|
|
11576
|
-
input: number;
|
|
11577
|
-
output: number;
|
|
11578
|
-
cacheRead: number;
|
|
11579
|
-
cacheWrite: number;
|
|
11580
|
-
};
|
|
11581
|
-
contextWindow: number;
|
|
11582
|
-
maxTokens: number;
|
|
11583
|
-
};
|
|
11584
11656
|
readonly "mistralai/mistral-medium-3": {
|
|
11585
11657
|
id: string;
|
|
11586
11658
|
name: string;
|
|
@@ -11649,23 +11721,6 @@ export declare const MODELS: {
|
|
|
11649
11721
|
contextWindow: number;
|
|
11650
11722
|
maxTokens: number;
|
|
11651
11723
|
};
|
|
11652
|
-
readonly "mistralai/mistral-medium-3.1:batch": {
|
|
11653
|
-
id: string;
|
|
11654
|
-
name: string;
|
|
11655
|
-
api: "openai-completions";
|
|
11656
|
-
provider: string;
|
|
11657
|
-
baseUrl: string;
|
|
11658
|
-
reasoning: false;
|
|
11659
|
-
input: ("image" | "text")[];
|
|
11660
|
-
cost: {
|
|
11661
|
-
input: number;
|
|
11662
|
-
output: number;
|
|
11663
|
-
cacheRead: number;
|
|
11664
|
-
cacheWrite: number;
|
|
11665
|
-
};
|
|
11666
|
-
contextWindow: number;
|
|
11667
|
-
maxTokens: number;
|
|
11668
|
-
};
|
|
11669
11724
|
readonly "mistralai/mistral-nemo": {
|
|
11670
11725
|
id: string;
|
|
11671
11726
|
name: string;
|
|
@@ -11717,23 +11772,6 @@ export declare const MODELS: {
|
|
|
11717
11772
|
contextWindow: number;
|
|
11718
11773
|
maxTokens: number;
|
|
11719
11774
|
};
|
|
11720
|
-
readonly "mistralai/mistral-small-2603:batch": {
|
|
11721
|
-
id: string;
|
|
11722
|
-
name: string;
|
|
11723
|
-
api: "openai-completions";
|
|
11724
|
-
provider: string;
|
|
11725
|
-
baseUrl: string;
|
|
11726
|
-
reasoning: true;
|
|
11727
|
-
input: ("image" | "text")[];
|
|
11728
|
-
cost: {
|
|
11729
|
-
input: number;
|
|
11730
|
-
output: number;
|
|
11731
|
-
cacheRead: number;
|
|
11732
|
-
cacheWrite: number;
|
|
11733
|
-
};
|
|
11734
|
-
contextWindow: number;
|
|
11735
|
-
maxTokens: number;
|
|
11736
|
-
};
|
|
11737
11775
|
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
11738
11776
|
id: string;
|
|
11739
11777
|
name: string;
|
|
@@ -12040,7 +12078,7 @@ export declare const MODELS: {
|
|
|
12040
12078
|
contextWindow: number;
|
|
12041
12079
|
maxTokens: number;
|
|
12042
12080
|
};
|
|
12043
|
-
readonly "nvidia/nemotron-3-ultra-550b-a55b:
|
|
12081
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
12044
12082
|
id: string;
|
|
12045
12083
|
name: string;
|
|
12046
12084
|
api: "openai-completions";
|
|
@@ -12057,7 +12095,7 @@ export declare const MODELS: {
|
|
|
12057
12095
|
contextWindow: number;
|
|
12058
12096
|
maxTokens: number;
|
|
12059
12097
|
};
|
|
12060
|
-
readonly "nvidia/nemotron-3-
|
|
12098
|
+
readonly "nvidia/nemotron-3.5-lightning": {
|
|
12061
12099
|
id: string;
|
|
12062
12100
|
name: string;
|
|
12063
12101
|
api: "openai-completions";
|
|
@@ -12074,7 +12112,7 @@ export declare const MODELS: {
|
|
|
12074
12112
|
contextWindow: number;
|
|
12075
12113
|
maxTokens: number;
|
|
12076
12114
|
};
|
|
12077
|
-
readonly "nvidia/nemotron-3.5-lightning": {
|
|
12115
|
+
readonly "nvidia/nemotron-3.5-lightning:free": {
|
|
12078
12116
|
id: string;
|
|
12079
12117
|
name: string;
|
|
12080
12118
|
api: "openai-completions";
|
|
@@ -12091,13 +12129,13 @@ export declare const MODELS: {
|
|
|
12091
12129
|
contextWindow: number;
|
|
12092
12130
|
maxTokens: number;
|
|
12093
12131
|
};
|
|
12094
|
-
readonly "
|
|
12132
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
12095
12133
|
id: string;
|
|
12096
12134
|
name: string;
|
|
12097
12135
|
api: "openai-completions";
|
|
12098
12136
|
provider: string;
|
|
12099
12137
|
baseUrl: string;
|
|
12100
|
-
reasoning:
|
|
12138
|
+
reasoning: false;
|
|
12101
12139
|
input: "text"[];
|
|
12102
12140
|
cost: {
|
|
12103
12141
|
input: number;
|
|
@@ -12108,7 +12146,7 @@ export declare const MODELS: {
|
|
|
12108
12146
|
contextWindow: number;
|
|
12109
12147
|
maxTokens: number;
|
|
12110
12148
|
};
|
|
12111
|
-
readonly "openai/gpt-3.5-turbo": {
|
|
12149
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
12112
12150
|
id: string;
|
|
12113
12151
|
name: string;
|
|
12114
12152
|
api: "openai-completions";
|
|
@@ -12125,7 +12163,7 @@ export declare const MODELS: {
|
|
|
12125
12163
|
contextWindow: number;
|
|
12126
12164
|
maxTokens: number;
|
|
12127
12165
|
};
|
|
12128
|
-
readonly "openai/gpt-3.5-turbo-
|
|
12166
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
12129
12167
|
id: string;
|
|
12130
12168
|
name: string;
|
|
12131
12169
|
api: "openai-completions";
|
|
@@ -12142,7 +12180,7 @@ export declare const MODELS: {
|
|
|
12142
12180
|
contextWindow: number;
|
|
12143
12181
|
maxTokens: number;
|
|
12144
12182
|
};
|
|
12145
|
-
readonly "openai/gpt-3.5-turbo
|
|
12183
|
+
readonly "openai/gpt-3.5-turbo:batch": {
|
|
12146
12184
|
id: string;
|
|
12147
12185
|
name: string;
|
|
12148
12186
|
api: "openai-completions";
|
|
@@ -12210,6 +12248,23 @@ export declare const MODELS: {
|
|
|
12210
12248
|
contextWindow: number;
|
|
12211
12249
|
maxTokens: number;
|
|
12212
12250
|
};
|
|
12251
|
+
readonly "openai/gpt-4-turbo:batch": {
|
|
12252
|
+
id: string;
|
|
12253
|
+
name: string;
|
|
12254
|
+
api: "openai-completions";
|
|
12255
|
+
provider: string;
|
|
12256
|
+
baseUrl: string;
|
|
12257
|
+
reasoning: false;
|
|
12258
|
+
input: ("image" | "text")[];
|
|
12259
|
+
cost: {
|
|
12260
|
+
input: number;
|
|
12261
|
+
output: number;
|
|
12262
|
+
cacheRead: number;
|
|
12263
|
+
cacheWrite: number;
|
|
12264
|
+
};
|
|
12265
|
+
contextWindow: number;
|
|
12266
|
+
maxTokens: number;
|
|
12267
|
+
};
|
|
12213
12268
|
readonly "openai/gpt-4.1": {
|
|
12214
12269
|
id: string;
|
|
12215
12270
|
name: string;
|
|
@@ -12244,6 +12299,23 @@ export declare const MODELS: {
|
|
|
12244
12299
|
contextWindow: number;
|
|
12245
12300
|
maxTokens: number;
|
|
12246
12301
|
};
|
|
12302
|
+
readonly "openai/gpt-4.1-mini:batch": {
|
|
12303
|
+
id: string;
|
|
12304
|
+
name: string;
|
|
12305
|
+
api: "openai-completions";
|
|
12306
|
+
provider: string;
|
|
12307
|
+
baseUrl: string;
|
|
12308
|
+
reasoning: false;
|
|
12309
|
+
input: ("image" | "text")[];
|
|
12310
|
+
cost: {
|
|
12311
|
+
input: number;
|
|
12312
|
+
output: number;
|
|
12313
|
+
cacheRead: number;
|
|
12314
|
+
cacheWrite: number;
|
|
12315
|
+
};
|
|
12316
|
+
contextWindow: number;
|
|
12317
|
+
maxTokens: number;
|
|
12318
|
+
};
|
|
12247
12319
|
readonly "openai/gpt-4.1-nano": {
|
|
12248
12320
|
id: string;
|
|
12249
12321
|
name: string;
|
|
@@ -12261,6 +12333,40 @@ export declare const MODELS: {
|
|
|
12261
12333
|
contextWindow: number;
|
|
12262
12334
|
maxTokens: number;
|
|
12263
12335
|
};
|
|
12336
|
+
readonly "openai/gpt-4.1-nano:batch": {
|
|
12337
|
+
id: string;
|
|
12338
|
+
name: string;
|
|
12339
|
+
api: "openai-completions";
|
|
12340
|
+
provider: string;
|
|
12341
|
+
baseUrl: string;
|
|
12342
|
+
reasoning: false;
|
|
12343
|
+
input: ("image" | "text")[];
|
|
12344
|
+
cost: {
|
|
12345
|
+
input: number;
|
|
12346
|
+
output: number;
|
|
12347
|
+
cacheRead: number;
|
|
12348
|
+
cacheWrite: number;
|
|
12349
|
+
};
|
|
12350
|
+
contextWindow: number;
|
|
12351
|
+
maxTokens: number;
|
|
12352
|
+
};
|
|
12353
|
+
readonly "openai/gpt-4.1:batch": {
|
|
12354
|
+
id: string;
|
|
12355
|
+
name: string;
|
|
12356
|
+
api: "openai-completions";
|
|
12357
|
+
provider: string;
|
|
12358
|
+
baseUrl: string;
|
|
12359
|
+
reasoning: false;
|
|
12360
|
+
input: ("image" | "text")[];
|
|
12361
|
+
cost: {
|
|
12362
|
+
input: number;
|
|
12363
|
+
output: number;
|
|
12364
|
+
cacheRead: number;
|
|
12365
|
+
cacheWrite: number;
|
|
12366
|
+
};
|
|
12367
|
+
contextWindow: number;
|
|
12368
|
+
maxTokens: number;
|
|
12369
|
+
};
|
|
12264
12370
|
readonly "openai/gpt-4o": {
|
|
12265
12371
|
id: string;
|
|
12266
12372
|
name: string;
|
|
@@ -12363,6 +12469,40 @@ export declare const MODELS: {
|
|
|
12363
12469
|
contextWindow: number;
|
|
12364
12470
|
maxTokens: number;
|
|
12365
12471
|
};
|
|
12472
|
+
readonly "openai/gpt-4o-mini:batch": {
|
|
12473
|
+
id: string;
|
|
12474
|
+
name: string;
|
|
12475
|
+
api: "openai-completions";
|
|
12476
|
+
provider: string;
|
|
12477
|
+
baseUrl: string;
|
|
12478
|
+
reasoning: false;
|
|
12479
|
+
input: ("image" | "text")[];
|
|
12480
|
+
cost: {
|
|
12481
|
+
input: number;
|
|
12482
|
+
output: number;
|
|
12483
|
+
cacheRead: number;
|
|
12484
|
+
cacheWrite: number;
|
|
12485
|
+
};
|
|
12486
|
+
contextWindow: number;
|
|
12487
|
+
maxTokens: number;
|
|
12488
|
+
};
|
|
12489
|
+
readonly "openai/gpt-4o:batch": {
|
|
12490
|
+
id: string;
|
|
12491
|
+
name: string;
|
|
12492
|
+
api: "openai-completions";
|
|
12493
|
+
provider: string;
|
|
12494
|
+
baseUrl: string;
|
|
12495
|
+
reasoning: false;
|
|
12496
|
+
input: ("image" | "text")[];
|
|
12497
|
+
cost: {
|
|
12498
|
+
input: number;
|
|
12499
|
+
output: number;
|
|
12500
|
+
cacheRead: number;
|
|
12501
|
+
cacheWrite: number;
|
|
12502
|
+
};
|
|
12503
|
+
contextWindow: number;
|
|
12504
|
+
maxTokens: number;
|
|
12505
|
+
};
|
|
12366
12506
|
readonly "openai/gpt-5": {
|
|
12367
12507
|
id: string;
|
|
12368
12508
|
name: string;
|
|
@@ -12397,6 +12537,23 @@ export declare const MODELS: {
|
|
|
12397
12537
|
contextWindow: number;
|
|
12398
12538
|
maxTokens: number;
|
|
12399
12539
|
};
|
|
12540
|
+
readonly "openai/gpt-5-mini:batch": {
|
|
12541
|
+
id: string;
|
|
12542
|
+
name: string;
|
|
12543
|
+
api: "openai-completions";
|
|
12544
|
+
provider: string;
|
|
12545
|
+
baseUrl: string;
|
|
12546
|
+
reasoning: true;
|
|
12547
|
+
input: ("image" | "text")[];
|
|
12548
|
+
cost: {
|
|
12549
|
+
input: number;
|
|
12550
|
+
output: number;
|
|
12551
|
+
cacheRead: number;
|
|
12552
|
+
cacheWrite: number;
|
|
12553
|
+
};
|
|
12554
|
+
contextWindow: number;
|
|
12555
|
+
maxTokens: number;
|
|
12556
|
+
};
|
|
12400
12557
|
readonly "openai/gpt-5-nano": {
|
|
12401
12558
|
id: string;
|
|
12402
12559
|
name: string;
|
|
@@ -12414,6 +12571,23 @@ export declare const MODELS: {
|
|
|
12414
12571
|
contextWindow: number;
|
|
12415
12572
|
maxTokens: number;
|
|
12416
12573
|
};
|
|
12574
|
+
readonly "openai/gpt-5-nano:batch": {
|
|
12575
|
+
id: string;
|
|
12576
|
+
name: string;
|
|
12577
|
+
api: "openai-completions";
|
|
12578
|
+
provider: string;
|
|
12579
|
+
baseUrl: string;
|
|
12580
|
+
reasoning: true;
|
|
12581
|
+
input: ("image" | "text")[];
|
|
12582
|
+
cost: {
|
|
12583
|
+
input: number;
|
|
12584
|
+
output: number;
|
|
12585
|
+
cacheRead: number;
|
|
12586
|
+
cacheWrite: number;
|
|
12587
|
+
};
|
|
12588
|
+
contextWindow: number;
|
|
12589
|
+
maxTokens: number;
|
|
12590
|
+
};
|
|
12417
12591
|
readonly "openai/gpt-5-pro": {
|
|
12418
12592
|
id: string;
|
|
12419
12593
|
name: string;
|
|
@@ -12431,6 +12605,23 @@ export declare const MODELS: {
|
|
|
12431
12605
|
contextWindow: number;
|
|
12432
12606
|
maxTokens: number;
|
|
12433
12607
|
};
|
|
12608
|
+
readonly "openai/gpt-5-pro:batch": {
|
|
12609
|
+
id: string;
|
|
12610
|
+
name: string;
|
|
12611
|
+
api: "openai-completions";
|
|
12612
|
+
provider: string;
|
|
12613
|
+
baseUrl: string;
|
|
12614
|
+
reasoning: true;
|
|
12615
|
+
input: ("image" | "text")[];
|
|
12616
|
+
cost: {
|
|
12617
|
+
input: number;
|
|
12618
|
+
output: number;
|
|
12619
|
+
cacheRead: number;
|
|
12620
|
+
cacheWrite: number;
|
|
12621
|
+
};
|
|
12622
|
+
contextWindow: number;
|
|
12623
|
+
maxTokens: number;
|
|
12624
|
+
};
|
|
12434
12625
|
readonly "openai/gpt-5.1": {
|
|
12435
12626
|
id: string;
|
|
12436
12627
|
name: string;
|
|
@@ -12499,6 +12690,23 @@ export declare const MODELS: {
|
|
|
12499
12690
|
contextWindow: number;
|
|
12500
12691
|
maxTokens: number;
|
|
12501
12692
|
};
|
|
12693
|
+
readonly "openai/gpt-5.1:batch": {
|
|
12694
|
+
id: string;
|
|
12695
|
+
name: string;
|
|
12696
|
+
api: "openai-completions";
|
|
12697
|
+
provider: string;
|
|
12698
|
+
baseUrl: string;
|
|
12699
|
+
reasoning: true;
|
|
12700
|
+
input: ("image" | "text")[];
|
|
12701
|
+
cost: {
|
|
12702
|
+
input: number;
|
|
12703
|
+
output: number;
|
|
12704
|
+
cacheRead: number;
|
|
12705
|
+
cacheWrite: number;
|
|
12706
|
+
};
|
|
12707
|
+
contextWindow: number;
|
|
12708
|
+
maxTokens: number;
|
|
12709
|
+
};
|
|
12502
12710
|
readonly "openai/gpt-5.2": {
|
|
12503
12711
|
id: string;
|
|
12504
12712
|
name: string;
|
|
@@ -12567,6 +12775,40 @@ export declare const MODELS: {
|
|
|
12567
12775
|
contextWindow: number;
|
|
12568
12776
|
maxTokens: number;
|
|
12569
12777
|
};
|
|
12778
|
+
readonly "openai/gpt-5.2-pro:batch": {
|
|
12779
|
+
id: string;
|
|
12780
|
+
name: string;
|
|
12781
|
+
api: "openai-completions";
|
|
12782
|
+
provider: string;
|
|
12783
|
+
baseUrl: string;
|
|
12784
|
+
reasoning: true;
|
|
12785
|
+
input: ("image" | "text")[];
|
|
12786
|
+
cost: {
|
|
12787
|
+
input: number;
|
|
12788
|
+
output: number;
|
|
12789
|
+
cacheRead: number;
|
|
12790
|
+
cacheWrite: number;
|
|
12791
|
+
};
|
|
12792
|
+
contextWindow: number;
|
|
12793
|
+
maxTokens: number;
|
|
12794
|
+
};
|
|
12795
|
+
readonly "openai/gpt-5.2:batch": {
|
|
12796
|
+
id: string;
|
|
12797
|
+
name: string;
|
|
12798
|
+
api: "openai-completions";
|
|
12799
|
+
provider: string;
|
|
12800
|
+
baseUrl: string;
|
|
12801
|
+
reasoning: true;
|
|
12802
|
+
input: ("image" | "text")[];
|
|
12803
|
+
cost: {
|
|
12804
|
+
input: number;
|
|
12805
|
+
output: number;
|
|
12806
|
+
cacheRead: number;
|
|
12807
|
+
cacheWrite: number;
|
|
12808
|
+
};
|
|
12809
|
+
contextWindow: number;
|
|
12810
|
+
maxTokens: number;
|
|
12811
|
+
};
|
|
12570
12812
|
readonly "openai/gpt-5.3-codex": {
|
|
12571
12813
|
id: string;
|
|
12572
12814
|
name: string;
|
|
@@ -12601,7 +12843,228 @@ export declare const MODELS: {
|
|
|
12601
12843
|
contextWindow: number;
|
|
12602
12844
|
maxTokens: number;
|
|
12603
12845
|
};
|
|
12604
|
-
readonly "openai/gpt-5.4-mini": {
|
|
12846
|
+
readonly "openai/gpt-5.4-mini": {
|
|
12847
|
+
id: string;
|
|
12848
|
+
name: string;
|
|
12849
|
+
api: "openai-completions";
|
|
12850
|
+
provider: string;
|
|
12851
|
+
baseUrl: string;
|
|
12852
|
+
reasoning: true;
|
|
12853
|
+
input: ("image" | "text")[];
|
|
12854
|
+
cost: {
|
|
12855
|
+
input: number;
|
|
12856
|
+
output: number;
|
|
12857
|
+
cacheRead: number;
|
|
12858
|
+
cacheWrite: number;
|
|
12859
|
+
};
|
|
12860
|
+
contextWindow: number;
|
|
12861
|
+
maxTokens: number;
|
|
12862
|
+
};
|
|
12863
|
+
readonly "openai/gpt-5.4-mini:batch": {
|
|
12864
|
+
id: string;
|
|
12865
|
+
name: string;
|
|
12866
|
+
api: "openai-completions";
|
|
12867
|
+
provider: string;
|
|
12868
|
+
baseUrl: string;
|
|
12869
|
+
reasoning: true;
|
|
12870
|
+
input: ("image" | "text")[];
|
|
12871
|
+
cost: {
|
|
12872
|
+
input: number;
|
|
12873
|
+
output: number;
|
|
12874
|
+
cacheRead: number;
|
|
12875
|
+
cacheWrite: number;
|
|
12876
|
+
};
|
|
12877
|
+
contextWindow: number;
|
|
12878
|
+
maxTokens: number;
|
|
12879
|
+
};
|
|
12880
|
+
readonly "openai/gpt-5.4-nano": {
|
|
12881
|
+
id: string;
|
|
12882
|
+
name: string;
|
|
12883
|
+
api: "openai-completions";
|
|
12884
|
+
provider: string;
|
|
12885
|
+
baseUrl: string;
|
|
12886
|
+
reasoning: true;
|
|
12887
|
+
input: ("image" | "text")[];
|
|
12888
|
+
cost: {
|
|
12889
|
+
input: number;
|
|
12890
|
+
output: number;
|
|
12891
|
+
cacheRead: number;
|
|
12892
|
+
cacheWrite: number;
|
|
12893
|
+
};
|
|
12894
|
+
contextWindow: number;
|
|
12895
|
+
maxTokens: number;
|
|
12896
|
+
};
|
|
12897
|
+
readonly "openai/gpt-5.4-nano:batch": {
|
|
12898
|
+
id: string;
|
|
12899
|
+
name: string;
|
|
12900
|
+
api: "openai-completions";
|
|
12901
|
+
provider: string;
|
|
12902
|
+
baseUrl: string;
|
|
12903
|
+
reasoning: true;
|
|
12904
|
+
input: ("image" | "text")[];
|
|
12905
|
+
cost: {
|
|
12906
|
+
input: number;
|
|
12907
|
+
output: number;
|
|
12908
|
+
cacheRead: number;
|
|
12909
|
+
cacheWrite: number;
|
|
12910
|
+
};
|
|
12911
|
+
contextWindow: number;
|
|
12912
|
+
maxTokens: number;
|
|
12913
|
+
};
|
|
12914
|
+
readonly "openai/gpt-5.4-pro": {
|
|
12915
|
+
id: string;
|
|
12916
|
+
name: string;
|
|
12917
|
+
api: "openai-completions";
|
|
12918
|
+
provider: string;
|
|
12919
|
+
baseUrl: string;
|
|
12920
|
+
reasoning: true;
|
|
12921
|
+
input: ("image" | "text")[];
|
|
12922
|
+
cost: {
|
|
12923
|
+
input: number;
|
|
12924
|
+
output: number;
|
|
12925
|
+
cacheRead: number;
|
|
12926
|
+
cacheWrite: number;
|
|
12927
|
+
};
|
|
12928
|
+
contextWindow: number;
|
|
12929
|
+
maxTokens: number;
|
|
12930
|
+
};
|
|
12931
|
+
readonly "openai/gpt-5.4-pro:batch": {
|
|
12932
|
+
id: string;
|
|
12933
|
+
name: string;
|
|
12934
|
+
api: "openai-completions";
|
|
12935
|
+
provider: string;
|
|
12936
|
+
baseUrl: string;
|
|
12937
|
+
reasoning: true;
|
|
12938
|
+
input: ("image" | "text")[];
|
|
12939
|
+
cost: {
|
|
12940
|
+
input: number;
|
|
12941
|
+
output: number;
|
|
12942
|
+
cacheRead: number;
|
|
12943
|
+
cacheWrite: number;
|
|
12944
|
+
};
|
|
12945
|
+
contextWindow: number;
|
|
12946
|
+
maxTokens: number;
|
|
12947
|
+
};
|
|
12948
|
+
readonly "openai/gpt-5.4:batch": {
|
|
12949
|
+
id: string;
|
|
12950
|
+
name: string;
|
|
12951
|
+
api: "openai-completions";
|
|
12952
|
+
provider: string;
|
|
12953
|
+
baseUrl: string;
|
|
12954
|
+
reasoning: true;
|
|
12955
|
+
input: ("image" | "text")[];
|
|
12956
|
+
cost: {
|
|
12957
|
+
input: number;
|
|
12958
|
+
output: number;
|
|
12959
|
+
cacheRead: number;
|
|
12960
|
+
cacheWrite: number;
|
|
12961
|
+
};
|
|
12962
|
+
contextWindow: number;
|
|
12963
|
+
maxTokens: number;
|
|
12964
|
+
};
|
|
12965
|
+
readonly "openai/gpt-5.5": {
|
|
12966
|
+
id: string;
|
|
12967
|
+
name: string;
|
|
12968
|
+
api: "openai-completions";
|
|
12969
|
+
provider: string;
|
|
12970
|
+
baseUrl: string;
|
|
12971
|
+
reasoning: true;
|
|
12972
|
+
input: ("image" | "text")[];
|
|
12973
|
+
cost: {
|
|
12974
|
+
input: number;
|
|
12975
|
+
output: number;
|
|
12976
|
+
cacheRead: number;
|
|
12977
|
+
cacheWrite: number;
|
|
12978
|
+
};
|
|
12979
|
+
contextWindow: number;
|
|
12980
|
+
maxTokens: number;
|
|
12981
|
+
};
|
|
12982
|
+
readonly "openai/gpt-5.5-pro": {
|
|
12983
|
+
id: string;
|
|
12984
|
+
name: string;
|
|
12985
|
+
api: "openai-completions";
|
|
12986
|
+
provider: string;
|
|
12987
|
+
baseUrl: string;
|
|
12988
|
+
reasoning: true;
|
|
12989
|
+
input: ("image" | "text")[];
|
|
12990
|
+
cost: {
|
|
12991
|
+
input: number;
|
|
12992
|
+
output: number;
|
|
12993
|
+
cacheRead: number;
|
|
12994
|
+
cacheWrite: number;
|
|
12995
|
+
};
|
|
12996
|
+
contextWindow: number;
|
|
12997
|
+
maxTokens: number;
|
|
12998
|
+
};
|
|
12999
|
+
readonly "openai/gpt-5.5-pro:batch": {
|
|
13000
|
+
id: string;
|
|
13001
|
+
name: string;
|
|
13002
|
+
api: "openai-completions";
|
|
13003
|
+
provider: string;
|
|
13004
|
+
baseUrl: string;
|
|
13005
|
+
reasoning: true;
|
|
13006
|
+
input: ("image" | "text")[];
|
|
13007
|
+
cost: {
|
|
13008
|
+
input: number;
|
|
13009
|
+
output: number;
|
|
13010
|
+
cacheRead: number;
|
|
13011
|
+
cacheWrite: number;
|
|
13012
|
+
};
|
|
13013
|
+
contextWindow: number;
|
|
13014
|
+
maxTokens: number;
|
|
13015
|
+
};
|
|
13016
|
+
readonly "openai/gpt-5.5:batch": {
|
|
13017
|
+
id: string;
|
|
13018
|
+
name: string;
|
|
13019
|
+
api: "openai-completions";
|
|
13020
|
+
provider: string;
|
|
13021
|
+
baseUrl: string;
|
|
13022
|
+
reasoning: true;
|
|
13023
|
+
input: ("image" | "text")[];
|
|
13024
|
+
cost: {
|
|
13025
|
+
input: number;
|
|
13026
|
+
output: number;
|
|
13027
|
+
cacheRead: number;
|
|
13028
|
+
cacheWrite: number;
|
|
13029
|
+
};
|
|
13030
|
+
contextWindow: number;
|
|
13031
|
+
maxTokens: number;
|
|
13032
|
+
};
|
|
13033
|
+
readonly "openai/gpt-5.6-luna": {
|
|
13034
|
+
id: string;
|
|
13035
|
+
name: string;
|
|
13036
|
+
api: "openai-completions";
|
|
13037
|
+
provider: string;
|
|
13038
|
+
baseUrl: string;
|
|
13039
|
+
reasoning: true;
|
|
13040
|
+
input: ("image" | "text")[];
|
|
13041
|
+
cost: {
|
|
13042
|
+
input: number;
|
|
13043
|
+
output: number;
|
|
13044
|
+
cacheRead: number;
|
|
13045
|
+
cacheWrite: number;
|
|
13046
|
+
};
|
|
13047
|
+
contextWindow: number;
|
|
13048
|
+
maxTokens: number;
|
|
13049
|
+
};
|
|
13050
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
13051
|
+
id: string;
|
|
13052
|
+
name: string;
|
|
13053
|
+
api: "openai-completions";
|
|
13054
|
+
provider: string;
|
|
13055
|
+
baseUrl: string;
|
|
13056
|
+
reasoning: true;
|
|
13057
|
+
input: ("image" | "text")[];
|
|
13058
|
+
cost: {
|
|
13059
|
+
input: number;
|
|
13060
|
+
output: number;
|
|
13061
|
+
cacheRead: number;
|
|
13062
|
+
cacheWrite: number;
|
|
13063
|
+
};
|
|
13064
|
+
contextWindow: number;
|
|
13065
|
+
maxTokens: number;
|
|
13066
|
+
};
|
|
13067
|
+
readonly "openai/gpt-5.6-luna-pro:batch": {
|
|
12605
13068
|
id: string;
|
|
12606
13069
|
name: string;
|
|
12607
13070
|
api: "openai-completions";
|
|
@@ -12618,7 +13081,7 @@ export declare const MODELS: {
|
|
|
12618
13081
|
contextWindow: number;
|
|
12619
13082
|
maxTokens: number;
|
|
12620
13083
|
};
|
|
12621
|
-
readonly "openai/gpt-5.
|
|
13084
|
+
readonly "openai/gpt-5.6-luna:batch": {
|
|
12622
13085
|
id: string;
|
|
12623
13086
|
name: string;
|
|
12624
13087
|
api: "openai-completions";
|
|
@@ -12635,7 +13098,7 @@ export declare const MODELS: {
|
|
|
12635
13098
|
contextWindow: number;
|
|
12636
13099
|
maxTokens: number;
|
|
12637
13100
|
};
|
|
12638
|
-
readonly "openai/gpt-5.
|
|
13101
|
+
readonly "openai/gpt-5.6-sol": {
|
|
12639
13102
|
id: string;
|
|
12640
13103
|
name: string;
|
|
12641
13104
|
api: "openai-completions";
|
|
@@ -12652,7 +13115,7 @@ export declare const MODELS: {
|
|
|
12652
13115
|
contextWindow: number;
|
|
12653
13116
|
maxTokens: number;
|
|
12654
13117
|
};
|
|
12655
|
-
readonly "openai/gpt-5.
|
|
13118
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
12656
13119
|
id: string;
|
|
12657
13120
|
name: string;
|
|
12658
13121
|
api: "openai-completions";
|
|
@@ -12669,7 +13132,7 @@ export declare const MODELS: {
|
|
|
12669
13132
|
contextWindow: number;
|
|
12670
13133
|
maxTokens: number;
|
|
12671
13134
|
};
|
|
12672
|
-
readonly "openai/gpt-5.
|
|
13135
|
+
readonly "openai/gpt-5.6-sol-pro:batch": {
|
|
12673
13136
|
id: string;
|
|
12674
13137
|
name: string;
|
|
12675
13138
|
api: "openai-completions";
|
|
@@ -12686,7 +13149,7 @@ export declare const MODELS: {
|
|
|
12686
13149
|
contextWindow: number;
|
|
12687
13150
|
maxTokens: number;
|
|
12688
13151
|
};
|
|
12689
|
-
readonly "openai/gpt-5.6-
|
|
13152
|
+
readonly "openai/gpt-5.6-sol:batch": {
|
|
12690
13153
|
id: string;
|
|
12691
13154
|
name: string;
|
|
12692
13155
|
api: "openai-completions";
|
|
@@ -12703,7 +13166,7 @@ export declare const MODELS: {
|
|
|
12703
13166
|
contextWindow: number;
|
|
12704
13167
|
maxTokens: number;
|
|
12705
13168
|
};
|
|
12706
|
-
readonly "openai/gpt-5.6-
|
|
13169
|
+
readonly "openai/gpt-5.6-terra": {
|
|
12707
13170
|
id: string;
|
|
12708
13171
|
name: string;
|
|
12709
13172
|
api: "openai-completions";
|
|
@@ -12720,7 +13183,7 @@ export declare const MODELS: {
|
|
|
12720
13183
|
contextWindow: number;
|
|
12721
13184
|
maxTokens: number;
|
|
12722
13185
|
};
|
|
12723
|
-
readonly "openai/gpt-5.6-
|
|
13186
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
12724
13187
|
id: string;
|
|
12725
13188
|
name: string;
|
|
12726
13189
|
api: "openai-completions";
|
|
@@ -12737,7 +13200,7 @@ export declare const MODELS: {
|
|
|
12737
13200
|
contextWindow: number;
|
|
12738
13201
|
maxTokens: number;
|
|
12739
13202
|
};
|
|
12740
|
-
readonly "openai/gpt-5.6-
|
|
13203
|
+
readonly "openai/gpt-5.6-terra-pro:batch": {
|
|
12741
13204
|
id: string;
|
|
12742
13205
|
name: string;
|
|
12743
13206
|
api: "openai-completions";
|
|
@@ -12754,7 +13217,7 @@ export declare const MODELS: {
|
|
|
12754
13217
|
contextWindow: number;
|
|
12755
13218
|
maxTokens: number;
|
|
12756
13219
|
};
|
|
12757
|
-
readonly "openai/gpt-5.6-terra": {
|
|
13220
|
+
readonly "openai/gpt-5.6-terra:batch": {
|
|
12758
13221
|
id: string;
|
|
12759
13222
|
name: string;
|
|
12760
13223
|
api: "openai-completions";
|
|
@@ -12771,7 +13234,7 @@ export declare const MODELS: {
|
|
|
12771
13234
|
contextWindow: number;
|
|
12772
13235
|
maxTokens: number;
|
|
12773
13236
|
};
|
|
12774
|
-
readonly "openai/gpt-5
|
|
13237
|
+
readonly "openai/gpt-5:batch": {
|
|
12775
13238
|
id: string;
|
|
12776
13239
|
name: string;
|
|
12777
13240
|
api: "openai-completions";
|
|
@@ -12975,6 +13438,23 @@ export declare const MODELS: {
|
|
|
12975
13438
|
contextWindow: number;
|
|
12976
13439
|
maxTokens: number;
|
|
12977
13440
|
};
|
|
13441
|
+
readonly "openai/o3-mini:batch": {
|
|
13442
|
+
id: string;
|
|
13443
|
+
name: string;
|
|
13444
|
+
api: "openai-completions";
|
|
13445
|
+
provider: string;
|
|
13446
|
+
baseUrl: string;
|
|
13447
|
+
reasoning: true;
|
|
13448
|
+
input: "text"[];
|
|
13449
|
+
cost: {
|
|
13450
|
+
input: number;
|
|
13451
|
+
output: number;
|
|
13452
|
+
cacheRead: number;
|
|
13453
|
+
cacheWrite: number;
|
|
13454
|
+
};
|
|
13455
|
+
contextWindow: number;
|
|
13456
|
+
maxTokens: number;
|
|
13457
|
+
};
|
|
12978
13458
|
readonly "openai/o3-pro": {
|
|
12979
13459
|
id: string;
|
|
12980
13460
|
name: string;
|
|
@@ -12992,6 +13472,23 @@ export declare const MODELS: {
|
|
|
12992
13472
|
contextWindow: number;
|
|
12993
13473
|
maxTokens: number;
|
|
12994
13474
|
};
|
|
13475
|
+
readonly "openai/o3:batch": {
|
|
13476
|
+
id: string;
|
|
13477
|
+
name: string;
|
|
13478
|
+
api: "openai-completions";
|
|
13479
|
+
provider: string;
|
|
13480
|
+
baseUrl: string;
|
|
13481
|
+
reasoning: true;
|
|
13482
|
+
input: ("image" | "text")[];
|
|
13483
|
+
cost: {
|
|
13484
|
+
input: number;
|
|
13485
|
+
output: number;
|
|
13486
|
+
cacheRead: number;
|
|
13487
|
+
cacheWrite: number;
|
|
13488
|
+
};
|
|
13489
|
+
contextWindow: number;
|
|
13490
|
+
maxTokens: number;
|
|
13491
|
+
};
|
|
12995
13492
|
readonly "openai/o4-mini": {
|
|
12996
13493
|
id: string;
|
|
12997
13494
|
name: string;
|
|
@@ -13026,6 +13523,23 @@ export declare const MODELS: {
|
|
|
13026
13523
|
contextWindow: number;
|
|
13027
13524
|
maxTokens: number;
|
|
13028
13525
|
};
|
|
13526
|
+
readonly "openai/o4-mini:batch": {
|
|
13527
|
+
id: string;
|
|
13528
|
+
name: string;
|
|
13529
|
+
api: "openai-completions";
|
|
13530
|
+
provider: string;
|
|
13531
|
+
baseUrl: string;
|
|
13532
|
+
reasoning: true;
|
|
13533
|
+
input: ("image" | "text")[];
|
|
13534
|
+
cost: {
|
|
13535
|
+
input: number;
|
|
13536
|
+
output: number;
|
|
13537
|
+
cacheRead: number;
|
|
13538
|
+
cacheWrite: number;
|
|
13539
|
+
};
|
|
13540
|
+
contextWindow: number;
|
|
13541
|
+
maxTokens: number;
|
|
13542
|
+
};
|
|
13029
13543
|
readonly "openrouter/auto": {
|
|
13030
13544
|
id: string;
|
|
13031
13545
|
name: string;
|
|
@@ -14369,6 +14883,23 @@ export declare const MODELS: {
|
|
|
14369
14883
|
contextWindow: number;
|
|
14370
14884
|
maxTokens: number;
|
|
14371
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
|
+
};
|
|
14372
14903
|
readonly "x-ai/grok-4.5": {
|
|
14373
14904
|
id: string;
|
|
14374
14905
|
name: string;
|
|
@@ -14913,6 +15444,23 @@ export declare const MODELS: {
|
|
|
14913
15444
|
contextWindow: number;
|
|
14914
15445
|
maxTokens: number;
|
|
14915
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
|
+
};
|
|
14916
15464
|
readonly "~z-ai/glm-latest": {
|
|
14917
15465
|
id: string;
|
|
14918
15466
|
name: string;
|
|
@@ -15408,6 +15956,23 @@ export declare const MODELS: {
|
|
|
15408
15956
|
contextWindow: number;
|
|
15409
15957
|
maxTokens: number;
|
|
15410
15958
|
};
|
|
15959
|
+
readonly "alibaba/qwen3.8-flash-next": {
|
|
15960
|
+
id: string;
|
|
15961
|
+
name: string;
|
|
15962
|
+
api: "anthropic-messages";
|
|
15963
|
+
provider: string;
|
|
15964
|
+
baseUrl: string;
|
|
15965
|
+
reasoning: true;
|
|
15966
|
+
input: ("image" | "text")[];
|
|
15967
|
+
cost: {
|
|
15968
|
+
input: number;
|
|
15969
|
+
output: number;
|
|
15970
|
+
cacheRead: number;
|
|
15971
|
+
cacheWrite: number;
|
|
15972
|
+
};
|
|
15973
|
+
contextWindow: number;
|
|
15974
|
+
maxTokens: number;
|
|
15975
|
+
};
|
|
15411
15976
|
readonly "alibaba/qwen3.8-max": {
|
|
15412
15977
|
id: string;
|
|
15413
15978
|
name: string;
|
|
@@ -15425,6 +15990,23 @@ export declare const MODELS: {
|
|
|
15425
15990
|
contextWindow: number;
|
|
15426
15991
|
maxTokens: number;
|
|
15427
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
|
+
};
|
|
15428
16010
|
readonly "amazon/nova-2-lite": {
|
|
15429
16011
|
id: string;
|
|
15430
16012
|
name: string;
|
|
@@ -15527,6 +16109,23 @@ export declare const MODELS: {
|
|
|
15527
16109
|
contextWindow: number;
|
|
15528
16110
|
maxTokens: number;
|
|
15529
16111
|
};
|
|
16112
|
+
readonly "anthropic/claude-fable-5.1": {
|
|
16113
|
+
id: string;
|
|
16114
|
+
name: string;
|
|
16115
|
+
api: "anthropic-messages";
|
|
16116
|
+
provider: string;
|
|
16117
|
+
baseUrl: string;
|
|
16118
|
+
reasoning: true;
|
|
16119
|
+
input: ("image" | "text")[];
|
|
16120
|
+
cost: {
|
|
16121
|
+
input: number;
|
|
16122
|
+
output: number;
|
|
16123
|
+
cacheRead: number;
|
|
16124
|
+
cacheWrite: number;
|
|
16125
|
+
};
|
|
16126
|
+
contextWindow: number;
|
|
16127
|
+
maxTokens: number;
|
|
16128
|
+
};
|
|
15530
16129
|
readonly "anthropic/claude-haiku-4.5": {
|
|
15531
16130
|
id: string;
|
|
15532
16131
|
name: string;
|
|
@@ -15833,23 +16432,6 @@ export declare const MODELS: {
|
|
|
15833
16432
|
contextWindow: number;
|
|
15834
16433
|
maxTokens: number;
|
|
15835
16434
|
};
|
|
15836
|
-
readonly "deepseek/deepseek-v3": {
|
|
15837
|
-
id: string;
|
|
15838
|
-
name: string;
|
|
15839
|
-
api: "anthropic-messages";
|
|
15840
|
-
provider: string;
|
|
15841
|
-
baseUrl: string;
|
|
15842
|
-
reasoning: false;
|
|
15843
|
-
input: "text"[];
|
|
15844
|
-
cost: {
|
|
15845
|
-
input: number;
|
|
15846
|
-
output: number;
|
|
15847
|
-
cacheRead: number;
|
|
15848
|
-
cacheWrite: number;
|
|
15849
|
-
};
|
|
15850
|
-
contextWindow: number;
|
|
15851
|
-
maxTokens: number;
|
|
15852
|
-
};
|
|
15853
16435
|
readonly "deepseek/deepseek-v3.1": {
|
|
15854
16436
|
id: string;
|
|
15855
16437
|
name: string;
|
|
@@ -16173,6 +16755,23 @@ export declare const MODELS: {
|
|
|
16173
16755
|
contextWindow: number;
|
|
16174
16756
|
maxTokens: number;
|
|
16175
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
|
+
};
|
|
16176
16775
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
16177
16776
|
id: string;
|
|
16178
16777
|
name: string;
|
|
@@ -16530,6 +17129,40 @@ export declare const MODELS: {
|
|
|
16530
17129
|
contextWindow: number;
|
|
16531
17130
|
maxTokens: number;
|
|
16532
17131
|
};
|
|
17132
|
+
readonly "meta/muse-spark-1.3": {
|
|
17133
|
+
id: string;
|
|
17134
|
+
name: string;
|
|
17135
|
+
api: "anthropic-messages";
|
|
17136
|
+
provider: string;
|
|
17137
|
+
baseUrl: string;
|
|
17138
|
+
reasoning: true;
|
|
17139
|
+
input: ("image" | "text")[];
|
|
17140
|
+
cost: {
|
|
17141
|
+
input: number;
|
|
17142
|
+
output: number;
|
|
17143
|
+
cacheRead: number;
|
|
17144
|
+
cacheWrite: number;
|
|
17145
|
+
};
|
|
17146
|
+
contextWindow: number;
|
|
17147
|
+
maxTokens: number;
|
|
17148
|
+
};
|
|
17149
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
17150
|
+
id: string;
|
|
17151
|
+
name: string;
|
|
17152
|
+
api: "anthropic-messages";
|
|
17153
|
+
provider: string;
|
|
17154
|
+
baseUrl: string;
|
|
17155
|
+
reasoning: true;
|
|
17156
|
+
input: ("image" | "text")[];
|
|
17157
|
+
cost: {
|
|
17158
|
+
input: number;
|
|
17159
|
+
output: number;
|
|
17160
|
+
cacheRead: number;
|
|
17161
|
+
cacheWrite: number;
|
|
17162
|
+
};
|
|
17163
|
+
contextWindow: number;
|
|
17164
|
+
maxTokens: number;
|
|
17165
|
+
};
|
|
16533
17166
|
readonly "minimax/minimax-m2": {
|
|
16534
17167
|
id: string;
|
|
16535
17168
|
name: string;
|
|
@@ -18502,6 +19135,23 @@ export declare const MODELS: {
|
|
|
18502
19135
|
contextWindow: number;
|
|
18503
19136
|
maxTokens: number;
|
|
18504
19137
|
};
|
|
19138
|
+
readonly "xiaomi/mimo-v2.5-pro-ultraspeed": {
|
|
19139
|
+
id: string;
|
|
19140
|
+
name: string;
|
|
19141
|
+
api: "anthropic-messages";
|
|
19142
|
+
provider: string;
|
|
19143
|
+
baseUrl: string;
|
|
19144
|
+
reasoning: true;
|
|
19145
|
+
input: "text"[];
|
|
19146
|
+
cost: {
|
|
19147
|
+
input: number;
|
|
19148
|
+
output: number;
|
|
19149
|
+
cacheRead: number;
|
|
19150
|
+
cacheWrite: number;
|
|
19151
|
+
};
|
|
19152
|
+
contextWindow: number;
|
|
19153
|
+
maxTokens: number;
|
|
19154
|
+
};
|
|
18505
19155
|
readonly "zai/glm-4.5": {
|
|
18506
19156
|
id: string;
|
|
18507
19157
|
name: string;
|
|
@@ -18723,6 +19373,23 @@ export declare const MODELS: {
|
|
|
18723
19373
|
contextWindow: number;
|
|
18724
19374
|
maxTokens: number;
|
|
18725
19375
|
};
|
|
19376
|
+
readonly "zai/glm-5.3-fast": {
|
|
19377
|
+
id: string;
|
|
19378
|
+
name: string;
|
|
19379
|
+
api: "anthropic-messages";
|
|
19380
|
+
provider: string;
|
|
19381
|
+
baseUrl: string;
|
|
19382
|
+
reasoning: true;
|
|
19383
|
+
input: "text"[];
|
|
19384
|
+
cost: {
|
|
19385
|
+
input: number;
|
|
19386
|
+
output: number;
|
|
19387
|
+
cacheRead: number;
|
|
19388
|
+
cacheWrite: number;
|
|
19389
|
+
};
|
|
19390
|
+
contextWindow: number;
|
|
19391
|
+
maxTokens: number;
|
|
19392
|
+
};
|
|
18726
19393
|
readonly "zai/glm-5.3-flash": {
|
|
18727
19394
|
id: string;
|
|
18728
19395
|
name: string;
|
|
@@ -18740,6 +19407,23 @@ export declare const MODELS: {
|
|
|
18740
19407
|
contextWindow: number;
|
|
18741
19408
|
maxTokens: number;
|
|
18742
19409
|
};
|
|
19410
|
+
readonly "zai/glm-5.3-promo-50": {
|
|
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
|
+
};
|
|
18743
19427
|
readonly "zai/glm-5v-turbo": {
|
|
18744
19428
|
id: string;
|
|
18745
19429
|
name: string;
|