@dreb/ai 2.61.2 → 2.62.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.
@@ -5279,6 +5279,26 @@ export declare const MODELS: {
5279
5279
  contextWindow: number;
5280
5280
  maxTokens: number;
5281
5281
  };
5282
+ readonly "Qwen/Qwen3.8-27B": {
5283
+ id: string;
5284
+ name: string;
5285
+ api: "openai-completions";
5286
+ provider: string;
5287
+ baseUrl: string;
5288
+ compat: {
5289
+ supportsDeveloperRole: false;
5290
+ };
5291
+ reasoning: true;
5292
+ input: ("image" | "text")[];
5293
+ cost: {
5294
+ input: number;
5295
+ output: number;
5296
+ cacheRead: number;
5297
+ cacheWrite: number;
5298
+ };
5299
+ contextWindow: number;
5300
+ maxTokens: number;
5301
+ };
5282
5302
  readonly "XiaomiMiMo/MiMo-V2-Flash": {
5283
5303
  id: string;
5284
5304
  name: string;
@@ -6099,6 +6119,26 @@ export declare const MODELS: {
6099
6119
  contextWindow: number;
6100
6120
  maxTokens: number;
6101
6121
  };
6122
+ readonly "zai-org/GLM-5.3-Flash": {
6123
+ id: string;
6124
+ name: string;
6125
+ api: "openai-completions";
6126
+ provider: string;
6127
+ baseUrl: string;
6128
+ compat: {
6129
+ supportsDeveloperRole: false;
6130
+ };
6131
+ reasoning: true;
6132
+ input: "text"[];
6133
+ cost: {
6134
+ input: number;
6135
+ output: number;
6136
+ cacheRead: number;
6137
+ cacheWrite: number;
6138
+ };
6139
+ contextWindow: number;
6140
+ maxTokens: number;
6141
+ };
6102
6142
  };
