@dreb/ai 2.25.4 → 2.27.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.
@@ -6,7 +6,7 @@ export declare const MODELS: {
6
6
  api: "bedrock-converse-stream";
7
7
  provider: string;
8
8
  baseUrl: string;
9
- reasoning: false;
9
+ reasoning: true;
10
10
  input: ("image" | "text")[];
11
11
  cost: {
12
12
  input: number;
@@ -340,6 +340,23 @@ export declare const MODELS: {
340
340
  contextWindow: number;
341
341
  maxTokens: number;
342
342
  };
343
+ readonly "eu.anthropic.claude-fable-5": {
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
+ };
343
360
  readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
344
361
  id: string;
345
362
  name: string;
@@ -459,6 +476,23 @@ export declare const MODELS: {
459
476
  contextWindow: number;
460
477
  maxTokens: number;
461
478
  };
479
+ readonly "global.anthropic.claude-fable-5": {
480
+ id: string;
481
+ name: string;
482
+ api: "bedrock-converse-stream";
483
+ provider: string;
484
+ baseUrl: string;
485
+ reasoning: true;
486
+ input: ("image" | "text")[];
487
+ cost: {
488
+ input: number;
489
+ output: number;
490
+ cacheRead: number;
491
+ cacheWrite: number;
492
+ };
493
+ contextWindow: number;
494
+ maxTokens: number;
495
+ };
462
496
  readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
463
497
  id: string;
464
498
  name: string;
@@ -1111,7 +1145,7 @@ export declare const MODELS: {
1111
1145
  api: "bedrock-converse-stream";
1112
1146
  provider: string;
1113
1147
  baseUrl: string;
1114
- reasoning: false;
1148
+ reasoning: true;
1115
1149
  input: "text"[];
1116
1150
  cost: {
1117
1151
  input: number;
@@ -1128,7 +1162,7 @@ export declare const MODELS: {
1128
1162
  api: "bedrock-converse-stream";
1129
1163
  provider: string;
1130
1164
  baseUrl: string;
1131
- reasoning: false;
1165
+ reasoning: true;
1132
1166
  input: "text"[];
1133
1167
  cost: {
1134
1168
  input: number;
@@ -1145,7 +1179,7 @@ export declare const MODELS: {
1145
1179
  api: "bedrock-converse-stream";
1146
1180
  provider: string;
1147
1181
  baseUrl: string;
1148
- reasoning: false;
1182
+ reasoning: true;
1149
1183
  input: "text"[];
1150
1184
  cost: {
1151
1185
  input: number;
@@ -1162,7 +1196,7 @@ export declare const MODELS: {
1162
1196
  api: "bedrock-converse-stream";
1163
1197
  provider: string;
1164
1198
  baseUrl: string;
1165
- reasoning: false;
1199
+ reasoning: true;
1166
1200
  input: "text"[];
1167
1201
  cost: {
1168
1202
  input: number;
@@ -1326,6 +1360,23 @@ export declare const MODELS: {
1326
1360
  contextWindow: number;
1327
1361
  maxTokens: number;
1328
1362
  };
1363
+ readonly "us.anthropic.claude-fable-5": {
1364
+ id: string;
1365
+ name: string;
1366
+ api: "bedrock-converse-stream";
1367
+ provider: string;
1368
+ baseUrl: string;
1369
+ reasoning: true;
1370
+ input: ("image" | "text")[];
1371
+ cost: {
1372
+ input: number;
1373
+ output: number;
1374
+ cacheRead: number;
1375
+ cacheWrite: number;
1376
+ };
1377
+ contextWindow: number;
1378
+ maxTokens: number;
1379
+ };
1329
1380
  readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
1330
1381
  id: string;
1331
1382
  name: string;
@@ -1736,6 +1787,23 @@ export declare const MODELS: {
1736
1787
  contextWindow: number;
1737
1788
  maxTokens: number;
1738
1789
  };
1790
+ readonly "claude-fable-5": {
1791
+ id: string;
1792
+ name: string;
1793
+ api: "anthropic-messages";
1794
+ provider: string;
1795
+ baseUrl: string;
1796
+ reasoning: true;
1797
+ input: ("image" | "text")[];
1798
+ cost: {
1799
+ input: number;
1800
+ output: number;
1801
+ cacheRead: number;
1802
+ cacheWrite: number;
1803
+ };
1804
+ contextWindow: number;
1805
+ maxTokens: number;
1806
+ };
1739
1807
  readonly "claude-haiku-4-5": {
1740
1808
  id: string;
1741
1809
  name: string;
@@ -4039,74 +4107,6 @@ export declare const MODELS: {
4039
4107
  };
4040
4108
  };
4041
4109
  readonly groq: {
4042
- readonly "deepseek-r1-distill-llama-70b": {
4043
- id: string;
4044
- name: string;
4045
- api: "openai-completions";
4046
- provider: string;
4047
- baseUrl: string;
4048
- reasoning: true;
4049
- input: "text"[];
4050
- cost: {
4051
- input: number;
4052
- output: number;
4053
- cacheRead: number;
4054
- cacheWrite: number;
4055
- };
4056
- contextWindow: number;
4057
- maxTokens: number;
4058
- };
4059
- readonly "gemma2-9b-it": {
4060
- id: string;
4061
- name: string;
4062
- api: "openai-completions";
4063
- provider: string;
4064
- baseUrl: string;
4065
- reasoning: false;
4066
- input: "text"[];
4067
- cost: {
4068
- input: number;
4069
- output: number;
4070
- cacheRead: number;
4071
- cacheWrite: number;
4072
- };
4073
- contextWindow: number;
4074
- maxTokens: number;
4075
- };
4076
- readonly "groq/compound": {
4077
- id: string;
4078
- name: string;
4079
- api: "openai-completions";
4080
- provider: string;
4081
- baseUrl: string;
4082
- reasoning: true;
4083
- input: "text"[];
4084
- cost: {
4085
- input: number;
4086
- output: number;
4087
- cacheRead: number;
4088
- cacheWrite: number;
4089
- };
4090
- contextWindow: number;
4091
- maxTokens: number;
4092
- };
4093
- readonly "groq/compound-mini": {
4094
- id: string;
4095
- name: string;
4096
- api: "openai-completions";
4097
- provider: string;
4098
- baseUrl: string;
4099
- reasoning: true;
4100
- input: "text"[];
4101
- cost: {
4102
- input: number;
4103
- output: number;
4104
- cacheRead: number;
4105
- cacheWrite: number;
4106
- };
4107
- contextWindow: number;
4108
- maxTokens: number;
4109
- };
4110
4110
  readonly "llama-3.1-8b-instant": {
4111
4111
  id: string;
4112
4112
  name: string;
@@ -4141,57 +4141,6 @@ export declare const MODELS: {
4141
4141
  contextWindow: number;
4142
4142
  maxTokens: number;
4143
4143
  };
4144
- readonly "llama3-70b-8192": {
4145
- id: string;
4146
- name: string;
4147
- api: "openai-completions";
4148
- provider: string;
4149
- baseUrl: string;
4150
- reasoning: false;
4151
- input: "text"[];
4152
- cost: {
4153
- input: number;
4154
- output: number;
4155
- cacheRead: number;
4156
- cacheWrite: number;
4157
- };
4158
- contextWindow: number;
4159
- maxTokens: number;
4160
- };
4161
- readonly "llama3-8b-8192": {
4162
- id: string;
4163
- name: string;
4164
- api: "openai-completions";
4165
- provider: string;
4166
- baseUrl: string;
4167
- reasoning: false;
4168
- input: "text"[];
4169
- cost: {
4170
- input: number;
4171
- output: number;
4172
- cacheRead: number;
4173
- cacheWrite: number;
4174
- };
4175
- contextWindow: number;
4176
- maxTokens: number;
4177
- };
4178
- readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
4179
- id: string;
4180
- name: string;
4181
- api: "openai-completions";
4182
- provider: string;
4183
- baseUrl: string;
4184
- reasoning: false;
4185
- input: ("image" | "text")[];
4186
- cost: {
4187
- input: number;
4188
- output: number;
4189
- cacheRead: number;
4190
- cacheWrite: number;
4191
- };
4192
- contextWindow: number;
4193
- maxTokens: number;
4194
- };
4195
4144
  readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
4196
4145
  id: string;
4197
4146
  name: string;
@@ -4209,57 +4158,6 @@ export declare const MODELS: {
4209
4158
  contextWindow: number;
4210
4159
  maxTokens: number;
4211
4160
  };
4212
- readonly "mistral-saba-24b": {
4213
- id: string;
4214
- name: string;
4215
- api: "openai-completions";
4216
- provider: string;
4217
- baseUrl: string;
4218
- reasoning: false;
4219
- input: "text"[];
4220
- cost: {
4221
- input: number;
4222
- output: number;
4223
- cacheRead: number;
4224
- cacheWrite: number;
4225
- };
4226
- contextWindow: number;
4227
- maxTokens: number;
4228
- };
4229
- readonly "moonshotai/kimi-k2-instruct": {
4230
- id: string;
4231
- name: string;
4232
- api: "openai-completions";
4233
- provider: string;
4234
- baseUrl: string;
4235
- reasoning: false;
4236
- input: "text"[];
4237
- cost: {
4238
- input: number;
4239
- output: number;
4240
- cacheRead: number;
4241
- cacheWrite: number;
4242
- };
4243
- contextWindow: number;
4244
- maxTokens: number;
4245
- };
4246
- readonly "moonshotai/kimi-k2-instruct-0905": {
4247
- id: string;
4248
- name: string;
4249
- api: "openai-completions";
4250
- provider: string;
4251
- baseUrl: string;
4252
- reasoning: false;
4253
- input: "text"[];
4254
- cost: {
4255
- input: number;
4256
- output: number;
4257
- cacheRead: number;
4258
- cacheWrite: number;
4259
- };
4260
- contextWindow: number;
4261
- maxTokens: number;
4262
- };
4263
4161
  readonly "openai/gpt-oss-120b": {
4264
4162
  id: string;
4265
4163
  name: string;
@@ -4311,23 +4209,6 @@ export declare const MODELS: {
4311
4209
  contextWindow: number;
4312
4210
  maxTokens: number;
4313
4211
  };
4314
- readonly "qwen-qwq-32b": {
4315
- id: string;
4316
- name: string;
4317
- api: "openai-completions";
4318
- provider: string;
4319
- baseUrl: string;
4320
- reasoning: true;
4321
- input: "text"[];
4322
- cost: {
4323
- input: number;
4324
- output: number;
4325
- cacheRead: number;
4326
- cacheWrite: number;
4327
- };
4328
- contextWindow: number;
4329
- maxTokens: number;
4330
- };
4331
4212
  readonly "qwen/qwen3-32b": {
4332
4213
  id: string;
4333
4214
  name: string;
@@ -6303,6 +6184,23 @@ export declare const MODELS: {
6303
6184
  contextWindow: number;
6304
6185
  maxTokens: number;
6305
6186
  };
6187
+ readonly "claude-fable-5": {
6188
+ id: string;
6189
+ name: string;
6190
+ api: "anthropic-messages";
6191
+ provider: string;
6192
+ baseUrl: string;
6193
+ reasoning: true;
6194
+ input: ("image" | "text")[];
6195
+ cost: {
6196
+ input: number;
6197
+ output: number;
6198
+ cacheRead: number;
6199
+ cacheWrite: number;
6200
+ };
6201
+ contextWindow: number;
6202
+ maxTokens: number;
6203
+ };
6306
6204
  readonly "claude-haiku-4-5": {
6307
6205
  id: string;
6308
6206
  name: string;
@@ -6490,6 +6388,23 @@ export declare const MODELS: {
6490
6388
  contextWindow: number;
6491
6389
  maxTokens: number;
6492
6390
  };
6391
+ readonly "deepseek-v4-pro": {
6392
+ id: string;
6393
+ name: string;
6394
+ api: "openai-completions";
6395
+ provider: string;
6396
+ baseUrl: string;
6397
+ reasoning: true;
6398
+ input: "text"[];
6399
+ cost: {
6400
+ input: number;
6401
+ output: number;
6402
+ cacheRead: number;
6403
+ cacheWrite: number;
6404
+ };
6405
+ contextWindow: number;
6406
+ maxTokens: number;
6407
+ };
6493
6408
  readonly "gemini-3-flash": {
6494
6409
  id: string;
6495
6410
  name: string;
@@ -6966,6 +6881,23 @@ export declare const MODELS: {
6966
6881
  contextWindow: number;
6967
6882
  maxTokens: number;
6968
6883
  };
6884
+ readonly "north-mini-code-free": {
6885
+ id: string;
6886
+ name: string;
6887
+ api: "openai-completions";
6888
+ provider: string;
6889
+ baseUrl: string;
6890
+ reasoning: true;
6891
+ input: "text"[];
6892
+ cost: {
6893
+ input: number;
6894
+ output: number;
6895
+ cacheRead: number;
6896
+ cacheWrite: number;
6897
+ };
6898
+ contextWindow: number;
6899
+ maxTokens: number;
6900
+ };
6969
6901
  readonly "qwen3.5-plus": {
6970
6902
  id: string;
6971
6903
  name: string;
@@ -7378,6 +7310,23 @@ export declare const MODELS: {
7378
7310
  contextWindow: number;
7379
7311
  maxTokens: number;
7380
7312
  };
7313
+ readonly "anthropic/claude-fable-5": {
7314
+ id: string;
7315
+ name: string;
7316
+ api: "openai-completions";
7317
+ provider: string;
7318
+ baseUrl: string;
7319
+ reasoning: true;
7320
+ input: ("image" | "text")[];
7321
+ cost: {
7322
+ input: number;
7323
+ output: number;
7324
+ cacheRead: number;
7325
+ cacheWrite: number;
7326
+ };
7327
+ contextWindow: number;
7328
+ maxTokens: number;
7329
+ };
7381
7330
  readonly "anthropic/claude-haiku-4.5": {
7382
7331
  id: string;
7383
7332
  name: string;
@@ -8942,7 +8891,7 @@ export declare const MODELS: {
8942
8891
  contextWindow: number;
8943
8892
  maxTokens: number;
8944
8893
  };
8945
- readonly "moonshotai/kimi-k2.6:free": {
8894
+ readonly "nex-agi/nex-n2-pro:free": {
8946
8895
  id: string;
8947
8896
  name: string;
8948
8897
  api: "openai-completions";
@@ -11203,23 +11152,6 @@ export declare const MODELS: {
11203
11152
  contextWindow: number;
11204
11153
  maxTokens: number;
11205
11154
  };
11206
- readonly "z-ai/glm-4-32b": {
11207
- id: string;
11208
- name: string;
11209
- api: "openai-completions";
11210
- provider: string;
11211
- baseUrl: string;
11212
- reasoning: false;
11213
- input: "text"[];
11214
- cost: {
11215
- input: number;
11216
- output: number;
11217
- cacheRead: number;
11218
- cacheWrite: number;
11219
- };
11220
- contextWindow: number;
11221
- maxTokens: number;
11222
- };
11223
11155
  readonly "z-ai/glm-4.5": {
11224
11156
  id: string;
11225
11157
  name: string;
@@ -11254,23 +11186,6 @@ export declare const MODELS: {
11254
11186
  contextWindow: number;
11255
11187
  maxTokens: number;
11256
11188
  };
11257
- readonly "z-ai/glm-4.5-air:free": {
11258
- id: string;
11259
- name: string;
11260
- api: "openai-completions";
11261
- provider: string;
11262
- baseUrl: string;
11263
- reasoning: true;
11264
- input: "text"[];
11265
- cost: {
11266
- input: number;
11267
- output: number;
11268
- cacheRead: number;
11269
- cacheWrite: number;
11270
- };
11271
- contextWindow: number;
11272
- maxTokens: number;
11273
- };
11274
11189
  readonly "z-ai/glm-4.5v": {
11275
11190
  id: string;
11276
11191
  name: string;
@@ -11407,7 +11322,7 @@ export declare const MODELS: {
11407
11322
  contextWindow: number;
11408
11323
  maxTokens: number;
11409
11324
  };
11410
- readonly "z-ai/glm-5v-turbo": {
11325
+ readonly "~anthropic/claude-fable-latest": {
11411
11326
  id: string;
11412
11327
  name: string;
11413
11328
  api: "openai-completions";
@@ -11970,6 +11885,23 @@ export declare const MODELS: {
11970
11885
  contextWindow: number;
11971
11886
  maxTokens: number;
11972
11887
  };
11888
+ readonly "anthropic/claude-fable-5": {
11889
+ id: string;
11890
+ name: string;
11891
+ api: "anthropic-messages";
11892
+ provider: string;
11893
+ baseUrl: string;
11894
+ reasoning: true;
11895
+ input: ("image" | "text")[];
11896
+ cost: {
11897
+ input: number;
11898
+ output: number;
11899
+ cacheRead: number;
11900
+ cacheWrite: number;
11901
+ };
11902
+ contextWindow: number;
11903
+ maxTokens: number;
11904
+ };
11973
11905
  readonly "anthropic/claude-haiku-4.5": {
11974
11906
  id: string;
11975
11907
  name: string;