@dreb/ai 2.25.3 → 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;
@@ -6949,14 +6864,14 @@ export declare const MODELS: {
6949
6864
  contextWindow: number;
6950
6865
  maxTokens: number;
6951
6866
  };
6952
- readonly "minimax-m3-free": {
6867
+ readonly "nemotron-3-ultra-free": {
6953
6868
  id: string;
6954
6869
  name: string;
6955
- api: "anthropic-messages";
6870
+ api: "openai-completions";
6956
6871
  provider: string;
6957
6872
  baseUrl: string;
6958
6873
  reasoning: true;
6959
- input: ("image" | "text")[];
6874
+ input: "text"[];
6960
6875
  cost: {
6961
6876
  input: number;
6962
6877
  output: number;
@@ -6966,7 +6881,7 @@ export declare const MODELS: {
6966
6881
  contextWindow: number;
6967
6882
  maxTokens: number;
6968
6883
  };
6969
- readonly "nemotron-3-ultra-free": {
6884
+ readonly "north-mini-code-free": {
6970
6885
  id: string;
6971
6886
  name: string;
6972
6887
  api: "openai-completions";
@@ -7395,6 +7310,23 @@ export declare const MODELS: {
7395
7310
  contextWindow: number;
7396
7311
  maxTokens: number;
7397
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
+ };
7398
7330
  readonly "anthropic/claude-haiku-4.5": {
7399
7331
  id: string;
7400
7332
  name: string;
@@ -7684,23 +7616,6 @@ export declare const MODELS: {
7684
7616
  contextWindow: number;
7685
7617
  maxTokens: number;
7686
7618
  };
7687
- readonly "baidu/ernie-4.5-vl-28b-a3b": {
7688
- id: string;
7689
- name: string;
7690
- api: "openai-completions";
7691
- provider: string;
7692
- baseUrl: string;
7693
- reasoning: true;
7694
- input: ("image" | "text")[];
7695
- cost: {
7696
- input: number;
7697
- output: number;
7698
- cacheRead: number;
7699
- cacheWrite: number;
7700
- };
7701
- contextWindow: number;
7702
- maxTokens: number;
7703
- };
7704
7619
  readonly "bytedance-seed/seed-1.6": {
7705
7620
  id: string;
7706
7621
  name: string;
@@ -8976,7 +8891,7 @@ export declare const MODELS: {
8976
8891
  contextWindow: number;
8977
8892
  maxTokens: number;
8978
8893
  };
8979
- readonly "moonshotai/kimi-k2.6:free": {
8894
+ readonly "nex-agi/nex-n2-pro:free": {
8980
8895
  id: string;
8981
8896
  name: string;
8982
8897
  api: "openai-completions";
@@ -8993,23 +8908,6 @@ export declare const MODELS: {
8993
8908
  contextWindow: number;
8994
8909
  maxTokens: number;
8995
8910
  };
8996
- readonly "nex-agi/deepseek-v3.1-nex-n1": {
8997
- id: string;
8998
- name: string;
8999
- api: "openai-completions";
9000
- provider: string;
9001
- baseUrl: string;
9002
- reasoning: false;
9003
- input: "text"[];
9004
- cost: {
9005
- input: number;
9006
- output: number;
9007
- cacheRead: number;
9008
- cacheWrite: number;
9009
- };
9010
- contextWindow: number;
9011
- maxTokens: number;
9012
- };
9013
8911
  readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
9014
8912
  id: string;
9015
8913
  name: string;
@@ -9265,23 +9163,6 @@ export declare const MODELS: {
9265
9163
  contextWindow: number;
9266
9164
  maxTokens: number;
9267
9165
  };
9268
- readonly "openai/gpt-4-1106-preview": {
9269
- id: string;
9270
- name: string;
9271
- api: "openai-completions";
9272
- provider: string;
9273
- baseUrl: string;
9274
- reasoning: false;
9275
- input: "text"[];
9276
- cost: {
9277
- input: number;
9278
- output: number;
9279
- cacheRead: number;
9280
- cacheWrite: number;
9281
- };
9282
- contextWindow: number;
9283
- maxTokens: number;
9284
- };
9285
9166
  readonly "openai/gpt-4-turbo": {
9286
9167
  id: string;
9287
9168
  name: string;
@@ -11271,23 +11152,6 @@ export declare const MODELS: {
11271
11152
  contextWindow: number;
11272
11153
  maxTokens: number;
11273
11154
  };
11274
- readonly "z-ai/glm-4-32b": {
11275
- id: string;
11276
- name: string;
11277
- api: "openai-completions";
11278
- provider: string;
11279
- baseUrl: string;
11280
- reasoning: false;
11281
- input: "text"[];
11282
- cost: {
11283
- input: number;
11284
- output: number;
11285
- cacheRead: number;
11286
- cacheWrite: number;
11287
- };
11288
- contextWindow: number;
11289
- maxTokens: number;
11290
- };
11291
11155
  readonly "z-ai/glm-4.5": {
11292
11156
  id: string;
11293
11157
  name: string;
@@ -11322,23 +11186,6 @@ export declare const MODELS: {
11322
11186
  contextWindow: number;
11323
11187
  maxTokens: number;
11324
11188
  };
11325
- readonly "z-ai/glm-4.5-air:free": {
11326
- id: string;
11327
- name: string;
11328
- api: "openai-completions";
11329
- provider: string;
11330
- baseUrl: string;
11331
- reasoning: true;
11332
- input: "text"[];
11333
- cost: {
11334
- input: number;
11335
- output: number;
11336
- cacheRead: number;
11337
- cacheWrite: number;
11338
- };
11339
- contextWindow: number;
11340
- maxTokens: number;
11341
- };
11342
11189
  readonly "z-ai/glm-4.5v": {
11343
11190
  id: string;
11344
11191
  name: string;
@@ -11475,7 +11322,7 @@ export declare const MODELS: {
11475
11322
  contextWindow: number;
11476
11323
  maxTokens: number;
11477
11324
  };
11478
- readonly "z-ai/glm-5v-turbo": {
11325
+ readonly "~anthropic/claude-fable-latest": {
11479
11326
  id: string;
11480
11327
  name: string;
11481
11328
  api: "openai-completions";
@@ -12038,6 +11885,23 @@ export declare const MODELS: {
12038
11885
  contextWindow: number;
12039
11886
  maxTokens: number;
12040
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
+ };
12041
11905
  readonly "anthropic/claude-haiku-4.5": {
12042
11906
  id: string;
12043
11907
  name: string;
@@ -12412,40 +12276,6 @@ export declare const MODELS: {
12412
12276
  contextWindow: number;
12413
12277
  maxTokens: number;
12414
12278
  };
12415
- readonly "google/gemini-2.0-flash": {
12416
- id: string;
12417
- name: string;
12418
- api: "anthropic-messages";
12419
- provider: string;
12420
- baseUrl: string;
12421
- reasoning: false;
12422
- input: ("image" | "text")[];
12423
- cost: {
12424
- input: number;
12425
- output: number;
12426
- cacheRead: number;
12427
- cacheWrite: number;
12428
- };
12429
- contextWindow: number;
12430
- maxTokens: number;
12431
- };
12432
- readonly "google/gemini-2.0-flash-lite": {
12433
- id: string;
12434
- name: string;
12435
- api: "anthropic-messages";
12436
- provider: string;
12437
- baseUrl: string;
12438
- reasoning: false;
12439
- input: ("image" | "text")[];
12440
- cost: {
12441
- input: number;
12442
- output: number;
12443
- cacheRead: number;
12444
- cacheWrite: number;
12445
- };
12446
- contextWindow: number;
12447
- maxTokens: number;
12448
- };
12449
12279
  readonly "google/gemini-2.5-flash": {
12450
12280
  id: string;
12451
12281
  name: string;