6103
6143
  readonly "kimi-coding": {
6104
6144
  readonly k2p5: {
@@ -6873,6 +6913,23 @@ export declare const MODELS: {
6873
6913
  contextWindow: number;
6874
6914
  maxTokens: number;
6875
6915
  };
6916
+ readonly "zai-glm-5-2": {
6917
+ id: string;
6918
+ name: string;
6919
+ api: "mistral-conversations";
6920
+ provider: string;
6921
+ baseUrl: string;
6922
+ reasoning: true;
6923
+ input: "text"[];
6924
+ cost: {
6925
+ input: number;
6926
+ output: number;
6927
+ cacheRead: number;
6928
+ cacheWrite: number;
6929
+ };
6930
+ contextWindow: number;
6931
+ maxTokens: number;
6932
+ };
6876
6933
  };
6877
6934
  readonly openai: {
6878
6935
  readonly "gpt-4": {
@@ -8783,14 +8840,16 @@ export declare const MODELS: {
8783
8840
  contextWindow: number;
8784
8841
  maxTokens: number;
8785
8842
  };
8786
- readonly "x-preview-f-free": {
8843
+ };
8844
+ readonly "opencode-go": {
8845
+ readonly "deepseek-v4-flash": {
8787
8846
  id: string;
8788
8847
  name: string;
8789
8848
  api: "openai-completions";
8790
8849
  provider: string;
8791
8850
  baseUrl: string;
8792
8851
  reasoning: true;
8793
- input: ("image" | "text")[];
8852
+ input: "text"[];
8794
8853
  cost: {
8795
8854
  input: number;
8796
8855
  output: number;
@@ -8800,16 +8859,14 @@ export declare const MODELS: {
8800
8859
  contextWindow: number;
8801
8860
  maxTokens: number;
8802
8861
  };
8803
- };
8804
- readonly "opencode-go": {
8805
- readonly "deepseek-v4-flash": {
8862
+ readonly "deepseek-v4-flash-vision-exp": {
8806
8863
  id: string;
8807
8864
  name: string;
8808
8865
  api: "openai-completions";
8809
8866
  provider: string;
8810
8867
  baseUrl: string;
8811
8868
  reasoning: true;
8812
- input: "text"[];
8869
+ input: ("image" | "text")[];
8813
8870
  cost: {
8814
8871
  input: number;
8815
8872
  output: number;
@@ -8819,14 +8876,14 @@ export declare const MODELS: {
8819
8876
  contextWindow: number;
8820
8877
  maxTokens: number;
8821
8878
  };
8822
- readonly "deepseek-v4-flash-vision-exp": {
8879
+ readonly "deepseek-v4-pro": {
8823
8880
  id: string;
8824
8881
  name: string;
8825
8882
  api: "openai-completions";
8826
8883
  provider: string;
8827
8884
  baseUrl: string;
8828
8885
  reasoning: true;
8829
- input: ("image" | "text")[];
8886
+ input: "text"[];
8830
8887
  cost: {
8831
8888
  input: number;
8832
8889
  output: number;
@@ -8836,7 +8893,7 @@ export declare const MODELS: {
8836
8893
  contextWindow: number;
8837
8894
  maxTokens: number;
8838
8895
  };
8839
- readonly "deepseek-v4-pro": {
8896
+ readonly "glm-5.1": {
8840
8897
  id: string;
8841
8898
  name: string;
8842
8899
  api: "openai-completions";
@@ -8853,7 +8910,7 @@ export declare const MODELS: {
8853
8910
  contextWindow: number;
8854
8911
  maxTokens: number;
8855
8912
  };
8856
- readonly "glm-5.1": {
8913
+ readonly "glm-5.2": {
8857
8914
  id: string;
8858
8915
  name: string;
8859
8916
  api: "openai-completions";
@@ -8870,7 +8927,7 @@ export declare const MODELS: {
8870
8927
  contextWindow: number;
8871
8928
  maxTokens: number;
8872
8929
  };
8873
- readonly "glm-5.2": {
8930
+ readonly "glm-5.3": {
8874
8931
  id: string;
8875
8932
  name: string;
8876
8933
  api: "openai-completions";
@@ -8887,14 +8944,14 @@ export declare const MODELS: {
8887
8944
  contextWindow: number;
8888
8945
  maxTokens: number;
8889
8946
  };
8890
- readonly "glm-5.3": {
8947
+ readonly "glm-5.3-flash": {
8891
8948
  id: string;
8892
8949
  name: string;
8893
8950
  api: "openai-completions";
8894
8951
  provider: string;
8895
8952
  baseUrl: string;
8896
8953
  reasoning: true;
8897
- input: "text"[];
8954
+ input: ("image" | "text")[];
8898
8955
  cost: {
8899
8956
  input: number;
8900
8957
  output: number;
@@ -9108,23 +9165,6 @@ export declare const MODELS: {
9108
9165
  contextWindow: number;
9109
9166
  maxTokens: number;
9110
9167
  };
9111
- readonly "ox-alpha-free": {
9112
- id: string;
9113
- name: string;
9114
- api: "openai-completions";
9115
- provider: string;
9116
- baseUrl: string;
9117
- reasoning: true;
9118
- input: ("image" | "text")[];
9119
- cost: {
9120
- input: number;
9121
- output: number;
9122
- cacheRead: number;
9123
- cacheWrite: number;
9124
- };
9125
- contextWindow: number;
9126
- maxTokens: number;
9127
- };
9128
9168
  readonly "qwen3.6-plus": {
9129
9169
  id: string;
9130
9170
  name: string;
@@ -10827,6 +10867,23 @@ export declare const MODELS: {
10827
10867
  contextWindow: number;
10828
10868
  maxTokens: number;
10829
10869
  };
10870
+ readonly "inclusionai/ling-3.0-flash-fin:free": {
10871
+ id: string;
10872
+ name: string;
10873
+ api: "openai-completions";
10874
+ provider: string;
10875
+ baseUrl: string;
10876
+ reasoning: true;
10877
+ input: "text"[];
10878
+ cost: {
10879
+ input: number;
10880
+ output: number;
10881
+ cacheRead: number;
10882
+ cacheWrite: number;
10883
+ };
10884
+ contextWindow: number;
10885
+ maxTokens: number;
10886
+ };
10830
10887
  readonly "kwaipilot/kat-coder-air-v2.5": {
10831
10888
  id: string;
10832
10889
  name: string;
@@ -14227,7 +14284,7 @@ export declare const MODELS: {
14227
14284
  contextWindow: number;
14228
14285
  maxTokens: number;
14229
14286
  };
14230
- readonly "qwen/qwen3.8-max": {
14287
+ readonly "qwen/qwen3.8-flash": {
14231
14288
  id: string;
14232
14289
  name: string;
14233
14290
  api: "openai-completions";
@@ -14244,13 +14301,13 @@ export declare const MODELS: {
14244
14301
  contextWindow: number;
14245
14302
  maxTokens: number;
14246
14303
  };
14247
- readonly "rekaai/reka-edge": {
14304
+ readonly "qwen/qwen3.8-max": {
14248
14305
  id: string;
14249
14306
  name: string;
14250
14307
  api: "openai-completions";
14251
14308
  provider: string;
14252
14309
  baseUrl: string;
14253
- reasoning: false;
14310
+ reasoning: true;
14254
14311
  input: ("image" | "text")[];
14255
14312
  cost: {
14256
14313
  input: number;
@@ -14261,14 +14318,14 @@ export declare const MODELS: {
14261
14318
  contextWindow: number;
14262
14319
  maxTokens: number;
14263
14320
  };
14264
- readonly "relace/relace-search": {
14321
+ readonly "rekaai/reka-edge": {
14265
14322
  id: string;
14266
14323
  name: string;
14267
14324
  api: "openai-completions";
14268
14325
  provider: string;
14269
14326
  baseUrl: string;
14270
14327
  reasoning: false;
14271
- input: "text"[];
14328
+ input: ("image" | "text")[];
14272
14329
  cost: {
14273
14330
  input: number;
14274
14331
  output: number;
@@ -14278,14 +14335,14 @@ export declare const MODELS: {
14278
14335
  contextWindow: number;
14279
14336
  maxTokens: number;
14280
14337
  };
14281
- readonly "sakana/fugu-ultra": {
14338
+ readonly "relace/relace-search": {
14282
14339
  id: string;
14283
14340
  name: string;
14284
14341
  api: "openai-completions";
14285
14342
  provider: string;
14286
14343
  baseUrl: string;
14287
- reasoning: true;
14288
- input: ("image" | "text")[];
14344
+ reasoning: false;
14345
+ input: "text"[];
14289
14346
  cost: {
14290
14347
  input: number;
14291
14348
  output: number;
@@ -14295,7 +14352,7 @@ export declare const MODELS: {
14295
14352
  contextWindow: number;
14296
14353
  maxTokens: number;
14297
14354
  };
14298
- readonly "sakana/sakana-namazu": {
14355
+ readonly "sakana/fugu-ultra": {
14299
14356
  id: string;
14300
14357
  name: string;
14301
14358
  api: "openai-completions";
@@ -14312,14 +14369,14 @@ export declare const MODELS: {
14312
14369
  contextWindow: number;
14313
14370
  maxTokens: number;
14314
14371
  };
14315
- readonly "sao10k/l3.1-euryale-70b": {
14372
+ readonly "sakana/sakana-namazu": {
14316
14373
  id: string;
14317
14374
  name: string;
14318
14375
  api: "openai-completions";
14319
14376
  provider: string;
14320
14377
  baseUrl: string;
14321
- reasoning: false;
14322
- input: "text"[];
14378
+ reasoning: true;
14379
+ input: ("image" | "text")[];
14323
14380
  cost: {
14324
14381
  input: number;
14325
14382
  output: number;
@@ -14329,14 +14386,14 @@ export declare const MODELS: {
14329
14386
  contextWindow: number;
14330
14387
  maxTokens: number;
14331
14388
  };
14332
- readonly "stealth/ox-alpha": {
14389
+ readonly "sao10k/l3.1-euryale-70b": {
14333
14390
  id: string;
14334
14391
  name: string;
14335
14392
  api: "openai-completions";
14336
14393
  provider: string;
14337
14394
  baseUrl: string;
14338
- reasoning: true;
14339
- input: ("image" | "text")[];
14395
+ reasoning: false;
14396
+ input: "text"[];
14340
14397
  cost: {
14341
14398
  input: number;
14342
14399
  output: number;
@@ -14856,7 +14913,7 @@ export declare const MODELS: {
14856
14913
  contextWindow: number;
14857
14914
  maxTokens: number;
14858
14915
  };
14859
- readonly "z-ai/glm-5.2:batch": {
14916
+ readonly "z-ai/glm-5.2:free": {
14860
14917
  id: string;
14861
14918
  name: string;
14862
14919
  api: "openai-completions";
@@ -14873,7 +14930,7 @@ export declare const MODELS: {
14873
14930
  contextWindow: number;
14874
14931
  maxTokens: number;
14875
14932
  };
14876
- readonly "z-ai/glm-5.2:free": {
14933
+ readonly "z-ai/glm-5.3": {
14877
14934
  id: string;
14878
14935
  name: string;
14879
14936
  api: "openai-completions";
@@ -14890,14 +14947,14 @@ export declare const MODELS: {
14890
14947
  contextWindow: number;
14891
14948
  maxTokens: number;
14892
14949
  };
14893
- readonly "z-ai/glm-5.3": {
14950
+ readonly "z-ai/glm-5.3-flash": {
14894
14951
  id: string;
14895
14952
  name: string;
14896
14953
  api: "openai-completions";
14897
14954
  provider: string;
14898
14955
  baseUrl: string;
14899
14956
  reasoning: true;
14900
- input: "text"[];
14957
+ input: ("image" | "text")[];
14901
14958
  cost: {
14902
14959
  input: number;
14903
14960
  output: number;
@@ -15589,6 +15646,23 @@ export declare const MODELS: {
15589
15646
  contextWindow: number;
15590
15647
  maxTokens: number;
15591
15648
  };
15649
+ readonly "alibaba/qwen3.8-flash": {
15650
+ id: string;
15651
+ name: string;
15652
+ api: "anthropic-messages";
15653
+ provider: string;
15654
+ baseUrl: string;
15655
+ reasoning: true;
15656
+ input: ("image" | "text")[];
15657
+ cost: {
15658
+ input: number;
15659
+ output: number;
15660
+ cacheRead: number;
15661
+ cacheWrite: number;
15662
+ };
15663
+ contextWindow: number;
15664
+ maxTokens: number;
15665
+ };
15592
15666
  readonly "alibaba/qwen3.8-max": {
15593
15667
  id: string;
15594
15668
  name: string;
@@ -16439,6 +16513,40 @@ export declare const MODELS: {
16439
16513
  contextWindow: number;
16440
16514
  maxTokens: number;
16441
16515
  };
16516
+ readonly "inclusionai/ling-3.0-flash-fin": {
16517
+ id: string;
16518
+ name: string;
16519
+ api: "anthropic-messages";
16520
+ provider: string;
16521
+ baseUrl: string;
16522
+ reasoning: true;
16523
+ input: "text"[];
16524
+ cost: {
16525
+ input: number;
16526
+ output: number;
16527
+ cacheRead: number;
16528
+ cacheWrite: number;
16529
+ };
16530
+ contextWindow: number;
16531
+ maxTokens: number;
16532
+ };
16533
+ readonly "inclusionai/ling-3.0-flash-fin-free": {
16534
+ id: string;
16535
+ name: string;
16536
+ api: "anthropic-messages";
16537
+ provider: string;
16538
+ baseUrl: string;
16539
+ reasoning: true;
16540
+ input: "text"[];
16541
+ cost: {
16542
+ input: number;
16543
+ output: number;
16544
+ cacheRead: number;
16545
+ cacheWrite: number;
16546
+ };
16547
+ contextWindow: number;
16548
+ maxTokens: number;
16549
+ };
16442
16550
  readonly "interfaze/interfaze-beta": {
16443
16551
  id: string;
16444
16552
  name: string;
@@ -18853,6 +18961,23 @@ export declare const MODELS: {
18853
18961
  contextWindow: number;
18854
18962
  maxTokens: number;
18855
18963
  };
18964
+ readonly "zai/glm-5.3-flash": {
18965
+ id: string;
18966
+ name: string;
18967
+ api: "anthropic-messages";
18968
+ provider: string;
18969
+ baseUrl: string;
18970
+ reasoning: true;
18971
+ input: ("image" | "text")[];
18972
+ cost: {
18973
+ input: number;
18974
+ output: number;
18975
+ cacheRead: number;
18976
+ cacheWrite: number;
18977
+ };
18978
+ contextWindow: number;
18979
+ maxTokens: number;
18980
+ };
18856
18981
  readonly "zai/glm-5v-turbo": {
18857
18982
  id: string;
18858
18983
  name: string;