@dreb/ai 2.59.2 → 2.60.1

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.
@@ -1955,6 +1955,23 @@ export declare const MODELS: {
1955
1955
  contextWindow: number;
1956
1956
  maxTokens: number;
1957
1957
  };
1958
+ readonly "xai.grok-4.6": {
1959
+ id: string;
1960
+ name: string;
1961
+ api: "bedrock-converse-stream";
1962
+ provider: string;
1963
+ baseUrl: string;
1964
+ reasoning: true;
1965
+ input: ("image" | "text")[];
1966
+ cost: {
1967
+ input: number;
1968
+ output: number;
1969
+ cacheRead: number;
1970
+ cacheWrite: number;
1971
+ };
1972
+ contextWindow: number;
1973
+ maxTokens: number;
1974
+ };
1958
1975
  readonly "zai.glm-4.7": {
1959
1976
  id: string;
1960
1977
  name: string;
@@ -5962,6 +5979,26 @@ export declare const MODELS: {
5962
5979
  contextWindow: number;
5963
5980
  maxTokens: number;
5964
5981
  };
5982
+ readonly "zai-org/GLM-4.6V-Flash": {
5983
+ id: string;
5984
+ name: string;
5985
+ api: "openai-completions";
5986
+ provider: string;
5987
+ baseUrl: string;
5988
+ compat: {
5989
+ supportsDeveloperRole: false;
5990
+ };
5991
+ reasoning: true;
5992
+ input: ("image" | "text")[];
5993
+ cost: {
5994
+ input: number;
5995
+ output: number;
5996
+ cacheRead: number;
5997
+ cacheWrite: number;
5998
+ };
5999
+ contextWindow: number;
6000
+ maxTokens: number;
6001
+ };
5965
6002
  readonly "zai-org/GLM-4.7": {
5966
6003
  id: string;
5967
6004
  name: string;
@@ -8593,14 +8630,14 @@ export declare const MODELS: {
8593
8630
  contextWindow: number;
8594
8631
  maxTokens: number;
8595
8632
  };
8596
- readonly "laguna-s-2.1-free": {
8633
+ readonly "mimo-v2.5-free": {
8597
8634
  id: string;
8598
8635
  name: string;
8599
8636
  api: "openai-completions";
8600
8637
  provider: string;
8601
8638
  baseUrl: string;
8602
8639
  reasoning: true;
8603
- input: "text"[];
8640
+ input: ("image" | "text")[];
8604
8641
  cost: {
8605
8642
  input: number;
8606
8643
  output: number;
@@ -8610,14 +8647,14 @@ export declare const MODELS: {
8610
8647
  contextWindow: number;
8611
8648
  maxTokens: number;
8612
8649
  };
8613
- readonly "mimo-v2.5-free": {
8650
+ readonly "minimax-m2.5": {
8614
8651
  id: string;
8615
8652
  name: string;
8616
8653
  api: "openai-completions";
8617
8654
  provider: string;
8618
8655
  baseUrl: string;
8619
8656
  reasoning: true;
8620
- input: ("image" | "text")[];
8657
+ input: "text"[];
8621
8658
  cost: {
8622
8659
  input: number;
8623
8660
  output: number;
@@ -8627,7 +8664,7 @@ export declare const MODELS: {
8627
8664
  contextWindow: number;
8628
8665
  maxTokens: number;
8629
8666
  };
8630
- readonly "minimax-m2.5": {
8667
+ readonly "minimax-m2.7": {
8631
8668
  id: string;
8632
8669
  name: string;
8633
8670
  api: "openai-completions";
@@ -8644,14 +8681,14 @@ export declare const MODELS: {
8644
8681
  contextWindow: number;
8645
8682
  maxTokens: number;
8646
8683
  };
8647
- readonly "minimax-m2.7": {
8684
+ readonly "minimax-m3": {
8648
8685
  id: string;
8649
8686
  name: string;
8650
8687
  api: "openai-completions";
8651
8688
  provider: string;
8652
8689
  baseUrl: string;
8653
8690
  reasoning: true;
8654
- input: "text"[];
8691
+ input: ("image" | "text")[];
8655
8692
  cost: {
8656
8693
  input: number;
8657
8694
  output: number;
@@ -8661,10 +8698,10 @@ export declare const MODELS: {
8661
8698
  contextWindow: number;
8662
8699
  maxTokens: number;
8663
8700
  };
8664
- readonly "minimax-m3": {
8701
+ readonly "muse-spark-1.2": {
8665
8702
  id: string;
8666
8703
  name: string;
8667
- api: "openai-completions";
8704
+ api: "openai-responses";
8668
8705
  provider: string;
8669
8706
  baseUrl: string;
8670
8707
  reasoning: true;
@@ -8678,7 +8715,7 @@ export declare const MODELS: {
8678
8715
  contextWindow: number;
8679
8716
  maxTokens: number;
8680
8717
  };
8681
- readonly "muse-spark-1.2": {
8718
+ readonly "muse-spark-1.2-contributor-free": {
8682
8719
  id: string;
8683
8720
  name: string;
8684
8721
  api: "openai-responses";
@@ -8763,6 +8800,23 @@ export declare const MODELS: {
8763
8800
  contextWindow: number;
8764
8801
  maxTokens: number;
8765
8802
  };
8803
+ readonly "x-preview-f-free": {
8804
+ id: string;
8805
+ name: string;
8806
+ api: "openai-completions";
8807
+ provider: string;
8808
+ baseUrl: string;
8809
+ reasoning: true;
8810
+ input: ("image" | "text")[];
8811
+ cost: {
8812
+ input: number;
8813
+ output: number;
8814
+ cacheRead: number;
8815
+ cacheWrite: number;
8816
+ };
8817
+ contextWindow: number;
8818
+ maxTokens: number;
8819
+ };
8766
8820
  };
8767
8821
  readonly "opencode-go": {
8768
8822
  readonly "deepseek-v4-flash": {
@@ -9020,6 +9074,23 @@ export declare const MODELS: {
9020
9074
  contextWindow: number;
9021
9075
  maxTokens: number;
9022
9076
  };
9077
+ readonly "muse-spark-1.2-contributor": {
9078
+ id: string;
9079
+ name: string;
9080
+ api: "openai-responses";
9081
+ provider: string;
9082
+ baseUrl: string;
9083
+ reasoning: true;
9084
+ input: ("image" | "text")[];
9085
+ cost: {
9086
+ input: number;
9087
+ output: number;
9088
+ cacheRead: number;
9089
+ cacheWrite: number;
9090
+ };
9091
+ contextWindow: number;
9092
+ maxTokens: number;
9093
+ };
9023
9094
  readonly "qwen3.6-plus": {
9024
9095
  id: string;
9025
9096
  name: string;
@@ -14275,6 +14346,23 @@ export declare const MODELS: {
14275
14346
  contextWindow: number;
14276
14347
  maxTokens: number;
14277
14348
  };
14349
+ readonly "stealth/ox-alpha": {
14350
+ id: string;
14351
+ name: string;
14352
+ api: "openai-completions";
14353
+ provider: string;
14354
+ baseUrl: string;
14355
+ reasoning: true;
14356
+ input: ("image" | "text")[];
14357
+ cost: {
14358
+ input: number;
14359
+ output: number;
14360
+ cacheRead: number;
14361
+ cacheWrite: number;
14362
+ };
14363
+ contextWindow: number;
14364
+ maxTokens: number;
14365
+ };
14278
14366
  readonly "stepfun/step-3.5-flash": {
14279
14367
  id: string;
14280
14368
  name: string;
@@ -15457,7 +15545,7 @@ export declare const MODELS: {
15457
15545
  provider: string;
15458
15546
  baseUrl: string;
15459
15547
  reasoning: true;
15460
- input: "text"[];
15548
+ input: ("image" | "text")[];
15461
15549
  cost: {
15462
15550
  input: number;
15463
15551
  output: number;
@@ -18204,13 +18292,13 @@ export declare const MODELS: {
18204
18292
  contextWindow: number;
18205
18293
  maxTokens: number;
18206
18294
  };
18207
- readonly "stepfun/step-3.5-flash": {
18295
+ readonly "spacexai/grok-4.1-fast-non-reasoning": {
18208
18296
  id: string;
18209
18297
  name: string;
18210
18298
  api: "anthropic-messages";
18211
18299
  provider: string;
18212
18300
  baseUrl: string;
18213
- reasoning: true;
18301
+ reasoning: false;
18214
18302
  input: ("image" | "text")[];
18215
18303
  cost: {
18216
18304
  input: number;
@@ -18221,7 +18309,7 @@ export declare const MODELS: {
18221
18309
  contextWindow: number;
18222
18310
  maxTokens: number;
18223
18311
  };
18224
- readonly "stepfun/step-3.7-flash": {
18312
+ readonly "spacexai/grok-4.1-fast-reasoning": {
18225
18313
  id: string;
18226
18314
  name: string;
18227
18315
  api: "anthropic-messages";
@@ -18238,14 +18326,14 @@ export declare const MODELS: {
18238
18326
  contextWindow: number;
18239
18327
  maxTokens: number;
18240
18328
  };
18241
- readonly "tencent/hy3": {
18329
+ readonly "spacexai/grok-4.20-multi-agent": {
18242
18330
  id: string;
18243
18331
  name: string;
18244
18332
  api: "anthropic-messages";
18245
18333
  provider: string;
18246
18334
  baseUrl: string;
18247
18335
  reasoning: true;
18248
- input: "text"[];
18336
+ input: ("image" | "text")[];
18249
18337
  cost: {
18250
18338
  input: number;
18251
18339
  output: number;
@@ -18255,7 +18343,7 @@ export declare const MODELS: {
18255
18343
  contextWindow: number;
18256
18344
  maxTokens: number;
18257
18345
  };
18258
- readonly "thinkingmachines/inkling": {
18346
+ readonly "spacexai/grok-4.20-multi-agent-beta": {
18259
18347
  id: string;
18260
18348
  name: string;
18261
18349
  api: "anthropic-messages";
@@ -18272,13 +18360,13 @@ export declare const MODELS: {
18272
18360
  contextWindow: number;
18273
18361
  maxTokens: number;
18274
18362
  };
18275
- readonly "thinkingmachines/inkling-small": {
18363
+ readonly "spacexai/grok-4.20-non-reasoning": {
18276
18364
  id: string;
18277
18365
  name: string;
18278
18366
  api: "anthropic-messages";
18279
18367
  provider: string;
18280
18368
  baseUrl: string;
18281
- reasoning: true;
18369
+ reasoning: false;
18282
18370
  input: ("image" | "text")[];
18283
18371
  cost: {
18284
18372
  input: number;
@@ -18289,7 +18377,7 @@ export declare const MODELS: {
18289
18377
  contextWindow: number;
18290
18378
  maxTokens: number;
18291
18379
  };
18292
- readonly "xai/grok-4.1-fast-non-reasoning": {
18380
+ readonly "spacexai/grok-4.20-non-reasoning-beta": {
18293
18381
  id: string;
18294
18382
  name: string;
18295
18383
  api: "anthropic-messages";
@@ -18306,7 +18394,7 @@ export declare const MODELS: {
18306
18394
  contextWindow: number;
18307
18395
  maxTokens: number;
18308
18396
  };
18309
- readonly "xai/grok-4.1-fast-reasoning": {
18397
+ readonly "spacexai/grok-4.20-reasoning": {
18310
18398
  id: string;
18311
18399
  name: string;
18312
18400
  api: "anthropic-messages";
@@ -18323,7 +18411,7 @@ export declare const MODELS: {
18323
18411
  contextWindow: number;
18324
18412
  maxTokens: number;
18325
18413
  };
18326
- readonly "xai/grok-4.20-multi-agent": {
18414
+ readonly "spacexai/grok-4.20-reasoning-beta": {
18327
18415
  id: string;
18328
18416
  name: string;
18329
18417
  api: "anthropic-messages";
@@ -18340,7 +18428,7 @@ export declare const MODELS: {
18340
18428
  contextWindow: number;
18341
18429
  maxTokens: number;
18342
18430
  };
18343
- readonly "xai/grok-4.20-multi-agent-beta": {
18431
+ readonly "spacexai/grok-4.3": {
18344
18432
  id: string;
18345
18433
  name: string;
18346
18434
  api: "anthropic-messages";
@@ -18357,13 +18445,13 @@ export declare const MODELS: {
18357
18445
  contextWindow: number;
18358
18446
  maxTokens: number;
18359
18447
  };
18360
- readonly "xai/grok-4.20-non-reasoning": {
18448
+ readonly "spacexai/grok-4.5": {
18361
18449
  id: string;
18362
18450
  name: string;
18363
18451
  api: "anthropic-messages";
18364
18452
  provider: string;
18365
18453
  baseUrl: string;
18366
- reasoning: false;
18454
+ reasoning: true;
18367
18455
  input: ("image" | "text")[];
18368
18456
  cost: {
18369
18457
  input: number;
@@ -18374,13 +18462,13 @@ export declare const MODELS: {
18374
18462
  contextWindow: number;
18375
18463
  maxTokens: number;
18376
18464
  };
18377
- readonly "xai/grok-4.20-non-reasoning-beta": {
18465
+ readonly "spacexai/grok-4.6": {
18378
18466
  id: string;
18379
18467
  name: string;
18380
18468
  api: "anthropic-messages";
18381
18469
  provider: string;
18382
18470
  baseUrl: string;
18383
- reasoning: false;
18471
+ reasoning: true;
18384
18472
  input: ("image" | "text")[];
18385
18473
  cost: {
18386
18474
  input: number;
@@ -18391,7 +18479,7 @@ export declare const MODELS: {
18391
18479
  contextWindow: number;
18392
18480
  maxTokens: number;
18393
18481
  };
18394
- readonly "xai/grok-4.20-reasoning": {
18482
+ readonly "spacexai/grok-build-0.1": {
18395
18483
  id: string;
18396
18484
  name: string;
18397
18485
  api: "anthropic-messages";
@@ -18408,7 +18496,7 @@ export declare const MODELS: {
18408
18496
  contextWindow: number;
18409
18497
  maxTokens: number;
18410
18498
  };
18411
- readonly "xai/grok-4.20-reasoning-beta": {
18499
+ readonly "stepfun/step-3.5-flash": {
18412
18500
  id: string;
18413
18501
  name: string;
18414
18502
  api: "anthropic-messages";
@@ -18425,7 +18513,7 @@ export declare const MODELS: {
18425
18513
  contextWindow: number;
18426
18514
  maxTokens: number;
18427
18515
  };
18428
- readonly "xai/grok-4.3": {
18516
+ readonly "stepfun/step-3.7-flash": {
18429
18517
  id: string;
18430
18518
  name: string;
18431
18519
  api: "anthropic-messages";
@@ -18442,14 +18530,14 @@ export declare const MODELS: {
18442
18530
  contextWindow: number;
18443
18531
  maxTokens: number;
18444
18532
  };
18445
- readonly "xai/grok-4.5": {
18533
+ readonly "tencent/hy3": {
18446
18534
  id: string;
18447
18535
  name: string;
18448
18536
  api: "anthropic-messages";
18449
18537
  provider: string;
18450
18538
  baseUrl: string;
18451
18539
  reasoning: true;
18452
- input: ("image" | "text")[];
18540
+ input: "text"[];
18453
18541
  cost: {
18454
18542
  input: number;
18455
18543
  output: number;
@@ -18459,7 +18547,7 @@ export declare const MODELS: {
18459
18547
  contextWindow: number;
18460
18548
  maxTokens: number;
18461
18549
  };
18462
- readonly "xai/grok-4.6": {
18550
+ readonly "thinkingmachines/inkling": {
18463
18551
  id: string;
18464
18552
  name: string;
18465
18553
  api: "anthropic-messages";
@@ -18476,7 +18564,7 @@ export declare const MODELS: {
18476
18564
  contextWindow: number;
18477
18565
  maxTokens: number;
18478
18566
  };
18479
- readonly "xai/grok-build-0.1": {
18567
+ readonly "thinkingmachines/inkling-small": {
18480
18568
  id: string;
18481
18569
  name: string;
18482
18570
  api: "anthropic-messages";
@@ -18595,57 +18683,6 @@ export declare const MODELS: {
18595
18683
  contextWindow: number;
18596
18684
  maxTokens: number;
18597
18685
  };
18598
- readonly "zai/glm-4.6v": {
18599
- id: string;
18600
- name: string;
18601
- api: "anthropic-messages";
18602
- provider: string;
18603
- baseUrl: string;
18604
- reasoning: true;
18605
- input: ("image" | "text")[];
18606
- cost: {
18607
- input: number;
18608
- output: number;
18609
- cacheRead: number;
18610
- cacheWrite: number;
18611
- };
18612
- contextWindow: number;
18613
- maxTokens: number;
18614
- };
18615
- readonly "zai/glm-4.6v-flash": {
18616
- id: string;
18617
- name: string;
18618
- api: "anthropic-messages";
18619
- provider: string;
18620
- baseUrl: string;
18621
- reasoning: true;
18622
- input: ("image" | "text")[];
18623
- cost: {
18624
- input: number;
18625
- output: number;
18626
- cacheRead: number;
18627
- cacheWrite: number;
18628
- };
18629
- contextWindow: number;
18630
- maxTokens: number;
18631
- };
18632
- readonly "zai/glm-4.6v-flash-free": {
18633
- id: string;
18634
- name: string;
18635
- api: "anthropic-messages";
18636
- provider: string;
18637
- baseUrl: string;
18638
- reasoning: true;
18639
- input: ("image" | "text")[];
18640
- cost: {
18641
- input: number;
18642
- output: number;
18643
- cacheRead: number;
18644
- cacheWrite: number;
18645
- };
18646
- contextWindow: number;
18647
- maxTokens: number;
18648
- };
18649
18686
  readonly "zai/glm-4.7": {
18650
18687
  id: string;
18651
18688
  name: string;