@dreb/ai 2.12.1 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +893 -153
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +901 -168
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -323,6 +323,40 @@ export declare const MODELS: {
|
|
|
323
323
|
contextWindow: number;
|
|
324
324
|
maxTokens: number;
|
|
325
325
|
};
|
|
326
|
+
readonly "au.anthropic.claude-opus-4-6-v1": {
|
|
327
|
+
id: string;
|
|
328
|
+
name: string;
|
|
329
|
+
api: "bedrock-converse-stream";
|
|
330
|
+
provider: string;
|
|
331
|
+
baseUrl: string;
|
|
332
|
+
reasoning: true;
|
|
333
|
+
input: ("image" | "text")[];
|
|
334
|
+
cost: {
|
|
335
|
+
input: number;
|
|
336
|
+
output: number;
|
|
337
|
+
cacheRead: number;
|
|
338
|
+
cacheWrite: number;
|
|
339
|
+
};
|
|
340
|
+
contextWindow: number;
|
|
341
|
+
maxTokens: number;
|
|
342
|
+
};
|
|
343
|
+
readonly "au.anthropic.claude-sonnet-4-6": {
|
|
344
|
+
id: string;
|
|
345
|
+
name: string;
|
|
346
|
+
api: "bedrock-converse-stream";
|
|
347
|
+
provider: string;
|
|
348
|
+
baseUrl: string;
|
|
349
|
+
reasoning: true;
|
|
350
|
+
input: ("image" | "text")[];
|
|
351
|
+
cost: {
|
|
352
|
+
input: number;
|
|
353
|
+
output: number;
|
|
354
|
+
cacheRead: number;
|
|
355
|
+
cacheWrite: number;
|
|
356
|
+
};
|
|
357
|
+
contextWindow: number;
|
|
358
|
+
maxTokens: number;
|
|
359
|
+
};
|
|
326
360
|
readonly "deepseek.r1-v1:0": {
|
|
327
361
|
id: string;
|
|
328
362
|
name: string;
|
|
@@ -2486,6 +2520,40 @@ export declare const MODELS: {
|
|
|
2486
2520
|
contextWindow: number;
|
|
2487
2521
|
maxTokens: number;
|
|
2488
2522
|
};
|
|
2523
|
+
readonly "gpt-5.5": {
|
|
2524
|
+
id: string;
|
|
2525
|
+
name: string;
|
|
2526
|
+
api: "azure-openai-responses";
|
|
2527
|
+
provider: string;
|
|
2528
|
+
baseUrl: string;
|
|
2529
|
+
reasoning: true;
|
|
2530
|
+
input: ("image" | "text")[];
|
|
2531
|
+
cost: {
|
|
2532
|
+
input: number;
|
|
2533
|
+
output: number;
|
|
2534
|
+
cacheRead: number;
|
|
2535
|
+
cacheWrite: number;
|
|
2536
|
+
};
|
|
2537
|
+
contextWindow: number;
|
|
2538
|
+
maxTokens: number;
|
|
2539
|
+
};
|
|
2540
|
+
readonly "gpt-5.5-pro": {
|
|
2541
|
+
id: string;
|
|
2542
|
+
name: string;
|
|
2543
|
+
api: "azure-openai-responses";
|
|
2544
|
+
provider: string;
|
|
2545
|
+
baseUrl: string;
|
|
2546
|
+
reasoning: true;
|
|
2547
|
+
input: ("image" | "text")[];
|
|
2548
|
+
cost: {
|
|
2549
|
+
input: number;
|
|
2550
|
+
output: number;
|
|
2551
|
+
cacheRead: number;
|
|
2552
|
+
cacheWrite: number;
|
|
2553
|
+
};
|
|
2554
|
+
contextWindow: number;
|
|
2555
|
+
maxTokens: number;
|
|
2556
|
+
};
|
|
2489
2557
|
readonly o1: {
|
|
2490
2558
|
id: string;
|
|
2491
2559
|
name: string;
|
|
@@ -3259,6 +3327,29 @@ export declare const MODELS: {
|
|
|
3259
3327
|
contextWindow: number;
|
|
3260
3328
|
maxTokens: number;
|
|
3261
3329
|
};
|
|
3330
|
+
readonly "gpt-5.5": {
|
|
3331
|
+
id: string;
|
|
3332
|
+
name: string;
|
|
3333
|
+
api: "openai-responses";
|
|
3334
|
+
provider: string;
|
|
3335
|
+
baseUrl: string;
|
|
3336
|
+
headers: {
|
|
3337
|
+
"User-Agent": string;
|
|
3338
|
+
"Editor-Version": string;
|
|
3339
|
+
"Editor-Plugin-Version": string;
|
|
3340
|
+
"Copilot-Integration-Id": string;
|
|
3341
|
+
};
|
|
3342
|
+
reasoning: true;
|
|
3343
|
+
input: ("image" | "text")[];
|
|
3344
|
+
cost: {
|
|
3345
|
+
input: number;
|
|
3346
|
+
output: number;
|
|
3347
|
+
cacheRead: number;
|
|
3348
|
+
cacheWrite: number;
|
|
3349
|
+
};
|
|
3350
|
+
contextWindow: number;
|
|
3351
|
+
maxTokens: number;
|
|
3352
|
+
};
|
|
3262
3353
|
readonly "grok-code-fast-1": {
|
|
3263
3354
|
id: string;
|
|
3264
3355
|
name: string;
|
|
@@ -3714,7 +3805,7 @@ export declare const MODELS: {
|
|
|
3714
3805
|
contextWindow: number;
|
|
3715
3806
|
maxTokens: number;
|
|
3716
3807
|
};
|
|
3717
|
-
readonly "gemma-4-26b-it": {
|
|
3808
|
+
readonly "gemma-4-26b-a4b-it": {
|
|
3718
3809
|
id: string;
|
|
3719
3810
|
name: string;
|
|
3720
3811
|
api: "google-generative-ai";
|
|
@@ -4763,6 +4854,26 @@ export declare const MODELS: {
|
|
|
4763
4854
|
contextWindow: number;
|
|
4764
4855
|
maxTokens: number;
|
|
4765
4856
|
};
|
|
4857
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
4858
|
+
id: string;
|
|
4859
|
+
name: string;
|
|
4860
|
+
api: "openai-completions";
|
|
4861
|
+
provider: string;
|
|
4862
|
+
baseUrl: string;
|
|
4863
|
+
compat: {
|
|
4864
|
+
supportsDeveloperRole: false;
|
|
4865
|
+
};
|
|
4866
|
+
reasoning: true;
|
|
4867
|
+
input: "text"[];
|
|
4868
|
+
cost: {
|
|
4869
|
+
input: number;
|
|
4870
|
+
output: number;
|
|
4871
|
+
cacheRead: number;
|
|
4872
|
+
cacheWrite: number;
|
|
4873
|
+
};
|
|
4874
|
+
contextWindow: number;
|
|
4875
|
+
maxTokens: number;
|
|
4876
|
+
};
|
|
4766
4877
|
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
4767
4878
|
id: string;
|
|
4768
4879
|
name: string;
|
|
@@ -6081,6 +6192,40 @@ export declare const MODELS: {
|
|
|
6081
6192
|
contextWindow: number;
|
|
6082
6193
|
maxTokens: number;
|
|
6083
6194
|
};
|
|
6195
|
+
readonly "gpt-5.5": {
|
|
6196
|
+
id: string;
|
|
6197
|
+
name: string;
|
|
6198
|
+
api: "openai-responses";
|
|
6199
|
+
provider: string;
|
|
6200
|
+
baseUrl: string;
|
|
6201
|
+
reasoning: true;
|
|
6202
|
+
input: ("image" | "text")[];
|
|
6203
|
+
cost: {
|
|
6204
|
+
input: number;
|
|
6205
|
+
output: number;
|
|
6206
|
+
cacheRead: number;
|
|
6207
|
+
cacheWrite: number;
|
|
6208
|
+
};
|
|
6209
|
+
contextWindow: number;
|
|
6210
|
+
maxTokens: number;
|
|
6211
|
+
};
|
|
6212
|
+
readonly "gpt-5.5-pro": {
|
|
6213
|
+
id: string;
|
|
6214
|
+
name: string;
|
|
6215
|
+
api: "openai-responses";
|
|
6216
|
+
provider: string;
|
|
6217
|
+
baseUrl: string;
|
|
6218
|
+
reasoning: true;
|
|
6219
|
+
input: ("image" | "text")[];
|
|
6220
|
+
cost: {
|
|
6221
|
+
input: number;
|
|
6222
|
+
output: number;
|
|
6223
|
+
cacheRead: number;
|
|
6224
|
+
cacheWrite: number;
|
|
6225
|
+
};
|
|
6226
|
+
contextWindow: number;
|
|
6227
|
+
maxTokens: number;
|
|
6228
|
+
};
|
|
6084
6229
|
readonly o1: {
|
|
6085
6230
|
id: string;
|
|
6086
6231
|
name: string;
|
|
@@ -6391,23 +6536,6 @@ export declare const MODELS: {
|
|
|
6391
6536
|
contextWindow: number;
|
|
6392
6537
|
maxTokens: number;
|
|
6393
6538
|
};
|
|
6394
|
-
readonly "claude-3-5-haiku": {
|
|
6395
|
-
id: string;
|
|
6396
|
-
name: string;
|
|
6397
|
-
api: "anthropic-messages";
|
|
6398
|
-
provider: string;
|
|
6399
|
-
baseUrl: string;
|
|
6400
|
-
reasoning: false;
|
|
6401
|
-
input: ("image" | "text")[];
|
|
6402
|
-
cost: {
|
|
6403
|
-
input: number;
|
|
6404
|
-
output: number;
|
|
6405
|
-
cacheRead: number;
|
|
6406
|
-
cacheWrite: number;
|
|
6407
|
-
};
|
|
6408
|
-
contextWindow: number;
|
|
6409
|
-
maxTokens: number;
|
|
6410
|
-
};
|
|
6411
6539
|
readonly "claude-haiku-4-5": {
|
|
6412
6540
|
id: string;
|
|
6413
6541
|
name: string;
|
|
@@ -6850,10 +6978,10 @@ export declare const MODELS: {
|
|
|
6850
6978
|
contextWindow: number;
|
|
6851
6979
|
maxTokens: number;
|
|
6852
6980
|
};
|
|
6853
|
-
readonly "
|
|
6981
|
+
readonly "gpt-5.5": {
|
|
6854
6982
|
id: string;
|
|
6855
6983
|
name: string;
|
|
6856
|
-
api: "openai-
|
|
6984
|
+
api: "openai-responses";
|
|
6857
6985
|
provider: string;
|
|
6858
6986
|
baseUrl: string;
|
|
6859
6987
|
reasoning: true;
|
|
@@ -6867,10 +6995,10 @@ export declare const MODELS: {
|
|
|
6867
6995
|
contextWindow: number;
|
|
6868
6996
|
maxTokens: number;
|
|
6869
6997
|
};
|
|
6870
|
-
readonly "
|
|
6998
|
+
readonly "gpt-5.5-pro": {
|
|
6871
6999
|
id: string;
|
|
6872
7000
|
name: string;
|
|
6873
|
-
api: "openai-
|
|
7001
|
+
api: "openai-responses";
|
|
6874
7002
|
provider: string;
|
|
6875
7003
|
baseUrl: string;
|
|
6876
7004
|
reasoning: true;
|
|
@@ -6884,13 +7012,13 @@ export declare const MODELS: {
|
|
|
6884
7012
|
contextWindow: number;
|
|
6885
7013
|
maxTokens: number;
|
|
6886
7014
|
};
|
|
6887
|
-
readonly "
|
|
7015
|
+
readonly "hy3-preview-free": {
|
|
6888
7016
|
id: string;
|
|
6889
7017
|
name: string;
|
|
6890
7018
|
api: "openai-completions";
|
|
6891
7019
|
provider: string;
|
|
6892
7020
|
baseUrl: string;
|
|
6893
|
-
reasoning:
|
|
7021
|
+
reasoning: true;
|
|
6894
7022
|
input: "text"[];
|
|
6895
7023
|
cost: {
|
|
6896
7024
|
input: number;
|
|
@@ -6901,6 +7029,40 @@ export declare const MODELS: {
|
|
|
6901
7029
|
contextWindow: number;
|
|
6902
7030
|
maxTokens: number;
|
|
6903
7031
|
};
|
|
7032
|
+
readonly "kimi-k2.5": {
|
|
7033
|
+
id: string;
|
|
7034
|
+
name: string;
|
|
7035
|
+
api: "openai-completions";
|
|
7036
|
+
provider: string;
|
|
7037
|
+
baseUrl: string;
|
|
7038
|
+
reasoning: true;
|
|
7039
|
+
input: ("image" | "text")[];
|
|
7040
|
+
cost: {
|
|
7041
|
+
input: number;
|
|
7042
|
+
output: number;
|
|
7043
|
+
cacheRead: number;
|
|
7044
|
+
cacheWrite: number;
|
|
7045
|
+
};
|
|
7046
|
+
contextWindow: number;
|
|
7047
|
+
maxTokens: number;
|
|
7048
|
+
};
|
|
7049
|
+
readonly "kimi-k2.6": {
|
|
7050
|
+
id: string;
|
|
7051
|
+
name: string;
|
|
7052
|
+
api: "openai-completions";
|
|
7053
|
+
provider: string;
|
|
7054
|
+
baseUrl: string;
|
|
7055
|
+
reasoning: true;
|
|
7056
|
+
input: ("image" | "text")[];
|
|
7057
|
+
cost: {
|
|
7058
|
+
input: number;
|
|
7059
|
+
output: number;
|
|
7060
|
+
cacheRead: number;
|
|
7061
|
+
cacheWrite: number;
|
|
7062
|
+
};
|
|
7063
|
+
contextWindow: number;
|
|
7064
|
+
maxTokens: number;
|
|
7065
|
+
};
|
|
6904
7066
|
readonly "minimax-m2.5": {
|
|
6905
7067
|
id: string;
|
|
6906
7068
|
name: string;
|
|
@@ -7005,7 +7167,7 @@ export declare const MODELS: {
|
|
|
7005
7167
|
};
|
|
7006
7168
|
};
|
|
7007
7169
|
readonly "opencode-go": {
|
|
7008
|
-
readonly "
|
|
7170
|
+
readonly "deepseek-v4-flash": {
|
|
7009
7171
|
id: string;
|
|
7010
7172
|
name: string;
|
|
7011
7173
|
api: "openai-completions";
|
|
@@ -7022,7 +7184,7 @@ export declare const MODELS: {
|
|
|
7022
7184
|
contextWindow: number;
|
|
7023
7185
|
maxTokens: number;
|
|
7024
7186
|
};
|
|
7025
|
-
readonly "
|
|
7187
|
+
readonly "deepseek-v4-pro": {
|
|
7026
7188
|
id: string;
|
|
7027
7189
|
name: string;
|
|
7028
7190
|
api: "openai-completions";
|
|
@@ -7039,14 +7201,14 @@ export declare const MODELS: {
|
|
|
7039
7201
|
contextWindow: number;
|
|
7040
7202
|
maxTokens: number;
|
|
7041
7203
|
};
|
|
7042
|
-
readonly "
|
|
7204
|
+
readonly "glm-5": {
|
|
7043
7205
|
id: string;
|
|
7044
7206
|
name: string;
|
|
7045
7207
|
api: "openai-completions";
|
|
7046
7208
|
provider: string;
|
|
7047
7209
|
baseUrl: string;
|
|
7048
7210
|
reasoning: true;
|
|
7049
|
-
input:
|
|
7211
|
+
input: "text"[];
|
|
7050
7212
|
cost: {
|
|
7051
7213
|
input: number;
|
|
7052
7214
|
output: number;
|
|
@@ -7056,14 +7218,14 @@ export declare const MODELS: {
|
|
|
7056
7218
|
contextWindow: number;
|
|
7057
7219
|
maxTokens: number;
|
|
7058
7220
|
};
|
|
7059
|
-
readonly "
|
|
7221
|
+
readonly "glm-5.1": {
|
|
7060
7222
|
id: string;
|
|
7061
7223
|
name: string;
|
|
7062
7224
|
api: "openai-completions";
|
|
7063
7225
|
provider: string;
|
|
7064
7226
|
baseUrl: string;
|
|
7065
7227
|
reasoning: true;
|
|
7066
|
-
input:
|
|
7228
|
+
input: "text"[];
|
|
7067
7229
|
cost: {
|
|
7068
7230
|
input: number;
|
|
7069
7231
|
output: number;
|
|
@@ -7073,7 +7235,7 @@ export declare const MODELS: {
|
|
|
7073
7235
|
contextWindow: number;
|
|
7074
7236
|
maxTokens: number;
|
|
7075
7237
|
};
|
|
7076
|
-
readonly "
|
|
7238
|
+
readonly "kimi-k2.5": {
|
|
7077
7239
|
id: string;
|
|
7078
7240
|
name: string;
|
|
7079
7241
|
api: "openai-completions";
|
|
@@ -7090,14 +7252,14 @@ export declare const MODELS: {
|
|
|
7090
7252
|
contextWindow: number;
|
|
7091
7253
|
maxTokens: number;
|
|
7092
7254
|
};
|
|
7093
|
-
readonly "
|
|
7255
|
+
readonly "kimi-k2.6": {
|
|
7094
7256
|
id: string;
|
|
7095
7257
|
name: string;
|
|
7096
7258
|
api: "openai-completions";
|
|
7097
7259
|
provider: string;
|
|
7098
7260
|
baseUrl: string;
|
|
7099
7261
|
reasoning: true;
|
|
7100
|
-
input: "text"[];
|
|
7262
|
+
input: ("image" | "text")[];
|
|
7101
7263
|
cost: {
|
|
7102
7264
|
input: number;
|
|
7103
7265
|
output: number;
|
|
@@ -7107,14 +7269,14 @@ export declare const MODELS: {
|
|
|
7107
7269
|
contextWindow: number;
|
|
7108
7270
|
maxTokens: number;
|
|
7109
7271
|
};
|
|
7110
|
-
readonly "
|
|
7272
|
+
readonly "mimo-v2-omni": {
|
|
7111
7273
|
id: string;
|
|
7112
7274
|
name: string;
|
|
7113
7275
|
api: "openai-completions";
|
|
7114
7276
|
provider: string;
|
|
7115
7277
|
baseUrl: string;
|
|
7116
7278
|
reasoning: true;
|
|
7117
|
-
input: "text"[];
|
|
7279
|
+
input: ("image" | "text")[];
|
|
7118
7280
|
cost: {
|
|
7119
7281
|
input: number;
|
|
7120
7282
|
output: number;
|
|
@@ -7124,10 +7286,10 @@ export declare const MODELS: {
|
|
|
7124
7286
|
contextWindow: number;
|
|
7125
7287
|
maxTokens: number;
|
|
7126
7288
|
};
|
|
7127
|
-
readonly "
|
|
7289
|
+
readonly "mimo-v2-pro": {
|
|
7128
7290
|
id: string;
|
|
7129
7291
|
name: string;
|
|
7130
|
-
api: "
|
|
7292
|
+
api: "openai-completions";
|
|
7131
7293
|
provider: string;
|
|
7132
7294
|
baseUrl: string;
|
|
7133
7295
|
reasoning: true;
|
|
@@ -7141,10 +7303,10 @@ export declare const MODELS: {
|
|
|
7141
7303
|
contextWindow: number;
|
|
7142
7304
|
maxTokens: number;
|
|
7143
7305
|
};
|
|
7144
|
-
readonly "
|
|
7306
|
+
readonly "mimo-v2.5": {
|
|
7145
7307
|
id: string;
|
|
7146
7308
|
name: string;
|
|
7147
|
-
api: "
|
|
7309
|
+
api: "openai-completions";
|
|
7148
7310
|
provider: string;
|
|
7149
7311
|
baseUrl: string;
|
|
7150
7312
|
reasoning: true;
|
|
@@ -7158,14 +7320,14 @@ export declare const MODELS: {
|
|
|
7158
7320
|
contextWindow: number;
|
|
7159
7321
|
maxTokens: number;
|
|
7160
7322
|
};
|
|
7161
|
-
readonly "
|
|
7323
|
+
readonly "mimo-v2.5-pro": {
|
|
7162
7324
|
id: string;
|
|
7163
7325
|
name: string;
|
|
7164
|
-
api: "
|
|
7326
|
+
api: "openai-completions";
|
|
7165
7327
|
provider: string;
|
|
7166
7328
|
baseUrl: string;
|
|
7167
7329
|
reasoning: true;
|
|
7168
|
-
input:
|
|
7330
|
+
input: "text"[];
|
|
7169
7331
|
cost: {
|
|
7170
7332
|
input: number;
|
|
7171
7333
|
output: number;
|
|
@@ -7175,15 +7337,13 @@ export declare const MODELS: {
|
|
|
7175
7337
|
contextWindow: number;
|
|
7176
7338
|
maxTokens: number;
|
|
7177
7339
|
};
|
|
7178
|
-
|
|
7179
|
-
readonly openrouter: {
|
|
7180
|
-
readonly "ai21/jamba-large-1.7": {
|
|
7340
|
+
readonly "minimax-m2.5": {
|
|
7181
7341
|
id: string;
|
|
7182
7342
|
name: string;
|
|
7183
7343
|
api: "openai-completions";
|
|
7184
7344
|
provider: string;
|
|
7185
7345
|
baseUrl: string;
|
|
7186
|
-
reasoning:
|
|
7346
|
+
reasoning: true;
|
|
7187
7347
|
input: "text"[];
|
|
7188
7348
|
cost: {
|
|
7189
7349
|
input: number;
|
|
@@ -7194,10 +7354,10 @@ export declare const MODELS: {
|
|
|
7194
7354
|
contextWindow: number;
|
|
7195
7355
|
maxTokens: number;
|
|
7196
7356
|
};
|
|
7197
|
-
readonly "
|
|
7357
|
+
readonly "minimax-m2.7": {
|
|
7198
7358
|
id: string;
|
|
7199
7359
|
name: string;
|
|
7200
|
-
api: "
|
|
7360
|
+
api: "anthropic-messages";
|
|
7201
7361
|
provider: string;
|
|
7202
7362
|
baseUrl: string;
|
|
7203
7363
|
reasoning: true;
|
|
@@ -7211,14 +7371,14 @@ export declare const MODELS: {
|
|
|
7211
7371
|
contextWindow: number;
|
|
7212
7372
|
maxTokens: number;
|
|
7213
7373
|
};
|
|
7214
|
-
readonly "
|
|
7374
|
+
readonly "qwen3.5-plus": {
|
|
7215
7375
|
id: string;
|
|
7216
7376
|
name: string;
|
|
7217
|
-
api: "
|
|
7377
|
+
api: "anthropic-messages";
|
|
7218
7378
|
provider: string;
|
|
7219
7379
|
baseUrl: string;
|
|
7220
|
-
reasoning:
|
|
7221
|
-
input: "text"[];
|
|
7380
|
+
reasoning: true;
|
|
7381
|
+
input: ("image" | "text")[];
|
|
7222
7382
|
cost: {
|
|
7223
7383
|
input: number;
|
|
7224
7384
|
output: number;
|
|
@@ -7228,10 +7388,10 @@ export declare const MODELS: {
|
|
|
7228
7388
|
contextWindow: number;
|
|
7229
7389
|
maxTokens: number;
|
|
7230
7390
|
};
|
|
7231
|
-
readonly "
|
|
7391
|
+
readonly "qwen3.6-plus": {
|
|
7232
7392
|
id: string;
|
|
7233
7393
|
name: string;
|
|
7234
|
-
api: "
|
|
7394
|
+
api: "anthropic-messages";
|
|
7235
7395
|
provider: string;
|
|
7236
7396
|
baseUrl: string;
|
|
7237
7397
|
reasoning: true;
|
|
@@ -7245,14 +7405,16 @@ export declare const MODELS: {
|
|
|
7245
7405
|
contextWindow: number;
|
|
7246
7406
|
maxTokens: number;
|
|
7247
7407
|
};
|
|
7248
|
-
|
|
7408
|
+
};
|
|
7409
|
+
readonly openrouter: {
|
|
7410
|
+
readonly "ai21/jamba-large-1.7": {
|
|
7249
7411
|
id: string;
|
|
7250
7412
|
name: string;
|
|
7251
7413
|
api: "openai-completions";
|
|
7252
7414
|
provider: string;
|
|
7253
7415
|
baseUrl: string;
|
|
7254
7416
|
reasoning: false;
|
|
7255
|
-
input:
|
|
7417
|
+
input: "text"[];
|
|
7256
7418
|
cost: {
|
|
7257
7419
|
input: number;
|
|
7258
7420
|
output: number;
|
|
@@ -7262,7 +7424,75 @@ export declare const MODELS: {
|
|
|
7262
7424
|
contextWindow: number;
|
|
7263
7425
|
maxTokens: number;
|
|
7264
7426
|
};
|
|
7265
|
-
readonly "
|
|
7427
|
+
readonly "alibaba/tongyi-deepresearch-30b-a3b": {
|
|
7428
|
+
id: string;
|
|
7429
|
+
name: string;
|
|
7430
|
+
api: "openai-completions";
|
|
7431
|
+
provider: string;
|
|
7432
|
+
baseUrl: string;
|
|
7433
|
+
reasoning: true;
|
|
7434
|
+
input: "text"[];
|
|
7435
|
+
cost: {
|
|
7436
|
+
input: number;
|
|
7437
|
+
output: number;
|
|
7438
|
+
cacheRead: number;
|
|
7439
|
+
cacheWrite: number;
|
|
7440
|
+
};
|
|
7441
|
+
contextWindow: number;
|
|
7442
|
+
maxTokens: number;
|
|
7443
|
+
};
|
|
7444
|
+
readonly "allenai/olmo-3.1-32b-instruct": {
|
|
7445
|
+
id: string;
|
|
7446
|
+
name: string;
|
|
7447
|
+
api: "openai-completions";
|
|
7448
|
+
provider: string;
|
|
7449
|
+
baseUrl: string;
|
|
7450
|
+
reasoning: false;
|
|
7451
|
+
input: "text"[];
|
|
7452
|
+
cost: {
|
|
7453
|
+
input: number;
|
|
7454
|
+
output: number;
|
|
7455
|
+
cacheRead: number;
|
|
7456
|
+
cacheWrite: number;
|
|
7457
|
+
};
|
|
7458
|
+
contextWindow: number;
|
|
7459
|
+
maxTokens: number;
|
|
7460
|
+
};
|
|
7461
|
+
readonly "amazon/nova-2-lite-v1": {
|
|
7462
|
+
id: string;
|
|
7463
|
+
name: string;
|
|
7464
|
+
api: "openai-completions";
|
|
7465
|
+
provider: string;
|
|
7466
|
+
baseUrl: string;
|
|
7467
|
+
reasoning: true;
|
|
7468
|
+
input: ("image" | "text")[];
|
|
7469
|
+
cost: {
|
|
7470
|
+
input: number;
|
|
7471
|
+
output: number;
|
|
7472
|
+
cacheRead: number;
|
|
7473
|
+
cacheWrite: number;
|
|
7474
|
+
};
|
|
7475
|
+
contextWindow: number;
|
|
7476
|
+
maxTokens: number;
|
|
7477
|
+
};
|
|
7478
|
+
readonly "amazon/nova-lite-v1": {
|
|
7479
|
+
id: string;
|
|
7480
|
+
name: string;
|
|
7481
|
+
api: "openai-completions";
|
|
7482
|
+
provider: string;
|
|
7483
|
+
baseUrl: string;
|
|
7484
|
+
reasoning: false;
|
|
7485
|
+
input: ("image" | "text")[];
|
|
7486
|
+
cost: {
|
|
7487
|
+
input: number;
|
|
7488
|
+
output: number;
|
|
7489
|
+
cacheRead: number;
|
|
7490
|
+
cacheWrite: number;
|
|
7491
|
+
};
|
|
7492
|
+
contextWindow: number;
|
|
7493
|
+
maxTokens: number;
|
|
7494
|
+
};
|
|
7495
|
+
readonly "amazon/nova-micro-v1": {
|
|
7266
7496
|
id: string;
|
|
7267
7497
|
name: string;
|
|
7268
7498
|
api: "openai-completions";
|
|
@@ -7551,7 +7781,7 @@ export declare const MODELS: {
|
|
|
7551
7781
|
contextWindow: number;
|
|
7552
7782
|
maxTokens: number;
|
|
7553
7783
|
};
|
|
7554
|
-
readonly "arcee-ai/trinity-large-preview
|
|
7784
|
+
readonly "arcee-ai/trinity-large-preview": {
|
|
7555
7785
|
id: string;
|
|
7556
7786
|
name: string;
|
|
7557
7787
|
api: "openai-completions";
|
|
@@ -7908,6 +8138,40 @@ export declare const MODELS: {
|
|
|
7908
8138
|
contextWindow: number;
|
|
7909
8139
|
maxTokens: number;
|
|
7910
8140
|
};
|
|
8141
|
+
readonly "deepseek/deepseek-v4-flash": {
|
|
8142
|
+
id: string;
|
|
8143
|
+
name: string;
|
|
8144
|
+
api: "openai-completions";
|
|
8145
|
+
provider: string;
|
|
8146
|
+
baseUrl: string;
|
|
8147
|
+
reasoning: true;
|
|
8148
|
+
input: "text"[];
|
|
8149
|
+
cost: {
|
|
8150
|
+
input: number;
|
|
8151
|
+
output: number;
|
|
8152
|
+
cacheRead: number;
|
|
8153
|
+
cacheWrite: number;
|
|
8154
|
+
};
|
|
8155
|
+
contextWindow: number;
|
|
8156
|
+
maxTokens: number;
|
|
8157
|
+
};
|
|
8158
|
+
readonly "deepseek/deepseek-v4-pro": {
|
|
8159
|
+
id: string;
|
|
8160
|
+
name: string;
|
|
8161
|
+
api: "openai-completions";
|
|
8162
|
+
provider: string;
|
|
8163
|
+
baseUrl: string;
|
|
8164
|
+
reasoning: true;
|
|
8165
|
+
input: "text"[];
|
|
8166
|
+
cost: {
|
|
8167
|
+
input: number;
|
|
8168
|
+
output: number;
|
|
8169
|
+
cacheRead: number;
|
|
8170
|
+
cacheWrite: number;
|
|
8171
|
+
};
|
|
8172
|
+
contextWindow: number;
|
|
8173
|
+
maxTokens: number;
|
|
8174
|
+
};
|
|
7911
8175
|
readonly "essentialai/rnj-1-instruct": {
|
|
7912
8176
|
id: string;
|
|
7913
8177
|
name: string;
|
|
@@ -8129,6 +8393,40 @@ export declare const MODELS: {
|
|
|
8129
8393
|
contextWindow: number;
|
|
8130
8394
|
maxTokens: number;
|
|
8131
8395
|
};
|
|
8396
|
+
readonly "google/gemma-3-12b-it": {
|
|
8397
|
+
id: string;
|
|
8398
|
+
name: string;
|
|
8399
|
+
api: "openai-completions";
|
|
8400
|
+
provider: string;
|
|
8401
|
+
baseUrl: string;
|
|
8402
|
+
reasoning: false;
|
|
8403
|
+
input: ("image" | "text")[];
|
|
8404
|
+
cost: {
|
|
8405
|
+
input: number;
|
|
8406
|
+
output: number;
|
|
8407
|
+
cacheRead: number;
|
|
8408
|
+
cacheWrite: number;
|
|
8409
|
+
};
|
|
8410
|
+
contextWindow: number;
|
|
8411
|
+
maxTokens: number;
|
|
8412
|
+
};
|
|
8413
|
+
readonly "google/gemma-3-27b-it": {
|
|
8414
|
+
id: string;
|
|
8415
|
+
name: string;
|
|
8416
|
+
api: "openai-completions";
|
|
8417
|
+
provider: string;
|
|
8418
|
+
baseUrl: string;
|
|
8419
|
+
reasoning: false;
|
|
8420
|
+
input: ("image" | "text")[];
|
|
8421
|
+
cost: {
|
|
8422
|
+
input: number;
|
|
8423
|
+
output: number;
|
|
8424
|
+
cacheRead: number;
|
|
8425
|
+
cacheWrite: number;
|
|
8426
|
+
};
|
|
8427
|
+
contextWindow: number;
|
|
8428
|
+
maxTokens: number;
|
|
8429
|
+
};
|
|
8132
8430
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
8133
8431
|
id: string;
|
|
8134
8432
|
name: string;
|
|
@@ -8214,7 +8512,24 @@ export declare const MODELS: {
|
|
|
8214
8512
|
contextWindow: number;
|
|
8215
8513
|
maxTokens: number;
|
|
8216
8514
|
};
|
|
8217
|
-
readonly "inclusionai/ling-2.6-
|
|
8515
|
+
readonly "inclusionai/ling-2.6-1t:free": {
|
|
8516
|
+
id: string;
|
|
8517
|
+
name: string;
|
|
8518
|
+
api: "openai-completions";
|
|
8519
|
+
provider: string;
|
|
8520
|
+
baseUrl: string;
|
|
8521
|
+
reasoning: false;
|
|
8522
|
+
input: "text"[];
|
|
8523
|
+
cost: {
|
|
8524
|
+
input: number;
|
|
8525
|
+
output: number;
|
|
8526
|
+
cacheRead: number;
|
|
8527
|
+
cacheWrite: number;
|
|
8528
|
+
};
|
|
8529
|
+
contextWindow: number;
|
|
8530
|
+
maxTokens: number;
|
|
8531
|
+
};
|
|
8532
|
+
readonly "inclusionai/ling-2.6-flash": {
|
|
8218
8533
|
id: string;
|
|
8219
8534
|
name: string;
|
|
8220
8535
|
api: "openai-completions";
|
|
@@ -8741,23 +9056,6 @@ export declare const MODELS: {
|
|
|
8741
9056
|
contextWindow: number;
|
|
8742
9057
|
maxTokens: number;
|
|
8743
9058
|
};
|
|
8744
|
-
readonly "mistralai/mistral-small-creative": {
|
|
8745
|
-
id: string;
|
|
8746
|
-
name: string;
|
|
8747
|
-
api: "openai-completions";
|
|
8748
|
-
provider: string;
|
|
8749
|
-
baseUrl: string;
|
|
8750
|
-
reasoning: false;
|
|
8751
|
-
input: "text"[];
|
|
8752
|
-
cost: {
|
|
8753
|
-
input: number;
|
|
8754
|
-
output: number;
|
|
8755
|
-
cacheRead: number;
|
|
8756
|
-
cacheWrite: number;
|
|
8757
|
-
};
|
|
8758
|
-
contextWindow: number;
|
|
8759
|
-
maxTokens: number;
|
|
8760
|
-
};
|
|
8761
9059
|
readonly "mistralai/mixtral-8x22b-instruct": {
|
|
8762
9060
|
id: string;
|
|
8763
9061
|
name: string;
|
|
@@ -8996,6 +9294,23 @@ export declare const MODELS: {
|
|
|
8996
9294
|
contextWindow: number;
|
|
8997
9295
|
maxTokens: number;
|
|
8998
9296
|
};
|
|
9297
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
9298
|
+
id: string;
|
|
9299
|
+
name: string;
|
|
9300
|
+
api: "openai-completions";
|
|
9301
|
+
provider: string;
|
|
9302
|
+
baseUrl: string;
|
|
9303
|
+
reasoning: true;
|
|
9304
|
+
input: ("image" | "text")[];
|
|
9305
|
+
cost: {
|
|
9306
|
+
input: number;
|
|
9307
|
+
output: number;
|
|
9308
|
+
cacheRead: number;
|
|
9309
|
+
cacheWrite: number;
|
|
9310
|
+
};
|
|
9311
|
+
contextWindow: number;
|
|
9312
|
+
maxTokens: number;
|
|
9313
|
+
};
|
|
8999
9314
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
9000
9315
|
id: string;
|
|
9001
9316
|
name: string;
|
|
@@ -9727,6 +10042,40 @@ export declare const MODELS: {
|
|
|
9727
10042
|
contextWindow: number;
|
|
9728
10043
|
maxTokens: number;
|
|
9729
10044
|
};
|
|
10045
|
+
readonly "openai/gpt-5.5": {
|
|
10046
|
+
id: string;
|
|
10047
|
+
name: string;
|
|
10048
|
+
api: "openai-completions";
|
|
10049
|
+
provider: string;
|
|
10050
|
+
baseUrl: string;
|
|
10051
|
+
reasoning: true;
|
|
10052
|
+
input: ("image" | "text")[];
|
|
10053
|
+
cost: {
|
|
10054
|
+
input: number;
|
|
10055
|
+
output: number;
|
|
10056
|
+
cacheRead: number;
|
|
10057
|
+
cacheWrite: number;
|
|
10058
|
+
};
|
|
10059
|
+
contextWindow: number;
|
|
10060
|
+
maxTokens: number;
|
|
10061
|
+
};
|
|
10062
|
+
readonly "openai/gpt-5.5-pro": {
|
|
10063
|
+
id: string;
|
|
10064
|
+
name: string;
|
|
10065
|
+
api: "openai-completions";
|
|
10066
|
+
provider: string;
|
|
10067
|
+
baseUrl: string;
|
|
10068
|
+
reasoning: true;
|
|
10069
|
+
input: ("image" | "text")[];
|
|
10070
|
+
cost: {
|
|
10071
|
+
input: number;
|
|
10072
|
+
output: number;
|
|
10073
|
+
cacheRead: number;
|
|
10074
|
+
cacheWrite: number;
|
|
10075
|
+
};
|
|
10076
|
+
contextWindow: number;
|
|
10077
|
+
maxTokens: number;
|
|
10078
|
+
};
|
|
9730
10079
|
readonly "openai/gpt-audio": {
|
|
9731
10080
|
id: string;
|
|
9732
10081
|
name: string;
|
|
@@ -10033,6 +10382,57 @@ export declare const MODELS: {
|
|
|
10033
10382
|
contextWindow: number;
|
|
10034
10383
|
maxTokens: number;
|
|
10035
10384
|
};
|
|
10385
|
+
readonly "openrouter/owl-alpha": {
|
|
10386
|
+
id: string;
|
|
10387
|
+
name: string;
|
|
10388
|
+
api: "openai-completions";
|
|
10389
|
+
provider: string;
|
|
10390
|
+
baseUrl: string;
|
|
10391
|
+
reasoning: false;
|
|
10392
|
+
input: "text"[];
|
|
10393
|
+
cost: {
|
|
10394
|
+
input: number;
|
|
10395
|
+
output: number;
|
|
10396
|
+
cacheRead: number;
|
|
10397
|
+
cacheWrite: number;
|
|
10398
|
+
};
|
|
10399
|
+
contextWindow: number;
|
|
10400
|
+
maxTokens: number;
|
|
10401
|
+
};
|
|
10402
|
+
readonly "poolside/laguna-m.1:free": {
|
|
10403
|
+
id: string;
|
|
10404
|
+
name: string;
|
|
10405
|
+
api: "openai-completions";
|
|
10406
|
+
provider: string;
|
|
10407
|
+
baseUrl: string;
|
|
10408
|
+
reasoning: true;
|
|
10409
|
+
input: "text"[];
|
|
10410
|
+
cost: {
|
|
10411
|
+
input: number;
|
|
10412
|
+
output: number;
|
|
10413
|
+
cacheRead: number;
|
|
10414
|
+
cacheWrite: number;
|
|
10415
|
+
};
|
|
10416
|
+
contextWindow: number;
|
|
10417
|
+
maxTokens: number;
|
|
10418
|
+
};
|
|
10419
|
+
readonly "poolside/laguna-xs.2:free": {
|
|
10420
|
+
id: string;
|
|
10421
|
+
name: string;
|
|
10422
|
+
api: "openai-completions";
|
|
10423
|
+
provider: string;
|
|
10424
|
+
baseUrl: string;
|
|
10425
|
+
reasoning: true;
|
|
10426
|
+
input: "text"[];
|
|
10427
|
+
cost: {
|
|
10428
|
+
input: number;
|
|
10429
|
+
output: number;
|
|
10430
|
+
cacheRead: number;
|
|
10431
|
+
cacheWrite: number;
|
|
10432
|
+
};
|
|
10433
|
+
contextWindow: number;
|
|
10434
|
+
maxTokens: number;
|
|
10435
|
+
};
|
|
10036
10436
|
readonly "prime-intellect/intellect-3": {
|
|
10037
10437
|
id: string;
|
|
10038
10438
|
name: string;
|
|
@@ -10703,7 +11103,228 @@ export declare const MODELS: {
|
|
|
10703
11103
|
provider: string;
|
|
10704
11104
|
baseUrl: string;
|
|
10705
11105
|
reasoning: true;
|
|
10706
|
-
input: ("image" | "text")[];
|
|
11106
|
+
input: ("image" | "text")[];
|
|
11107
|
+
cost: {
|
|
11108
|
+
input: number;
|
|
11109
|
+
output: number;
|
|
11110
|
+
cacheRead: number;
|
|
11111
|
+
cacheWrite: number;
|
|
11112
|
+
};
|
|
11113
|
+
contextWindow: number;
|
|
11114
|
+
maxTokens: number;
|
|
11115
|
+
};
|
|
11116
|
+
readonly "qwen/qwen3.5-9b": {
|
|
11117
|
+
id: string;
|
|
11118
|
+
name: string;
|
|
11119
|
+
api: "openai-completions";
|
|
11120
|
+
provider: string;
|
|
11121
|
+
baseUrl: string;
|
|
11122
|
+
reasoning: true;
|
|
11123
|
+
input: ("image" | "text")[];
|
|
11124
|
+
cost: {
|
|
11125
|
+
input: number;
|
|
11126
|
+
output: number;
|
|
11127
|
+
cacheRead: number;
|
|
11128
|
+
cacheWrite: number;
|
|
11129
|
+
};
|
|
11130
|
+
contextWindow: number;
|
|
11131
|
+
maxTokens: number;
|
|
11132
|
+
};
|
|
11133
|
+
readonly "qwen/qwen3.5-flash-02-23": {
|
|
11134
|
+
id: string;
|
|
11135
|
+
name: string;
|
|
11136
|
+
api: "openai-completions";
|
|
11137
|
+
provider: string;
|
|
11138
|
+
baseUrl: string;
|
|
11139
|
+
reasoning: true;
|
|
11140
|
+
input: ("image" | "text")[];
|
|
11141
|
+
cost: {
|
|
11142
|
+
input: number;
|
|
11143
|
+
output: number;
|
|
11144
|
+
cacheRead: number;
|
|
11145
|
+
cacheWrite: number;
|
|
11146
|
+
};
|
|
11147
|
+
contextWindow: number;
|
|
11148
|
+
maxTokens: number;
|
|
11149
|
+
};
|
|
11150
|
+
readonly "qwen/qwen3.5-plus-02-15": {
|
|
11151
|
+
id: string;
|
|
11152
|
+
name: string;
|
|
11153
|
+
api: "openai-completions";
|
|
11154
|
+
provider: string;
|
|
11155
|
+
baseUrl: string;
|
|
11156
|
+
reasoning: true;
|
|
11157
|
+
input: ("image" | "text")[];
|
|
11158
|
+
cost: {
|
|
11159
|
+
input: number;
|
|
11160
|
+
output: number;
|
|
11161
|
+
cacheRead: number;
|
|
11162
|
+
cacheWrite: number;
|
|
11163
|
+
};
|
|
11164
|
+
contextWindow: number;
|
|
11165
|
+
maxTokens: number;
|
|
11166
|
+
};
|
|
11167
|
+
readonly "qwen/qwen3.5-plus-20260420": {
|
|
11168
|
+
id: string;
|
|
11169
|
+
name: string;
|
|
11170
|
+
api: "openai-completions";
|
|
11171
|
+
provider: string;
|
|
11172
|
+
baseUrl: string;
|
|
11173
|
+
reasoning: true;
|
|
11174
|
+
input: ("image" | "text")[];
|
|
11175
|
+
cost: {
|
|
11176
|
+
input: number;
|
|
11177
|
+
output: number;
|
|
11178
|
+
cacheRead: number;
|
|
11179
|
+
cacheWrite: number;
|
|
11180
|
+
};
|
|
11181
|
+
contextWindow: number;
|
|
11182
|
+
maxTokens: number;
|
|
11183
|
+
};
|
|
11184
|
+
readonly "qwen/qwen3.6-27b": {
|
|
11185
|
+
id: string;
|
|
11186
|
+
name: string;
|
|
11187
|
+
api: "openai-completions";
|
|
11188
|
+
provider: string;
|
|
11189
|
+
baseUrl: string;
|
|
11190
|
+
reasoning: true;
|
|
11191
|
+
input: ("image" | "text")[];
|
|
11192
|
+
cost: {
|
|
11193
|
+
input: number;
|
|
11194
|
+
output: number;
|
|
11195
|
+
cacheRead: number;
|
|
11196
|
+
cacheWrite: number;
|
|
11197
|
+
};
|
|
11198
|
+
contextWindow: number;
|
|
11199
|
+
maxTokens: number;
|
|
11200
|
+
};
|
|
11201
|
+
readonly "qwen/qwen3.6-flash": {
|
|
11202
|
+
id: string;
|
|
11203
|
+
name: string;
|
|
11204
|
+
api: "openai-completions";
|
|
11205
|
+
provider: string;
|
|
11206
|
+
baseUrl: string;
|
|
11207
|
+
reasoning: true;
|
|
11208
|
+
input: ("image" | "text")[];
|
|
11209
|
+
cost: {
|
|
11210
|
+
input: number;
|
|
11211
|
+
output: number;
|
|
11212
|
+
cacheRead: number;
|
|
11213
|
+
cacheWrite: number;
|
|
11214
|
+
};
|
|
11215
|
+
contextWindow: number;
|
|
11216
|
+
maxTokens: number;
|
|
11217
|
+
};
|
|
11218
|
+
readonly "qwen/qwen3.6-max-preview": {
|
|
11219
|
+
id: string;
|
|
11220
|
+
name: string;
|
|
11221
|
+
api: "openai-completions";
|
|
11222
|
+
provider: string;
|
|
11223
|
+
baseUrl: string;
|
|
11224
|
+
reasoning: true;
|
|
11225
|
+
input: "text"[];
|
|
11226
|
+
cost: {
|
|
11227
|
+
input: number;
|
|
11228
|
+
output: number;
|
|
11229
|
+
cacheRead: number;
|
|
11230
|
+
cacheWrite: number;
|
|
11231
|
+
};
|
|
11232
|
+
contextWindow: number;
|
|
11233
|
+
maxTokens: number;
|
|
11234
|
+
};
|
|
11235
|
+
readonly "qwen/qwen3.6-plus": {
|
|
11236
|
+
id: string;
|
|
11237
|
+
name: string;
|
|
11238
|
+
api: "openai-completions";
|
|
11239
|
+
provider: string;
|
|
11240
|
+
baseUrl: string;
|
|
11241
|
+
reasoning: true;
|
|
11242
|
+
input: ("image" | "text")[];
|
|
11243
|
+
cost: {
|
|
11244
|
+
input: number;
|
|
11245
|
+
output: number;
|
|
11246
|
+
cacheRead: number;
|
|
11247
|
+
cacheWrite: number;
|
|
11248
|
+
};
|
|
11249
|
+
contextWindow: number;
|
|
11250
|
+
maxTokens: number;
|
|
11251
|
+
};
|
|
11252
|
+
readonly "rekaai/reka-edge": {
|
|
11253
|
+
id: string;
|
|
11254
|
+
name: string;
|
|
11255
|
+
api: "openai-completions";
|
|
11256
|
+
provider: string;
|
|
11257
|
+
baseUrl: string;
|
|
11258
|
+
reasoning: false;
|
|
11259
|
+
input: ("image" | "text")[];
|
|
11260
|
+
cost: {
|
|
11261
|
+
input: number;
|
|
11262
|
+
output: number;
|
|
11263
|
+
cacheRead: number;
|
|
11264
|
+
cacheWrite: number;
|
|
11265
|
+
};
|
|
11266
|
+
contextWindow: number;
|
|
11267
|
+
maxTokens: number;
|
|
11268
|
+
};
|
|
11269
|
+
readonly "relace/relace-search": {
|
|
11270
|
+
id: string;
|
|
11271
|
+
name: string;
|
|
11272
|
+
api: "openai-completions";
|
|
11273
|
+
provider: string;
|
|
11274
|
+
baseUrl: string;
|
|
11275
|
+
reasoning: false;
|
|
11276
|
+
input: "text"[];
|
|
11277
|
+
cost: {
|
|
11278
|
+
input: number;
|
|
11279
|
+
output: number;
|
|
11280
|
+
cacheRead: number;
|
|
11281
|
+
cacheWrite: number;
|
|
11282
|
+
};
|
|
11283
|
+
contextWindow: number;
|
|
11284
|
+
maxTokens: number;
|
|
11285
|
+
};
|
|
11286
|
+
readonly "sao10k/l3-euryale-70b": {
|
|
11287
|
+
id: string;
|
|
11288
|
+
name: string;
|
|
11289
|
+
api: "openai-completions";
|
|
11290
|
+
provider: string;
|
|
11291
|
+
baseUrl: string;
|
|
11292
|
+
reasoning: false;
|
|
11293
|
+
input: "text"[];
|
|
11294
|
+
cost: {
|
|
11295
|
+
input: number;
|
|
11296
|
+
output: number;
|
|
11297
|
+
cacheRead: number;
|
|
11298
|
+
cacheWrite: number;
|
|
11299
|
+
};
|
|
11300
|
+
contextWindow: number;
|
|
11301
|
+
maxTokens: number;
|
|
11302
|
+
};
|
|
11303
|
+
readonly "sao10k/l3.1-euryale-70b": {
|
|
11304
|
+
id: string;
|
|
11305
|
+
name: string;
|
|
11306
|
+
api: "openai-completions";
|
|
11307
|
+
provider: string;
|
|
11308
|
+
baseUrl: string;
|
|
11309
|
+
reasoning: false;
|
|
11310
|
+
input: "text"[];
|
|
11311
|
+
cost: {
|
|
11312
|
+
input: number;
|
|
11313
|
+
output: number;
|
|
11314
|
+
cacheRead: number;
|
|
11315
|
+
cacheWrite: number;
|
|
11316
|
+
};
|
|
11317
|
+
contextWindow: number;
|
|
11318
|
+
maxTokens: number;
|
|
11319
|
+
};
|
|
11320
|
+
readonly "stepfun/step-3.5-flash": {
|
|
11321
|
+
id: string;
|
|
11322
|
+
name: string;
|
|
11323
|
+
api: "openai-completions";
|
|
11324
|
+
provider: string;
|
|
11325
|
+
baseUrl: string;
|
|
11326
|
+
reasoning: true;
|
|
11327
|
+
input: "text"[];
|
|
10707
11328
|
cost: {
|
|
10708
11329
|
input: number;
|
|
10709
11330
|
output: number;
|
|
@@ -10713,14 +11334,14 @@ export declare const MODELS: {
|
|
|
10713
11334
|
contextWindow: number;
|
|
10714
11335
|
maxTokens: number;
|
|
10715
11336
|
};
|
|
10716
|
-
readonly "
|
|
11337
|
+
readonly "tencent/hy3-preview:free": {
|
|
10717
11338
|
id: string;
|
|
10718
11339
|
name: string;
|
|
10719
11340
|
api: "openai-completions";
|
|
10720
11341
|
provider: string;
|
|
10721
11342
|
baseUrl: string;
|
|
10722
11343
|
reasoning: true;
|
|
10723
|
-
input:
|
|
11344
|
+
input: "text"[];
|
|
10724
11345
|
cost: {
|
|
10725
11346
|
input: number;
|
|
10726
11347
|
output: number;
|
|
@@ -10730,14 +11351,14 @@ export declare const MODELS: {
|
|
|
10730
11351
|
contextWindow: number;
|
|
10731
11352
|
maxTokens: number;
|
|
10732
11353
|
};
|
|
10733
|
-
readonly "
|
|
11354
|
+
readonly "thedrummer/rocinante-12b": {
|
|
10734
11355
|
id: string;
|
|
10735
11356
|
name: string;
|
|
10736
11357
|
api: "openai-completions";
|
|
10737
11358
|
provider: string;
|
|
10738
11359
|
baseUrl: string;
|
|
10739
|
-
reasoning:
|
|
10740
|
-
input:
|
|
11360
|
+
reasoning: false;
|
|
11361
|
+
input: "text"[];
|
|
10741
11362
|
cost: {
|
|
10742
11363
|
input: number;
|
|
10743
11364
|
output: number;
|
|
@@ -10747,14 +11368,14 @@ export declare const MODELS: {
|
|
|
10747
11368
|
contextWindow: number;
|
|
10748
11369
|
maxTokens: number;
|
|
10749
11370
|
};
|
|
10750
|
-
readonly "
|
|
11371
|
+
readonly "thedrummer/unslopnemo-12b": {
|
|
10751
11372
|
id: string;
|
|
10752
11373
|
name: string;
|
|
10753
11374
|
api: "openai-completions";
|
|
10754
11375
|
provider: string;
|
|
10755
11376
|
baseUrl: string;
|
|
10756
|
-
reasoning:
|
|
10757
|
-
input:
|
|
11377
|
+
reasoning: false;
|
|
11378
|
+
input: "text"[];
|
|
10758
11379
|
cost: {
|
|
10759
11380
|
input: number;
|
|
10760
11381
|
output: number;
|
|
@@ -10764,14 +11385,14 @@ export declare const MODELS: {
|
|
|
10764
11385
|
contextWindow: number;
|
|
10765
11386
|
maxTokens: number;
|
|
10766
11387
|
};
|
|
10767
|
-
readonly "
|
|
11388
|
+
readonly "tngtech/deepseek-r1t2-chimera": {
|
|
10768
11389
|
id: string;
|
|
10769
11390
|
name: string;
|
|
10770
11391
|
api: "openai-completions";
|
|
10771
11392
|
provider: string;
|
|
10772
11393
|
baseUrl: string;
|
|
10773
11394
|
reasoning: true;
|
|
10774
|
-
input:
|
|
11395
|
+
input: "text"[];
|
|
10775
11396
|
cost: {
|
|
10776
11397
|
input: number;
|
|
10777
11398
|
output: number;
|
|
@@ -10781,7 +11402,7 @@ export declare const MODELS: {
|
|
|
10781
11402
|
contextWindow: number;
|
|
10782
11403
|
maxTokens: number;
|
|
10783
11404
|
};
|
|
10784
|
-
readonly "
|
|
11405
|
+
readonly "upstage/solar-pro-3": {
|
|
10785
11406
|
id: string;
|
|
10786
11407
|
name: string;
|
|
10787
11408
|
api: "openai-completions";
|
|
@@ -10798,14 +11419,14 @@ export declare const MODELS: {
|
|
|
10798
11419
|
contextWindow: number;
|
|
10799
11420
|
maxTokens: number;
|
|
10800
11421
|
};
|
|
10801
|
-
readonly "
|
|
11422
|
+
readonly "x-ai/grok-3": {
|
|
10802
11423
|
id: string;
|
|
10803
11424
|
name: string;
|
|
10804
11425
|
api: "openai-completions";
|
|
10805
11426
|
provider: string;
|
|
10806
11427
|
baseUrl: string;
|
|
10807
11428
|
reasoning: false;
|
|
10808
|
-
input:
|
|
11429
|
+
input: "text"[];
|
|
10809
11430
|
cost: {
|
|
10810
11431
|
input: number;
|
|
10811
11432
|
output: number;
|
|
@@ -10815,7 +11436,7 @@ export declare const MODELS: {
|
|
|
10815
11436
|
contextWindow: number;
|
|
10816
11437
|
maxTokens: number;
|
|
10817
11438
|
};
|
|
10818
|
-
readonly "
|
|
11439
|
+
readonly "x-ai/grok-3-beta": {
|
|
10819
11440
|
id: string;
|
|
10820
11441
|
name: string;
|
|
10821
11442
|
api: "openai-completions";
|
|
@@ -10832,13 +11453,13 @@ export declare const MODELS: {
|
|
|
10832
11453
|
contextWindow: number;
|
|
10833
11454
|
maxTokens: number;
|
|
10834
11455
|
};
|
|
10835
|
-
readonly "
|
|
11456
|
+
readonly "x-ai/grok-3-mini": {
|
|
10836
11457
|
id: string;
|
|
10837
11458
|
name: string;
|
|
10838
11459
|
api: "openai-completions";
|
|
10839
11460
|
provider: string;
|
|
10840
11461
|
baseUrl: string;
|
|
10841
|
-
reasoning:
|
|
11462
|
+
reasoning: true;
|
|
10842
11463
|
input: "text"[];
|
|
10843
11464
|
cost: {
|
|
10844
11465
|
input: number;
|
|
@@ -10849,13 +11470,13 @@ export declare const MODELS: {
|
|
|
10849
11470
|
contextWindow: number;
|
|
10850
11471
|
maxTokens: number;
|
|
10851
11472
|
};
|
|
10852
|
-
readonly "
|
|
11473
|
+
readonly "x-ai/grok-3-mini-beta": {
|
|
10853
11474
|
id: string;
|
|
10854
11475
|
name: string;
|
|
10855
11476
|
api: "openai-completions";
|
|
10856
11477
|
provider: string;
|
|
10857
11478
|
baseUrl: string;
|
|
10858
|
-
reasoning:
|
|
11479
|
+
reasoning: true;
|
|
10859
11480
|
input: "text"[];
|
|
10860
11481
|
cost: {
|
|
10861
11482
|
input: number;
|
|
@@ -10866,14 +11487,14 @@ export declare const MODELS: {
|
|
|
10866
11487
|
contextWindow: number;
|
|
10867
11488
|
maxTokens: number;
|
|
10868
11489
|
};
|
|
10869
|
-
readonly "
|
|
11490
|
+
readonly "x-ai/grok-4": {
|
|
10870
11491
|
id: string;
|
|
10871
11492
|
name: string;
|
|
10872
11493
|
api: "openai-completions";
|
|
10873
11494
|
provider: string;
|
|
10874
11495
|
baseUrl: string;
|
|
10875
11496
|
reasoning: true;
|
|
10876
|
-
input: "text"[];
|
|
11497
|
+
input: ("image" | "text")[];
|
|
10877
11498
|
cost: {
|
|
10878
11499
|
input: number;
|
|
10879
11500
|
output: number;
|
|
@@ -10883,14 +11504,14 @@ export declare const MODELS: {
|
|
|
10883
11504
|
contextWindow: number;
|
|
10884
11505
|
maxTokens: number;
|
|
10885
11506
|
};
|
|
10886
|
-
readonly "
|
|
11507
|
+
readonly "x-ai/grok-4-fast": {
|
|
10887
11508
|
id: string;
|
|
10888
11509
|
name: string;
|
|
10889
11510
|
api: "openai-completions";
|
|
10890
11511
|
provider: string;
|
|
10891
11512
|
baseUrl: string;
|
|
10892
|
-
reasoning:
|
|
10893
|
-
input: "text"[];
|
|
11513
|
+
reasoning: true;
|
|
11514
|
+
input: ("image" | "text")[];
|
|
10894
11515
|
cost: {
|
|
10895
11516
|
input: number;
|
|
10896
11517
|
output: number;
|
|
@@ -10900,14 +11521,14 @@ export declare const MODELS: {
|
|
|
10900
11521
|
contextWindow: number;
|
|
10901
11522
|
maxTokens: number;
|
|
10902
11523
|
};
|
|
10903
|
-
readonly "
|
|
11524
|
+
readonly "x-ai/grok-4.1-fast": {
|
|
10904
11525
|
id: string;
|
|
10905
11526
|
name: string;
|
|
10906
11527
|
api: "openai-completions";
|
|
10907
11528
|
provider: string;
|
|
10908
11529
|
baseUrl: string;
|
|
10909
|
-
reasoning:
|
|
10910
|
-
input: "text"[];
|
|
11530
|
+
reasoning: true;
|
|
11531
|
+
input: ("image" | "text")[];
|
|
10911
11532
|
cost: {
|
|
10912
11533
|
input: number;
|
|
10913
11534
|
output: number;
|
|
@@ -10917,14 +11538,14 @@ export declare const MODELS: {
|
|
|
10917
11538
|
contextWindow: number;
|
|
10918
11539
|
maxTokens: number;
|
|
10919
11540
|
};
|
|
10920
|
-
readonly "
|
|
11541
|
+
readonly "x-ai/grok-4.20": {
|
|
10921
11542
|
id: string;
|
|
10922
11543
|
name: string;
|
|
10923
11544
|
api: "openai-completions";
|
|
10924
11545
|
provider: string;
|
|
10925
11546
|
baseUrl: string;
|
|
10926
11547
|
reasoning: true;
|
|
10927
|
-
input: "text"[];
|
|
11548
|
+
input: ("image" | "text")[];
|
|
10928
11549
|
cost: {
|
|
10929
11550
|
input: number;
|
|
10930
11551
|
output: number;
|
|
@@ -10934,7 +11555,7 @@ export declare const MODELS: {
|
|
|
10934
11555
|
contextWindow: number;
|
|
10935
11556
|
maxTokens: number;
|
|
10936
11557
|
};
|
|
10937
|
-
readonly "
|
|
11558
|
+
readonly "x-ai/grok-code-fast-1": {
|
|
10938
11559
|
id: string;
|
|
10939
11560
|
name: string;
|
|
10940
11561
|
api: "openai-completions";
|
|
@@ -10951,13 +11572,13 @@ export declare const MODELS: {
|
|
|
10951
11572
|
contextWindow: number;
|
|
10952
11573
|
maxTokens: number;
|
|
10953
11574
|
};
|
|
10954
|
-
readonly "
|
|
11575
|
+
readonly "xiaomi/mimo-v2-flash": {
|
|
10955
11576
|
id: string;
|
|
10956
11577
|
name: string;
|
|
10957
11578
|
api: "openai-completions";
|
|
10958
11579
|
provider: string;
|
|
10959
11580
|
baseUrl: string;
|
|
10960
|
-
reasoning:
|
|
11581
|
+
reasoning: true;
|
|
10961
11582
|
input: "text"[];
|
|
10962
11583
|
cost: {
|
|
10963
11584
|
input: number;
|
|
@@ -10968,14 +11589,14 @@ export declare const MODELS: {
|
|
|
10968
11589
|
contextWindow: number;
|
|
10969
11590
|
maxTokens: number;
|
|
10970
11591
|
};
|
|
10971
|
-
readonly "
|
|
11592
|
+
readonly "xiaomi/mimo-v2-omni": {
|
|
10972
11593
|
id: string;
|
|
10973
11594
|
name: string;
|
|
10974
11595
|
api: "openai-completions";
|
|
10975
11596
|
provider: string;
|
|
10976
11597
|
baseUrl: string;
|
|
10977
|
-
reasoning:
|
|
10978
|
-
input: "text"[];
|
|
11598
|
+
reasoning: true;
|
|
11599
|
+
input: ("image" | "text")[];
|
|
10979
11600
|
cost: {
|
|
10980
11601
|
input: number;
|
|
10981
11602
|
output: number;
|
|
@@ -10985,7 +11606,7 @@ export declare const MODELS: {
|
|
|
10985
11606
|
contextWindow: number;
|
|
10986
11607
|
maxTokens: number;
|
|
10987
11608
|
};
|
|
10988
|
-
readonly "
|
|
11609
|
+
readonly "xiaomi/mimo-v2-pro": {
|
|
10989
11610
|
id: string;
|
|
10990
11611
|
name: string;
|
|
10991
11612
|
api: "openai-completions";
|
|
@@ -11002,14 +11623,14 @@ export declare const MODELS: {
|
|
|
11002
11623
|
contextWindow: number;
|
|
11003
11624
|
maxTokens: number;
|
|
11004
11625
|
};
|
|
11005
|
-
readonly "
|
|
11626
|
+
readonly "xiaomi/mimo-v2.5": {
|
|
11006
11627
|
id: string;
|
|
11007
11628
|
name: string;
|
|
11008
11629
|
api: "openai-completions";
|
|
11009
11630
|
provider: string;
|
|
11010
11631
|
baseUrl: string;
|
|
11011
11632
|
reasoning: true;
|
|
11012
|
-
input: "text"[];
|
|
11633
|
+
input: ("image" | "text")[];
|
|
11013
11634
|
cost: {
|
|
11014
11635
|
input: number;
|
|
11015
11636
|
output: number;
|
|
@@ -11019,14 +11640,14 @@ export declare const MODELS: {
|
|
|
11019
11640
|
contextWindow: number;
|
|
11020
11641
|
maxTokens: number;
|
|
11021
11642
|
};
|
|
11022
|
-
readonly "
|
|
11643
|
+
readonly "xiaomi/mimo-v2.5-pro": {
|
|
11023
11644
|
id: string;
|
|
11024
11645
|
name: string;
|
|
11025
11646
|
api: "openai-completions";
|
|
11026
11647
|
provider: string;
|
|
11027
11648
|
baseUrl: string;
|
|
11028
11649
|
reasoning: true;
|
|
11029
|
-
input:
|
|
11650
|
+
input: "text"[];
|
|
11030
11651
|
cost: {
|
|
11031
11652
|
input: number;
|
|
11032
11653
|
output: number;
|
|
@@ -11036,14 +11657,14 @@ export declare const MODELS: {
|
|
|
11036
11657
|
contextWindow: number;
|
|
11037
11658
|
maxTokens: number;
|
|
11038
11659
|
};
|
|
11039
|
-
readonly "
|
|
11660
|
+
readonly "z-ai/glm-4-32b": {
|
|
11040
11661
|
id: string;
|
|
11041
11662
|
name: string;
|
|
11042
11663
|
api: "openai-completions";
|
|
11043
11664
|
provider: string;
|
|
11044
11665
|
baseUrl: string;
|
|
11045
|
-
reasoning:
|
|
11046
|
-
input:
|
|
11666
|
+
reasoning: false;
|
|
11667
|
+
input: "text"[];
|
|
11047
11668
|
cost: {
|
|
11048
11669
|
input: number;
|
|
11049
11670
|
output: number;
|
|
@@ -11053,14 +11674,14 @@ export declare const MODELS: {
|
|
|
11053
11674
|
contextWindow: number;
|
|
11054
11675
|
maxTokens: number;
|
|
11055
11676
|
};
|
|
11056
|
-
readonly "
|
|
11677
|
+
readonly "z-ai/glm-4.5": {
|
|
11057
11678
|
id: string;
|
|
11058
11679
|
name: string;
|
|
11059
11680
|
api: "openai-completions";
|
|
11060
11681
|
provider: string;
|
|
11061
11682
|
baseUrl: string;
|
|
11062
11683
|
reasoning: true;
|
|
11063
|
-
input:
|
|
11684
|
+
input: "text"[];
|
|
11064
11685
|
cost: {
|
|
11065
11686
|
input: number;
|
|
11066
11687
|
output: number;
|
|
@@ -11070,14 +11691,14 @@ export declare const MODELS: {
|
|
|
11070
11691
|
contextWindow: number;
|
|
11071
11692
|
maxTokens: number;
|
|
11072
11693
|
};
|
|
11073
|
-
readonly "
|
|
11694
|
+
readonly "z-ai/glm-4.5-air": {
|
|
11074
11695
|
id: string;
|
|
11075
11696
|
name: string;
|
|
11076
11697
|
api: "openai-completions";
|
|
11077
11698
|
provider: string;
|
|
11078
11699
|
baseUrl: string;
|
|
11079
11700
|
reasoning: true;
|
|
11080
|
-
input:
|
|
11701
|
+
input: "text"[];
|
|
11081
11702
|
cost: {
|
|
11082
11703
|
input: number;
|
|
11083
11704
|
output: number;
|
|
@@ -11087,7 +11708,7 @@ export declare const MODELS: {
|
|
|
11087
11708
|
contextWindow: number;
|
|
11088
11709
|
maxTokens: number;
|
|
11089
11710
|
};
|
|
11090
|
-
readonly "
|
|
11711
|
+
readonly "z-ai/glm-4.5-air:free": {
|
|
11091
11712
|
id: string;
|
|
11092
11713
|
name: string;
|
|
11093
11714
|
api: "openai-completions";
|
|
@@ -11104,14 +11725,14 @@ export declare const MODELS: {
|
|
|
11104
11725
|
contextWindow: number;
|
|
11105
11726
|
maxTokens: number;
|
|
11106
11727
|
};
|
|
11107
|
-
readonly "
|
|
11728
|
+
readonly "z-ai/glm-4.5v": {
|
|
11108
11729
|
id: string;
|
|
11109
11730
|
name: string;
|
|
11110
11731
|
api: "openai-completions";
|
|
11111
11732
|
provider: string;
|
|
11112
11733
|
baseUrl: string;
|
|
11113
11734
|
reasoning: true;
|
|
11114
|
-
input: "text"[];
|
|
11735
|
+
input: ("image" | "text")[];
|
|
11115
11736
|
cost: {
|
|
11116
11737
|
input: number;
|
|
11117
11738
|
output: number;
|
|
@@ -11121,14 +11742,14 @@ export declare const MODELS: {
|
|
|
11121
11742
|
contextWindow: number;
|
|
11122
11743
|
maxTokens: number;
|
|
11123
11744
|
};
|
|
11124
|
-
readonly "
|
|
11745
|
+
readonly "z-ai/glm-4.6": {
|
|
11125
11746
|
id: string;
|
|
11126
11747
|
name: string;
|
|
11127
11748
|
api: "openai-completions";
|
|
11128
11749
|
provider: string;
|
|
11129
11750
|
baseUrl: string;
|
|
11130
11751
|
reasoning: true;
|
|
11131
|
-
input:
|
|
11752
|
+
input: "text"[];
|
|
11132
11753
|
cost: {
|
|
11133
11754
|
input: number;
|
|
11134
11755
|
output: number;
|
|
@@ -11138,14 +11759,14 @@ export declare const MODELS: {
|
|
|
11138
11759
|
contextWindow: number;
|
|
11139
11760
|
maxTokens: number;
|
|
11140
11761
|
};
|
|
11141
|
-
readonly "
|
|
11762
|
+
readonly "z-ai/glm-4.6v": {
|
|
11142
11763
|
id: string;
|
|
11143
11764
|
name: string;
|
|
11144
11765
|
api: "openai-completions";
|
|
11145
11766
|
provider: string;
|
|
11146
11767
|
baseUrl: string;
|
|
11147
11768
|
reasoning: true;
|
|
11148
|
-
input: "text"[];
|
|
11769
|
+
input: ("image" | "text")[];
|
|
11149
11770
|
cost: {
|
|
11150
11771
|
input: number;
|
|
11151
11772
|
output: number;
|
|
@@ -11155,13 +11776,13 @@ export declare const MODELS: {
|
|
|
11155
11776
|
contextWindow: number;
|
|
11156
11777
|
maxTokens: number;
|
|
11157
11778
|
};
|
|
11158
|
-
readonly "z-ai/glm-4
|
|
11779
|
+
readonly "z-ai/glm-4.7": {
|
|
11159
11780
|
id: string;
|
|
11160
11781
|
name: string;
|
|
11161
11782
|
api: "openai-completions";
|
|
11162
11783
|
provider: string;
|
|
11163
11784
|
baseUrl: string;
|
|
11164
|
-
reasoning:
|
|
11785
|
+
reasoning: true;
|
|
11165
11786
|
input: "text"[];
|
|
11166
11787
|
cost: {
|
|
11167
11788
|
input: number;
|
|
@@ -11172,7 +11793,7 @@ export declare const MODELS: {
|
|
|
11172
11793
|
contextWindow: number;
|
|
11173
11794
|
maxTokens: number;
|
|
11174
11795
|
};
|
|
11175
|
-
readonly "z-ai/glm-4.
|
|
11796
|
+
readonly "z-ai/glm-4.7-flash": {
|
|
11176
11797
|
id: string;
|
|
11177
11798
|
name: string;
|
|
11178
11799
|
api: "openai-completions";
|
|
@@ -11189,7 +11810,7 @@ export declare const MODELS: {
|
|
|
11189
11810
|
contextWindow: number;
|
|
11190
11811
|
maxTokens: number;
|
|
11191
11812
|
};
|
|
11192
|
-
readonly "z-ai/glm-
|
|
11813
|
+
readonly "z-ai/glm-5": {
|
|
11193
11814
|
id: string;
|
|
11194
11815
|
name: string;
|
|
11195
11816
|
api: "openai-completions";
|
|
@@ -11206,7 +11827,7 @@ export declare const MODELS: {
|
|
|
11206
11827
|
contextWindow: number;
|
|
11207
11828
|
maxTokens: number;
|
|
11208
11829
|
};
|
|
11209
|
-
readonly "z-ai/glm-
|
|
11830
|
+
readonly "z-ai/glm-5-turbo": {
|
|
11210
11831
|
id: string;
|
|
11211
11832
|
name: string;
|
|
11212
11833
|
api: "openai-completions";
|
|
@@ -11223,14 +11844,14 @@ export declare const MODELS: {
|
|
|
11223
11844
|
contextWindow: number;
|
|
11224
11845
|
maxTokens: number;
|
|
11225
11846
|
};
|
|
11226
|
-
readonly "z-ai/glm-
|
|
11847
|
+
readonly "z-ai/glm-5.1": {
|
|
11227
11848
|
id: string;
|
|
11228
11849
|
name: string;
|
|
11229
11850
|
api: "openai-completions";
|
|
11230
11851
|
provider: string;
|
|
11231
11852
|
baseUrl: string;
|
|
11232
11853
|
reasoning: true;
|
|
11233
|
-
input:
|
|
11854
|
+
input: "text"[];
|
|
11234
11855
|
cost: {
|
|
11235
11856
|
input: number;
|
|
11236
11857
|
output: number;
|
|
@@ -11240,14 +11861,14 @@ export declare const MODELS: {
|
|
|
11240
11861
|
contextWindow: number;
|
|
11241
11862
|
maxTokens: number;
|
|
11242
11863
|
};
|
|
11243
|
-
readonly "z-ai/glm-
|
|
11864
|
+
readonly "z-ai/glm-5v-turbo": {
|
|
11244
11865
|
id: string;
|
|
11245
11866
|
name: string;
|
|
11246
11867
|
api: "openai-completions";
|
|
11247
11868
|
provider: string;
|
|
11248
11869
|
baseUrl: string;
|
|
11249
11870
|
reasoning: true;
|
|
11250
|
-
input: "text"[];
|
|
11871
|
+
input: ("image" | "text")[];
|
|
11251
11872
|
cost: {
|
|
11252
11873
|
input: number;
|
|
11253
11874
|
output: number;
|
|
@@ -11257,7 +11878,7 @@ export declare const MODELS: {
|
|
|
11257
11878
|
contextWindow: number;
|
|
11258
11879
|
maxTokens: number;
|
|
11259
11880
|
};
|
|
11260
|
-
readonly "
|
|
11881
|
+
readonly "~anthropic/claude-haiku-latest": {
|
|
11261
11882
|
id: string;
|
|
11262
11883
|
name: string;
|
|
11263
11884
|
api: "openai-completions";
|
|
@@ -11274,14 +11895,14 @@ export declare const MODELS: {
|
|
|
11274
11895
|
contextWindow: number;
|
|
11275
11896
|
maxTokens: number;
|
|
11276
11897
|
};
|
|
11277
|
-
readonly "
|
|
11898
|
+
readonly "~anthropic/claude-opus-latest": {
|
|
11278
11899
|
id: string;
|
|
11279
11900
|
name: string;
|
|
11280
11901
|
api: "openai-completions";
|
|
11281
11902
|
provider: string;
|
|
11282
11903
|
baseUrl: string;
|
|
11283
11904
|
reasoning: true;
|
|
11284
|
-
input: "text"[];
|
|
11905
|
+
input: ("image" | "text")[];
|
|
11285
11906
|
cost: {
|
|
11286
11907
|
input: number;
|
|
11287
11908
|
output: number;
|
|
@@ -11291,14 +11912,14 @@ export declare const MODELS: {
|
|
|
11291
11912
|
contextWindow: number;
|
|
11292
11913
|
maxTokens: number;
|
|
11293
11914
|
};
|
|
11294
|
-
readonly "
|
|
11915
|
+
readonly "~anthropic/claude-sonnet-latest": {
|
|
11295
11916
|
id: string;
|
|
11296
11917
|
name: string;
|
|
11297
11918
|
api: "openai-completions";
|
|
11298
11919
|
provider: string;
|
|
11299
11920
|
baseUrl: string;
|
|
11300
11921
|
reasoning: true;
|
|
11301
|
-
input: "text"[];
|
|
11922
|
+
input: ("image" | "text")[];
|
|
11302
11923
|
cost: {
|
|
11303
11924
|
input: number;
|
|
11304
11925
|
output: number;
|
|
@@ -11308,14 +11929,14 @@ export declare const MODELS: {
|
|
|
11308
11929
|
contextWindow: number;
|
|
11309
11930
|
maxTokens: number;
|
|
11310
11931
|
};
|
|
11311
|
-
readonly "
|
|
11932
|
+
readonly "~google/gemini-flash-latest": {
|
|
11312
11933
|
id: string;
|
|
11313
11934
|
name: string;
|
|
11314
11935
|
api: "openai-completions";
|
|
11315
11936
|
provider: string;
|
|
11316
11937
|
baseUrl: string;
|
|
11317
11938
|
reasoning: true;
|
|
11318
|
-
input: "text"[];
|
|
11939
|
+
input: ("image" | "text")[];
|
|
11319
11940
|
cost: {
|
|
11320
11941
|
input: number;
|
|
11321
11942
|
output: number;
|
|
@@ -11325,14 +11946,14 @@ export declare const MODELS: {
|
|
|
11325
11946
|
contextWindow: number;
|
|
11326
11947
|
maxTokens: number;
|
|
11327
11948
|
};
|
|
11328
|
-
readonly "
|
|
11949
|
+
readonly "~google/gemini-pro-latest": {
|
|
11329
11950
|
id: string;
|
|
11330
11951
|
name: string;
|
|
11331
11952
|
api: "openai-completions";
|
|
11332
11953
|
provider: string;
|
|
11333
11954
|
baseUrl: string;
|
|
11334
11955
|
reasoning: true;
|
|
11335
|
-
input: "text"[];
|
|
11956
|
+
input: ("image" | "text")[];
|
|
11336
11957
|
cost: {
|
|
11337
11958
|
input: number;
|
|
11338
11959
|
output: number;
|
|
@@ -11342,14 +11963,14 @@ export declare const MODELS: {
|
|
|
11342
11963
|
contextWindow: number;
|
|
11343
11964
|
maxTokens: number;
|
|
11344
11965
|
};
|
|
11345
|
-
readonly "
|
|
11966
|
+
readonly "~moonshotai/kimi-latest": {
|
|
11346
11967
|
id: string;
|
|
11347
11968
|
name: string;
|
|
11348
11969
|
api: "openai-completions";
|
|
11349
11970
|
provider: string;
|
|
11350
11971
|
baseUrl: string;
|
|
11351
11972
|
reasoning: true;
|
|
11352
|
-
input: "text"[];
|
|
11973
|
+
input: ("image" | "text")[];
|
|
11353
11974
|
cost: {
|
|
11354
11975
|
input: number;
|
|
11355
11976
|
output: number;
|
|
@@ -11359,7 +11980,7 @@ export declare const MODELS: {
|
|
|
11359
11980
|
contextWindow: number;
|
|
11360
11981
|
maxTokens: number;
|
|
11361
11982
|
};
|
|
11362
|
-
readonly "
|
|
11983
|
+
readonly "~openai/gpt-latest": {
|
|
11363
11984
|
id: string;
|
|
11364
11985
|
name: string;
|
|
11365
11986
|
api: "openai-completions";
|
|
@@ -11376,7 +11997,7 @@ export declare const MODELS: {
|
|
|
11376
11997
|
contextWindow: number;
|
|
11377
11998
|
maxTokens: number;
|
|
11378
11999
|
};
|
|
11379
|
-
readonly "~
|
|
12000
|
+
readonly "~openai/gpt-mini-latest": {
|
|
11380
12001
|
id: string;
|
|
11381
12002
|
name: string;
|
|
11382
12003
|
api: "openai-completions";
|
|
@@ -11667,6 +12288,23 @@ export declare const MODELS: {
|
|
|
11667
12288
|
contextWindow: number;
|
|
11668
12289
|
maxTokens: number;
|
|
11669
12290
|
};
|
|
12291
|
+
readonly "alibaba/qwen3.6-27b": {
|
|
12292
|
+
id: string;
|
|
12293
|
+
name: string;
|
|
12294
|
+
api: "anthropic-messages";
|
|
12295
|
+
provider: string;
|
|
12296
|
+
baseUrl: string;
|
|
12297
|
+
reasoning: true;
|
|
12298
|
+
input: ("image" | "text")[];
|
|
12299
|
+
cost: {
|
|
12300
|
+
input: number;
|
|
12301
|
+
output: number;
|
|
12302
|
+
cacheRead: number;
|
|
12303
|
+
cacheWrite: number;
|
|
12304
|
+
};
|
|
12305
|
+
contextWindow: number;
|
|
12306
|
+
maxTokens: number;
|
|
12307
|
+
};
|
|
11670
12308
|
readonly "alibaba/qwen3.6-plus": {
|
|
11671
12309
|
id: string;
|
|
11672
12310
|
name: string;
|
|
@@ -12042,6 +12680,40 @@ export declare const MODELS: {
|
|
|
12042
12680
|
maxTokens: number;
|
|
12043
12681
|
};
|
|
12044
12682
|
readonly "deepseek/deepseek-v3.2-thinking": {
|
|
12683
|
+
id: string;
|
|
12684
|
+
name: string;
|
|
12685
|
+
api: "anthropic-messages";
|
|
12686
|
+
provider: string;
|
|
12687
|
+
baseUrl: string;
|
|
12688
|
+
reasoning: false;
|
|
12689
|
+
input: "text"[];
|
|
12690
|
+
cost: {
|
|
12691
|
+
input: number;
|
|
12692
|
+
output: number;
|
|
12693
|
+
cacheRead: number;
|
|
12694
|
+
cacheWrite: number;
|
|
12695
|
+
};
|
|
12696
|
+
contextWindow: number;
|
|
12697
|
+
maxTokens: number;
|
|
12698
|
+
};
|
|
12699
|
+
readonly "deepseek/deepseek-v4-flash": {
|
|
12700
|
+
id: string;
|
|
12701
|
+
name: string;
|
|
12702
|
+
api: "anthropic-messages";
|
|
12703
|
+
provider: string;
|
|
12704
|
+
baseUrl: string;
|
|
12705
|
+
reasoning: true;
|
|
12706
|
+
input: "text"[];
|
|
12707
|
+
cost: {
|
|
12708
|
+
input: number;
|
|
12709
|
+
output: number;
|
|
12710
|
+
cacheRead: number;
|
|
12711
|
+
cacheWrite: number;
|
|
12712
|
+
};
|
|
12713
|
+
contextWindow: number;
|
|
12714
|
+
maxTokens: number;
|
|
12715
|
+
};
|
|
12716
|
+
readonly "deepseek/deepseek-v4-pro": {
|
|
12045
12717
|
id: string;
|
|
12046
12718
|
name: string;
|
|
12047
12719
|
api: "anthropic-messages";
|
|
@@ -13333,6 +14005,40 @@ export declare const MODELS: {
|
|
|
13333
14005
|
contextWindow: number;
|
|
13334
14006
|
maxTokens: number;
|
|
13335
14007
|
};
|
|
14008
|
+
readonly "openai/gpt-5.5": {
|
|
14009
|
+
id: string;
|
|
14010
|
+
name: string;
|
|
14011
|
+
api: "anthropic-messages";
|
|
14012
|
+
provider: string;
|
|
14013
|
+
baseUrl: string;
|
|
14014
|
+
reasoning: true;
|
|
14015
|
+
input: ("image" | "text")[];
|
|
14016
|
+
cost: {
|
|
14017
|
+
input: number;
|
|
14018
|
+
output: number;
|
|
14019
|
+
cacheRead: number;
|
|
14020
|
+
cacheWrite: number;
|
|
14021
|
+
};
|
|
14022
|
+
contextWindow: number;
|
|
14023
|
+
maxTokens: number;
|
|
14024
|
+
};
|
|
14025
|
+
readonly "openai/gpt-5.5-pro": {
|
|
14026
|
+
id: string;
|
|
14027
|
+
name: string;
|
|
14028
|
+
api: "anthropic-messages";
|
|
14029
|
+
provider: string;
|
|
14030
|
+
baseUrl: string;
|
|
14031
|
+
reasoning: true;
|
|
14032
|
+
input: ("image" | "text")[];
|
|
14033
|
+
cost: {
|
|
14034
|
+
input: number;
|
|
14035
|
+
output: number;
|
|
14036
|
+
cacheRead: number;
|
|
14037
|
+
cacheWrite: number;
|
|
14038
|
+
};
|
|
14039
|
+
contextWindow: number;
|
|
14040
|
+
maxTokens: number;
|
|
14041
|
+
};
|
|
13336
14042
|
readonly "openai/gpt-oss-20b": {
|
|
13337
14043
|
id: string;
|
|
13338
14044
|
name: string;
|
|
@@ -13826,6 +14532,40 @@ export declare const MODELS: {
|
|
|
13826
14532
|
contextWindow: number;
|
|
13827
14533
|
maxTokens: number;
|
|
13828
14534
|
};
|
|
14535
|
+
readonly "xiaomi/mimo-v2.5": {
|
|
14536
|
+
id: string;
|
|
14537
|
+
name: string;
|
|
14538
|
+
api: "anthropic-messages";
|
|
14539
|
+
provider: string;
|
|
14540
|
+
baseUrl: string;
|
|
14541
|
+
reasoning: true;
|
|
14542
|
+
input: ("image" | "text")[];
|
|
14543
|
+
cost: {
|
|
14544
|
+
input: number;
|
|
14545
|
+
output: number;
|
|
14546
|
+
cacheRead: number;
|
|
14547
|
+
cacheWrite: number;
|
|
14548
|
+
};
|
|
14549
|
+
contextWindow: number;
|
|
14550
|
+
maxTokens: number;
|
|
14551
|
+
};
|
|
14552
|
+
readonly "xiaomi/mimo-v2.5-pro": {
|
|
14553
|
+
id: string;
|
|
14554
|
+
name: string;
|
|
14555
|
+
api: "anthropic-messages";
|
|
14556
|
+
provider: string;
|
|
14557
|
+
baseUrl: string;
|
|
14558
|
+
reasoning: true;
|
|
14559
|
+
input: ("image" | "text")[];
|
|
14560
|
+
cost: {
|
|
14561
|
+
input: number;
|
|
14562
|
+
output: number;
|
|
14563
|
+
cacheRead: number;
|
|
14564
|
+
cacheWrite: number;
|
|
14565
|
+
};
|
|
14566
|
+
contextWindow: number;
|
|
14567
|
+
maxTokens: number;
|
|
14568
|
+
};
|
|
13829
14569
|
readonly "zai/glm-4.5": {
|
|
13830
14570
|
id: string;
|
|
13831
14571
|
name: string;
|
|
@@ -14020,7 +14760,7 @@ export declare const MODELS: {
|
|
|
14020
14760
|
provider: string;
|
|
14021
14761
|
baseUrl: string;
|
|
14022
14762
|
reasoning: true;
|
|
14023
|
-
input:
|
|
14763
|
+
input: "text"[];
|
|
14024
14764
|
cost: {
|
|
14025
14765
|
input: number;
|
|
14026
14766
|
output: number;
|