@dreb/ai 2.59.1 → 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,10 +9074,10 @@ export declare const MODELS: {
9020
9074
  contextWindow: number;
9021
9075
  maxTokens: number;
9022
9076
  };
9023
- readonly "qwen3.6-plus": {
9077
+ readonly "muse-spark-1.2-contributor": {
9024
9078
  id: string;
9025
9079
  name: string;
9026
- api: "openai-completions";
9080
+ api: "openai-responses";
9027
9081
  provider: string;
9028
9082
  baseUrl: string;
9029
9083
  reasoning: true;
@@ -9037,14 +9091,14 @@ export declare const MODELS: {
9037
9091
  contextWindow: number;
9038
9092
  maxTokens: number;
9039
9093
  };
9040
- readonly "qwen3.7-max": {
9094
+ readonly "qwen3.6-plus": {
9041
9095
  id: string;
9042
9096
  name: string;
9043
9097
  api: "openai-completions";
9044
9098
  provider: string;
9045
9099
  baseUrl: string;
9046
9100
  reasoning: true;
9047
- input: "text"[];
9101
+ input: ("image" | "text")[];
9048
9102
  cost: {
9049
9103
  input: number;
9050
9104
  output: number;
@@ -9054,14 +9108,14 @@ export declare const MODELS: {
9054
9108
  contextWindow: number;
9055
9109
  maxTokens: number;
9056
9110
  };
9057
- readonly "qwen3.7-plus": {
9111
+ readonly "qwen3.7-max": {
9058
9112
  id: string;
9059
9113
  name: string;
9060
9114
  api: "openai-completions";
9061
9115
  provider: string;
9062
9116
  baseUrl: string;
9063
9117
  reasoning: true;
9064
- input: ("image" | "text")[];
9118
+ input: "text"[];
9065
9119
  cost: {
9066
9120
  input: number;
9067
9121
  output: number;
@@ -9071,7 +9125,7 @@ export declare const MODELS: {
9071
9125
  contextWindow: number;
9072
9126
  maxTokens: number;
9073
9127
  };
9074
- readonly "qwen3.8-max": {
9128
+ readonly "qwen3.7-plus": {
9075
9129
  id: string;
9076
9130
  name: string;
9077
9131
  api: "openai-completions";
@@ -9088,16 +9142,14 @@ export declare const MODELS: {
9088
9142
  contextWindow: number;
9089
9143
  maxTokens: number;
9090
9144
  };
9091
- };
9092
- readonly openrouter: {
9093
- readonly "ai21/jamba-large-1.7": {
9145
+ readonly "qwen3.8-max": {
9094
9146
  id: string;
9095
9147
  name: string;
9096
9148
  api: "openai-completions";
9097
9149
  provider: string;
9098
9150
  baseUrl: string;
9099
- reasoning: false;
9100
- input: "text"[];
9151
+ reasoning: true;
9152
+ input: ("image" | "text")[];
9101
9153
  cost: {
9102
9154
  input: number;
9103
9155
  output: number;
@@ -9107,6 +9159,8 @@ export declare const MODELS: {
9107
9159
  contextWindow: number;
9108
9160
  maxTokens: number;
9109
9161
  };
9162
+ };
9163
+ readonly openrouter: {
9110
9164
  readonly "aion-labs/aion-2.0": {
9111
9165
  id: string;
9112
9166
  name: string;
@@ -10824,6 +10878,23 @@ export declare const MODELS: {
10824
10878
  contextWindow: number;
10825
10879
  maxTokens: number;
10826
10880
  };
10881
+ readonly "liquid/lfm-2.5-2.6b:free": {
10882
+ id: string;
10883
+ name: string;
10884
+ api: "openai-completions";
10885
+ provider: string;
10886
+ baseUrl: string;
10887
+ reasoning: true;
10888
+ input: "text"[];
10889
+ cost: {
10890
+ input: number;
10891
+ output: number;
10892
+ cacheRead: number;
10893
+ cacheWrite: number;
10894
+ };
10895
+ contextWindow: number;
10896
+ maxTokens: number;
10897
+ };
10827
10898
  readonly "meituan/longcat-2.0": {
10828
10899
  id: string;
10829
10900
  name: string;
@@ -15006,6 +15077,23 @@ export declare const MODELS: {
15006
15077
  contextWindow: number;
15007
15078
  maxTokens: number;
15008
15079
  };
15080
+ readonly "~z-ai/glm-latest": {
15081
+ id: string;
15082
+ name: string;
15083
+ api: "openai-completions";
15084
+ provider: string;
15085
+ baseUrl: string;
15086
+ reasoning: true;
15087
+ input: "text"[];
15088
+ cost: {
15089
+ input: number;
15090
+ output: number;
15091
+ cacheRead: number;
15092
+ cacheWrite: number;
15093
+ };
15094
+ contextWindow: number;
15095
+ maxTokens: number;
15096
+ };
15009
15097
  };
15010
15098
  readonly "vercel-ai-gateway": {
15011
15099
  readonly "alibaba/qwen-3-14b": {
@@ -18187,13 +18275,13 @@ export declare const MODELS: {
18187
18275
  contextWindow: number;
18188
18276
  maxTokens: number;
18189
18277
  };
18190
- readonly "stepfun/step-3.5-flash": {
18278
+ readonly "spacexai/grok-4.1-fast-non-reasoning": {
18191
18279
  id: string;
18192
18280
  name: string;
18193
18281
  api: "anthropic-messages";
18194
18282
  provider: string;
18195
18283
  baseUrl: string;
18196
- reasoning: true;
18284
+ reasoning: false;
18197
18285
  input: ("image" | "text")[];
18198
18286
  cost: {
18199
18287
  input: number;
@@ -18204,7 +18292,7 @@ export declare const MODELS: {
18204
18292
  contextWindow: number;
18205
18293
  maxTokens: number;
18206
18294
  };
18207
- readonly "stepfun/step-3.7-flash": {
18295
+ readonly "spacexai/grok-4.1-fast-reasoning": {
18208
18296
  id: string;
18209
18297
  name: string;
18210
18298
  api: "anthropic-messages";
@@ -18221,14 +18309,14 @@ export declare const MODELS: {
18221
18309
  contextWindow: number;
18222
18310
  maxTokens: number;
18223
18311
  };
18224
- readonly "tencent/hy3": {
18312
+ readonly "spacexai/grok-4.20-multi-agent": {
18225
18313
  id: string;
18226
18314
  name: string;
18227
18315
  api: "anthropic-messages";
18228
18316
  provider: string;
18229
18317
  baseUrl: string;
18230
18318
  reasoning: true;
18231
- input: "text"[];
18319
+ input: ("image" | "text")[];
18232
18320
  cost: {
18233
18321
  input: number;
18234
18322
  output: number;
@@ -18238,7 +18326,7 @@ export declare const MODELS: {
18238
18326
  contextWindow: number;
18239
18327
  maxTokens: number;
18240
18328
  };
18241
- readonly "thinkingmachines/inkling": {
18329
+ readonly "spacexai/grok-4.20-multi-agent-beta": {
18242
18330
  id: string;
18243
18331
  name: string;
18244
18332
  api: "anthropic-messages";
@@ -18255,13 +18343,13 @@ export declare const MODELS: {
18255
18343
  contextWindow: number;
18256
18344
  maxTokens: number;
18257
18345
  };
18258
- readonly "thinkingmachines/inkling-small": {
18346
+ readonly "spacexai/grok-4.20-non-reasoning": {
18259
18347
  id: string;
18260
18348
  name: string;
18261
18349
  api: "anthropic-messages";
18262
18350
  provider: string;
18263
18351
  baseUrl: string;
18264
- reasoning: true;
18352
+ reasoning: false;
18265
18353
  input: ("image" | "text")[];
18266
18354
  cost: {
18267
18355
  input: number;
@@ -18272,7 +18360,7 @@ export declare const MODELS: {
18272
18360
  contextWindow: number;
18273
18361
  maxTokens: number;
18274
18362
  };
18275
- readonly "xai/grok-4.1-fast-non-reasoning": {
18363
+ readonly "spacexai/grok-4.20-non-reasoning-beta": {
18276
18364
  id: string;
18277
18365
  name: string;
18278
18366
  api: "anthropic-messages";
@@ -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-reasoning": {
18380
+ readonly "spacexai/grok-4.20-reasoning": {
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.20-multi-agent": {
18397
+ readonly "spacexai/grok-4.20-reasoning-beta": {
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-beta": {
18414
+ readonly "spacexai/grok-4.3": {
18327
18415
  id: string;
18328
18416
  name: string;
18329
18417
  api: "anthropic-messages";
@@ -18340,13 +18428,13 @@ export declare const MODELS: {
18340
18428
  contextWindow: number;
18341
18429
  maxTokens: number;
18342
18430
  };
18343
- readonly "xai/grok-4.20-non-reasoning": {
18431
+ readonly "spacexai/grok-4.5": {
18344
18432
  id: string;
18345
18433
  name: string;
18346
18434
  api: "anthropic-messages";
18347
18435
  provider: string;
18348
18436
  baseUrl: string;
18349
- reasoning: false;
18437
+ reasoning: true;
18350
18438
  input: ("image" | "text")[];
18351
18439
  cost: {
18352
18440
  input: number;
@@ -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-beta": {
18448
+ readonly "spacexai/grok-4.6": {
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,7 +18462,7 @@ export declare const MODELS: {
18374
18462
  contextWindow: number;
18375
18463
  maxTokens: number;
18376
18464
  };
18377
- readonly "xai/grok-4.20-reasoning": {
18465
+ readonly "spacexai/grok-build-0.1": {
18378
18466
  id: string;
18379
18467
  name: string;
18380
18468
  api: "anthropic-messages";
@@ -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-beta": {
18482
+ readonly "stepfun/step-3.5-flash": {
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.3": {
18499
+ readonly "stepfun/step-3.7-flash": {
18412
18500
  id: string;
18413
18501
  name: string;
18414
18502
  api: "anthropic-messages";
@@ -18425,14 +18513,14 @@ export declare const MODELS: {
18425
18513
  contextWindow: number;
18426
18514
  maxTokens: number;
18427
18515
  };
18428
- readonly "xai/grok-4.5": {
18516
+ readonly "tencent/hy3": {
18429
18517
  id: string;
18430
18518
  name: string;
18431
18519
  api: "anthropic-messages";
18432
18520
  provider: string;
18433
18521
  baseUrl: string;
18434
18522
  reasoning: true;
18435
- input: ("image" | "text")[];
18523
+ input: "text"[];
18436
18524
  cost: {
18437
18525
  input: number;
18438
18526
  output: number;
@@ -18442,7 +18530,7 @@ export declare const MODELS: {
18442
18530
  contextWindow: number;
18443
18531
  maxTokens: number;
18444
18532
  };
18445
- readonly "xai/grok-4.6": {
18533
+ readonly "thinkingmachines/inkling": {
18446
18534
  id: string;
18447
18535
  name: string;
18448
18536
  api: "anthropic-messages";
@@ -18459,7 +18547,7 @@ export declare const MODELS: {
18459
18547
  contextWindow: number;
18460
18548
  maxTokens: number;
18461
18549
  };
18462
- readonly "xai/grok-build-0.1": {
18550
+ readonly "thinkingmachines/inkling-small": {
18463
18551
  id: string;
18464
18552
  name: string;
18465
18553
  api: "anthropic-messages";
@@ -18578,40 +18666,6 @@ export declare const MODELS: {
18578
18666
  contextWindow: number;
18579
18667
  maxTokens: number;
18580
18668
  };
18581
- readonly "zai/glm-4.6v": {
18582
- id: string;
18583
- name: string;
18584
- api: "anthropic-messages";
18585
- provider: string;
18586
- baseUrl: string;
18587
- reasoning: true;
18588
- input: ("image" | "text")[];
18589
- cost: {
18590
- input: number;
18591
- output: number;
18592
- cacheRead: number;
18593
- cacheWrite: number;
18594
- };
18595
- contextWindow: number;
18596
- maxTokens: number;
18597
- };
18598
- readonly "zai/glm-4.6v-flash": {
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
18669
  readonly "zai/glm-4.7": {
18616
18670
  id: string;
18617
18671
  name: string;