@dreb/ai 2.59.2 → 2.60.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.
@@ -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;
@@ -18204,13 +18275,13 @@ export declare const MODELS: {
18204
18275
  contextWindow: number;
18205
18276
  maxTokens: number;
18206
18277
  };
18207
- readonly "stepfun/step-3.5-flash": {
18278
+ readonly "spacexai/grok-4.1-fast-non-reasoning": {
18208
18279
  id: string;
18209
18280
  name: string;
18210
18281
  api: "anthropic-messages";
18211
18282
  provider: string;
18212
18283
  baseUrl: string;
18213
- reasoning: true;
18284
+ reasoning: false;
18214
18285
  input: ("image" | "text")[];
18215
18286
  cost: {
18216
18287
  input: number;
@@ -18221,7 +18292,7 @@ export declare const MODELS: {
18221
18292
  contextWindow: number;
18222
18293
  maxTokens: number;
18223
18294
  };
18224
- readonly "stepfun/step-3.7-flash": {
18295
+ readonly "spacexai/grok-4.1-fast-reasoning": {
18225
18296
  id: string;
18226
18297
  name: string;
18227
18298
  api: "anthropic-messages";
@@ -18238,14 +18309,14 @@ export declare const MODELS: {
18238
18309
  contextWindow: number;
18239
18310
  maxTokens: number;
18240
18311
  };
18241
- readonly "tencent/hy3": {
18312
+ readonly "spacexai/grok-4.20-multi-agent": {
18242
18313
  id: string;
18243
18314
  name: string;
18244
18315
  api: "anthropic-messages";
18245
18316
  provider: string;
18246
18317
  baseUrl: string;
18247
18318
  reasoning: true;
18248
- input: "text"[];
18319
+ input: ("image" | "text")[];
18249
18320
  cost: {
18250
18321
  input: number;
18251
18322
  output: number;
@@ -18255,7 +18326,7 @@ export declare const MODELS: {
18255
18326
  contextWindow: number;
18256
18327
  maxTokens: number;
18257
18328
  };
18258
- readonly "thinkingmachines/inkling": {
18329
+ readonly "spacexai/grok-4.20-multi-agent-beta": {
18259
18330
  id: string;
18260
18331
  name: string;
18261
18332
  api: "anthropic-messages";
@@ -18272,13 +18343,13 @@ export declare const MODELS: {
18272
18343
  contextWindow: number;
18273
18344
  maxTokens: number;
18274
18345
  };
18275
- readonly "thinkingmachines/inkling-small": {
18346
+ readonly "spacexai/grok-4.20-non-reasoning": {
18276
18347
  id: string;
18277
18348
  name: string;
18278
18349
  api: "anthropic-messages";
18279
18350
  provider: string;
18280
18351
  baseUrl: string;
18281
- reasoning: true;
18352
+ reasoning: false;
18282
18353
  input: ("image" | "text")[];
18283
18354
  cost: {
18284
18355
  input: number;
@@ -18289,7 +18360,7 @@ export declare const MODELS: {
18289
18360
  contextWindow: number;
18290
18361
  maxTokens: number;
18291
18362
  };
18292
- readonly "xai/grok-4.1-fast-non-reasoning": {
18363
+ readonly "spacexai/grok-4.20-non-reasoning-beta": {
18293
18364
  id: string;
18294
18365
  name: string;
18295
18366
  api: "anthropic-messages";
@@ -18306,7 +18377,7 @@ export declare const MODELS: {
18306
18377
  contextWindow: number;
18307
18378
  maxTokens: number;
18308
18379
  };
18309
- readonly "xai/grok-4.1-fast-reasoning": {
18380
+ readonly "spacexai/grok-4.20-reasoning": {
18310
18381
  id: string;
18311
18382
  name: string;
18312
18383
  api: "anthropic-messages";
@@ -18323,7 +18394,7 @@ export declare const MODELS: {
18323
18394
  contextWindow: number;
18324
18395
  maxTokens: number;
18325
18396
  };
18326
- readonly "xai/grok-4.20-multi-agent": {
18397
+ readonly "spacexai/grok-4.20-reasoning-beta": {
18327
18398
  id: string;
18328
18399
  name: string;
18329
18400
  api: "anthropic-messages";
@@ -18340,7 +18411,7 @@ export declare const MODELS: {
18340
18411
  contextWindow: number;
18341
18412
  maxTokens: number;
18342
18413
  };
18343
- readonly "xai/grok-4.20-multi-agent-beta": {
18414
+ readonly "spacexai/grok-4.3": {
18344
18415
  id: string;
18345
18416
  name: string;
18346
18417
  api: "anthropic-messages";
@@ -18357,13 +18428,13 @@ export declare const MODELS: {
18357
18428
  contextWindow: number;
18358
18429
  maxTokens: number;
18359
18430
  };
18360
- readonly "xai/grok-4.20-non-reasoning": {
18431
+ readonly "spacexai/grok-4.5": {
18361
18432
  id: string;
18362
18433
  name: string;
18363
18434
  api: "anthropic-messages";
18364
18435
  provider: string;
18365
18436
  baseUrl: string;
18366
- reasoning: false;
18437
+ reasoning: true;
18367
18438
  input: ("image" | "text")[];
18368
18439
  cost: {
18369
18440
  input: number;
@@ -18374,13 +18445,13 @@ export declare const MODELS: {
18374
18445
  contextWindow: number;
18375
18446
  maxTokens: number;
18376
18447
  };
18377
- readonly "xai/grok-4.20-non-reasoning-beta": {
18448
+ readonly "spacexai/grok-4.6": {
18378
18449
  id: string;
18379
18450
  name: string;
18380
18451
  api: "anthropic-messages";
18381
18452
  provider: string;
18382
18453
  baseUrl: string;
18383
- reasoning: false;
18454
+ reasoning: true;
18384
18455
  input: ("image" | "text")[];
18385
18456
  cost: {
18386
18457
  input: number;
@@ -18391,7 +18462,7 @@ export declare const MODELS: {
18391
18462
  contextWindow: number;
18392
18463
  maxTokens: number;
18393
18464
  };
18394
- readonly "xai/grok-4.20-reasoning": {
18465
+ readonly "spacexai/grok-build-0.1": {
18395
18466
  id: string;
18396
18467
  name: string;
18397
18468
  api: "anthropic-messages";
@@ -18408,7 +18479,7 @@ export declare const MODELS: {
18408
18479
  contextWindow: number;
18409
18480
  maxTokens: number;
18410
18481
  };
18411
- readonly "xai/grok-4.20-reasoning-beta": {
18482
+ readonly "stepfun/step-3.5-flash": {
18412
18483
  id: string;
18413
18484
  name: string;
18414
18485
  api: "anthropic-messages";
@@ -18425,7 +18496,7 @@ export declare const MODELS: {
18425
18496
  contextWindow: number;
18426
18497
  maxTokens: number;
18427
18498
  };
18428
- readonly "xai/grok-4.3": {
18499
+ readonly "stepfun/step-3.7-flash": {
18429
18500
  id: string;
18430
18501
  name: string;
18431
18502
  api: "anthropic-messages";
@@ -18442,14 +18513,14 @@ export declare const MODELS: {
18442
18513
  contextWindow: number;
18443
18514
  maxTokens: number;
18444
18515
  };
18445
- readonly "xai/grok-4.5": {
18516
+ readonly "tencent/hy3": {
18446
18517
  id: string;
18447
18518
  name: string;
18448
18519
  api: "anthropic-messages";
18449
18520
  provider: string;
18450
18521
  baseUrl: string;
18451
18522
  reasoning: true;
18452
- input: ("image" | "text")[];
18523
+ input: "text"[];
18453
18524
  cost: {
18454
18525
  input: number;
18455
18526
  output: number;
@@ -18459,7 +18530,7 @@ export declare const MODELS: {
18459
18530
  contextWindow: number;
18460
18531
  maxTokens: number;
18461
18532
  };
18462
- readonly "xai/grok-4.6": {
18533
+ readonly "thinkingmachines/inkling": {
18463
18534
  id: string;
18464
18535
  name: string;
18465
18536
  api: "anthropic-messages";
@@ -18476,7 +18547,7 @@ export declare const MODELS: {
18476
18547
  contextWindow: number;
18477
18548
  maxTokens: number;
18478
18549
  };
18479
- readonly "xai/grok-build-0.1": {
18550
+ readonly "thinkingmachines/inkling-small": {
18480
18551
  id: string;
18481
18552
  name: string;
18482
18553
  api: "anthropic-messages";
@@ -18595,57 +18666,6 @@ export declare const MODELS: {
18595
18666
  contextWindow: number;
18596
18667
  maxTokens: number;
18597
18668
  };
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
18669
  readonly "zai/glm-4.7": {
18650
18670
  id: string;
18651
18671
  name: string;