@dreb/ai 2.16.0 → 2.18.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 +52 -86
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +113 -147
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -6370,6 +6370,23 @@ export declare const MODELS: {
|
|
|
6370
6370
|
contextWindow: number;
|
|
6371
6371
|
maxTokens: number;
|
|
6372
6372
|
};
|
|
6373
|
+
readonly "deepseek-v4-flash-free": {
|
|
6374
|
+
id: string;
|
|
6375
|
+
name: string;
|
|
6376
|
+
api: "openai-completions";
|
|
6377
|
+
provider: string;
|
|
6378
|
+
baseUrl: string;
|
|
6379
|
+
reasoning: true;
|
|
6380
|
+
input: "text"[];
|
|
6381
|
+
cost: {
|
|
6382
|
+
input: number;
|
|
6383
|
+
output: number;
|
|
6384
|
+
cacheRead: number;
|
|
6385
|
+
cacheWrite: number;
|
|
6386
|
+
};
|
|
6387
|
+
contextWindow: number;
|
|
6388
|
+
maxTokens: number;
|
|
6389
|
+
};
|
|
6373
6390
|
readonly "gemini-3-flash": {
|
|
6374
6391
|
id: string;
|
|
6375
6392
|
name: string;
|
|
@@ -6987,7 +7004,7 @@ export declare const MODELS: {
|
|
|
6987
7004
|
readonly "minimax-m2.5": {
|
|
6988
7005
|
id: string;
|
|
6989
7006
|
name: string;
|
|
6990
|
-
api: "
|
|
7007
|
+
api: "anthropic-messages";
|
|
6991
7008
|
provider: string;
|
|
6992
7009
|
baseUrl: string;
|
|
6993
7010
|
reasoning: true;
|
|
@@ -7207,7 +7224,7 @@ export declare const MODELS: {
|
|
|
7207
7224
|
contextWindow: number;
|
|
7208
7225
|
maxTokens: number;
|
|
7209
7226
|
};
|
|
7210
|
-
readonly "anthropic/claude-
|
|
7227
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
7211
7228
|
id: string;
|
|
7212
7229
|
name: string;
|
|
7213
7230
|
api: "openai-completions";
|
|
@@ -7224,7 +7241,7 @@ export declare const MODELS: {
|
|
|
7224
7241
|
contextWindow: number;
|
|
7225
7242
|
maxTokens: number;
|
|
7226
7243
|
};
|
|
7227
|
-
readonly "anthropic/claude-
|
|
7244
|
+
readonly "anthropic/claude-opus-4": {
|
|
7228
7245
|
id: string;
|
|
7229
7246
|
name: string;
|
|
7230
7247
|
api: "openai-completions";
|
|
@@ -7241,7 +7258,7 @@ export declare const MODELS: {
|
|
|
7241
7258
|
contextWindow: number;
|
|
7242
7259
|
maxTokens: number;
|
|
7243
7260
|
};
|
|
7244
|
-
readonly "anthropic/claude-
|
|
7261
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
7245
7262
|
id: string;
|
|
7246
7263
|
name: string;
|
|
7247
7264
|
api: "openai-completions";
|
|
@@ -7258,7 +7275,7 @@ export declare const MODELS: {
|
|
|
7258
7275
|
contextWindow: number;
|
|
7259
7276
|
maxTokens: number;
|
|
7260
7277
|
};
|
|
7261
|
-
readonly "anthropic/claude-opus-4": {
|
|
7278
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
7262
7279
|
id: string;
|
|
7263
7280
|
name: string;
|
|
7264
7281
|
api: "openai-completions";
|
|
@@ -7275,7 +7292,7 @@ export declare const MODELS: {
|
|
|
7275
7292
|
contextWindow: number;
|
|
7276
7293
|
maxTokens: number;
|
|
7277
7294
|
};
|
|
7278
|
-
readonly "anthropic/claude-opus-4.
|
|
7295
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
7279
7296
|
id: string;
|
|
7280
7297
|
name: string;
|
|
7281
7298
|
api: "openai-completions";
|
|
@@ -7292,7 +7309,7 @@ export declare const MODELS: {
|
|
|
7292
7309
|
contextWindow: number;
|
|
7293
7310
|
maxTokens: number;
|
|
7294
7311
|
};
|
|
7295
|
-
readonly "anthropic/claude-opus-4.
|
|
7312
|
+
readonly "anthropic/claude-opus-4.6-fast": {
|
|
7296
7313
|
id: string;
|
|
7297
7314
|
name: string;
|
|
7298
7315
|
api: "openai-completions";
|
|
@@ -7309,7 +7326,7 @@ export declare const MODELS: {
|
|
|
7309
7326
|
contextWindow: number;
|
|
7310
7327
|
maxTokens: number;
|
|
7311
7328
|
};
|
|
7312
|
-
readonly "anthropic/claude-opus-4.
|
|
7329
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
7313
7330
|
id: string;
|
|
7314
7331
|
name: string;
|
|
7315
7332
|
api: "openai-completions";
|
|
@@ -7326,7 +7343,7 @@ export declare const MODELS: {
|
|
|
7326
7343
|
contextWindow: number;
|
|
7327
7344
|
maxTokens: number;
|
|
7328
7345
|
};
|
|
7329
|
-
readonly "anthropic/claude-opus-4.
|
|
7346
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
7330
7347
|
id: string;
|
|
7331
7348
|
name: string;
|
|
7332
7349
|
api: "openai-completions";
|
|
@@ -7343,7 +7360,7 @@ export declare const MODELS: {
|
|
|
7343
7360
|
contextWindow: number;
|
|
7344
7361
|
maxTokens: number;
|
|
7345
7362
|
};
|
|
7346
|
-
readonly "anthropic/claude-
|
|
7363
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
7347
7364
|
id: string;
|
|
7348
7365
|
name: string;
|
|
7349
7366
|
api: "openai-completions";
|
|
@@ -7360,7 +7377,7 @@ export declare const MODELS: {
|
|
|
7360
7377
|
contextWindow: number;
|
|
7361
7378
|
maxTokens: number;
|
|
7362
7379
|
};
|
|
7363
|
-
readonly "anthropic/claude-sonnet-4": {
|
|
7380
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
7364
7381
|
id: string;
|
|
7365
7382
|
name: string;
|
|
7366
7383
|
api: "openai-completions";
|
|
@@ -7377,7 +7394,7 @@ export declare const MODELS: {
|
|
|
7377
7394
|
contextWindow: number;
|
|
7378
7395
|
maxTokens: number;
|
|
7379
7396
|
};
|
|
7380
|
-
readonly "anthropic/claude-sonnet-4.
|
|
7397
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
7381
7398
|
id: string;
|
|
7382
7399
|
name: string;
|
|
7383
7400
|
api: "openai-completions";
|
|
@@ -7394,14 +7411,14 @@ export declare const MODELS: {
|
|
|
7394
7411
|
contextWindow: number;
|
|
7395
7412
|
maxTokens: number;
|
|
7396
7413
|
};
|
|
7397
|
-
readonly "
|
|
7414
|
+
readonly "arcee-ai/trinity-large-preview": {
|
|
7398
7415
|
id: string;
|
|
7399
7416
|
name: string;
|
|
7400
7417
|
api: "openai-completions";
|
|
7401
7418
|
provider: string;
|
|
7402
7419
|
baseUrl: string;
|
|
7403
|
-
reasoning:
|
|
7404
|
-
input:
|
|
7420
|
+
reasoning: false;
|
|
7421
|
+
input: "text"[];
|
|
7405
7422
|
cost: {
|
|
7406
7423
|
input: number;
|
|
7407
7424
|
output: number;
|
|
@@ -7411,13 +7428,13 @@ export declare const MODELS: {
|
|
|
7411
7428
|
contextWindow: number;
|
|
7412
7429
|
maxTokens: number;
|
|
7413
7430
|
};
|
|
7414
|
-
readonly "arcee-ai/trinity-large-
|
|
7431
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
7415
7432
|
id: string;
|
|
7416
7433
|
name: string;
|
|
7417
7434
|
api: "openai-completions";
|
|
7418
7435
|
provider: string;
|
|
7419
7436
|
baseUrl: string;
|
|
7420
|
-
reasoning:
|
|
7437
|
+
reasoning: true;
|
|
7421
7438
|
input: "text"[];
|
|
7422
7439
|
cost: {
|
|
7423
7440
|
input: number;
|
|
@@ -7428,7 +7445,7 @@ export declare const MODELS: {
|
|
|
7428
7445
|
contextWindow: number;
|
|
7429
7446
|
maxTokens: number;
|
|
7430
7447
|
};
|
|
7431
|
-
readonly "arcee-ai/trinity-large-thinking": {
|
|
7448
|
+
readonly "arcee-ai/trinity-large-thinking:free": {
|
|
7432
7449
|
id: string;
|
|
7433
7450
|
name: string;
|
|
7434
7451
|
api: "openai-completions";
|
|
@@ -7802,6 +7819,23 @@ export declare const MODELS: {
|
|
|
7802
7819
|
contextWindow: number;
|
|
7803
7820
|
maxTokens: number;
|
|
7804
7821
|
};
|
|
7822
|
+
readonly "deepseek/deepseek-v4-flash:free": {
|
|
7823
|
+
id: string;
|
|
7824
|
+
name: string;
|
|
7825
|
+
api: "openai-completions";
|
|
7826
|
+
provider: string;
|
|
7827
|
+
baseUrl: string;
|
|
7828
|
+
reasoning: true;
|
|
7829
|
+
input: "text"[];
|
|
7830
|
+
cost: {
|
|
7831
|
+
input: number;
|
|
7832
|
+
output: number;
|
|
7833
|
+
cacheRead: number;
|
|
7834
|
+
cacheWrite: number;
|
|
7835
|
+
};
|
|
7836
|
+
contextWindow: number;
|
|
7837
|
+
maxTokens: number;
|
|
7838
|
+
};
|
|
7805
7839
|
readonly "deepseek/deepseek-v4-pro": {
|
|
7806
7840
|
id: string;
|
|
7807
7841
|
name: string;
|
|
@@ -10165,23 +10199,6 @@ export declare const MODELS: {
|
|
|
10165
10199
|
contextWindow: number;
|
|
10166
10200
|
maxTokens: number;
|
|
10167
10201
|
};
|
|
10168
|
-
readonly "qwen/qwen-max": {
|
|
10169
|
-
id: string;
|
|
10170
|
-
name: string;
|
|
10171
|
-
api: "openai-completions";
|
|
10172
|
-
provider: string;
|
|
10173
|
-
baseUrl: string;
|
|
10174
|
-
reasoning: false;
|
|
10175
|
-
input: "text"[];
|
|
10176
|
-
cost: {
|
|
10177
|
-
input: number;
|
|
10178
|
-
output: number;
|
|
10179
|
-
cacheRead: number;
|
|
10180
|
-
cacheWrite: number;
|
|
10181
|
-
};
|
|
10182
|
-
contextWindow: number;
|
|
10183
|
-
maxTokens: number;
|
|
10184
|
-
};
|
|
10185
10202
|
readonly "qwen/qwen-plus": {
|
|
10186
10203
|
id: string;
|
|
10187
10204
|
name: string;
|
|
@@ -10233,40 +10250,6 @@ export declare const MODELS: {
|
|
|
10233
10250
|
contextWindow: number;
|
|
10234
10251
|
maxTokens: number;
|
|
10235
10252
|
};
|
|
10236
|
-
readonly "qwen/qwen-turbo": {
|
|
10237
|
-
id: string;
|
|
10238
|
-
name: string;
|
|
10239
|
-
api: "openai-completions";
|
|
10240
|
-
provider: string;
|
|
10241
|
-
baseUrl: string;
|
|
10242
|
-
reasoning: false;
|
|
10243
|
-
input: "text"[];
|
|
10244
|
-
cost: {
|
|
10245
|
-
input: number;
|
|
10246
|
-
output: number;
|
|
10247
|
-
cacheRead: number;
|
|
10248
|
-
cacheWrite: number;
|
|
10249
|
-
};
|
|
10250
|
-
contextWindow: number;
|
|
10251
|
-
maxTokens: number;
|
|
10252
|
-
};
|
|
10253
|
-
readonly "qwen/qwen-vl-max": {
|
|
10254
|
-
id: string;
|
|
10255
|
-
name: string;
|
|
10256
|
-
api: "openai-completions";
|
|
10257
|
-
provider: string;
|
|
10258
|
-
baseUrl: string;
|
|
10259
|
-
reasoning: false;
|
|
10260
|
-
input: ("image" | "text")[];
|
|
10261
|
-
cost: {
|
|
10262
|
-
input: number;
|
|
10263
|
-
output: number;
|
|
10264
|
-
cacheRead: number;
|
|
10265
|
-
cacheWrite: number;
|
|
10266
|
-
};
|
|
10267
|
-
contextWindow: number;
|
|
10268
|
-
maxTokens: number;
|
|
10269
|
-
};
|
|
10270
10253
|
readonly "qwen/qwen3-14b": {
|
|
10271
10254
|
id: string;
|
|
10272
10255
|
name: string;
|
|
@@ -12054,23 +12037,6 @@ export declare const MODELS: {
|
|
|
12054
12037
|
contextWindow: number;
|
|
12055
12038
|
maxTokens: number;
|
|
12056
12039
|
};
|
|
12057
|
-
readonly "anthropic/claude-3.7-sonnet": {
|
|
12058
|
-
id: string;
|
|
12059
|
-
name: string;
|
|
12060
|
-
api: "anthropic-messages";
|
|
12061
|
-
provider: string;
|
|
12062
|
-
baseUrl: string;
|
|
12063
|
-
reasoning: true;
|
|
12064
|
-
input: ("image" | "text")[];
|
|
12065
|
-
cost: {
|
|
12066
|
-
input: number;
|
|
12067
|
-
output: number;
|
|
12068
|
-
cacheRead: number;
|
|
12069
|
-
cacheWrite: number;
|
|
12070
|
-
};
|
|
12071
|
-
contextWindow: number;
|
|
12072
|
-
maxTokens: number;
|
|
12073
|
-
};
|
|
12074
12040
|
readonly "anthropic/claude-haiku-4.5": {
|
|
12075
12041
|
id: string;
|
|
12076
12042
|
name: string;
|