@dreb/ai 2.64.2 → 2.64.4

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.
@@ -2894,6 +2894,23 @@ export declare const MODELS: {
2894
2894
  contextWindow: number;
2895
2895
  maxTokens: number;
2896
2896
  };
2897
+ readonly "gpt-6-astra": {
2898
+ id: string;
2899
+ name: string;
2900
+ api: "azure-openai-responses";
2901
+ provider: string;
2902
+ baseUrl: string;
2903
+ reasoning: true;
2904
+ input: ("image" | "text")[];
2905
+ cost: {
2906
+ input: number;
2907
+ output: number;
2908
+ cacheRead: number;
2909
+ cacheWrite: number;
2910
+ };
2911
+ contextWindow: number;
2912
+ maxTokens: number;
2913
+ };
2897
2914
  readonly "gpt-realtime-2.1": {
2898
2915
  id: string;
2899
2916
  name: string;
@@ -3574,6 +3591,34 @@ export declare const MODELS: {
3574
3591
  contextWindow: number;
3575
3592
  maxTokens: number;
3576
3593
  };
3594
+ readonly "gpt-6-astra": {
3595
+ id: string;
3596
+ name: string;
3597
+ api: "openai-completions";
3598
+ provider: string;
3599
+ baseUrl: string;
3600
+ headers: {
3601
+ "User-Agent": string;
3602
+ "Editor-Version": string;
3603
+ "Editor-Plugin-Version": string;
3604
+ "Copilot-Integration-Id": string;
3605
+ };
3606
+ compat: {
3607
+ supportsStore: false;
3608
+ supportsDeveloperRole: false;
3609
+ supportsReasoningEffort: false;
3610
+ };
3611
+ reasoning: true;
3612
+ input: ("image" | "text")[];
3613
+ cost: {
3614
+ input: number;
3615
+ output: number;
3616
+ cacheRead: number;
3617
+ cacheWrite: number;
3618
+ };
3619
+ contextWindow: number;
3620
+ maxTokens: number;
3621
+ };
3577
3622
  readonly "grok-4.5": {
3578
3623
  id: string;
3579
3624
  name: string;
@@ -7497,6 +7542,23 @@ export declare const MODELS: {
7497
7542
  contextWindow: number;
7498
7543
  maxTokens: number;
7499
7544
  };
7545
+ readonly "gpt-6-astra": {
7546
+ id: string;
7547
+ name: string;
7548
+ api: "openai-responses";
7549
+ provider: string;
7550
+ baseUrl: string;
7551
+ reasoning: true;
7552
+ input: ("image" | "text")[];
7553
+ cost: {
7554
+ input: number;
7555
+ output: number;
7556
+ cacheRead: number;
7557
+ cacheWrite: number;
7558
+ };
7559
+ contextWindow: number;
7560
+ maxTokens: number;
7561
+ };
7500
7562
  readonly "gpt-realtime-2.1": {
7501
7563
  id: string;
7502
7564
  name: string;
@@ -8045,6 +8107,23 @@ export declare const MODELS: {
8045
8107
  contextWindow: number;
8046
8108
  maxTokens: number;
8047
8109
  };
8110
+ readonly "deepseek-v4-flash-vision-exp": {
8111
+ id: string;
8112
+ name: string;
8113
+ api: "openai-completions";
8114
+ provider: string;
8115
+ baseUrl: string;
8116
+ reasoning: true;
8117
+ input: ("image" | "text")[];
8118
+ cost: {
8119
+ input: number;
8120
+ output: number;
8121
+ cacheRead: number;
8122
+ cacheWrite: number;
8123
+ };
8124
+ contextWindow: number;
8125
+ maxTokens: number;
8126
+ };
8048
8127
  readonly "deepseek-v4-pro": {
8049
8128
  id: string;
8050
8129
  name: string;
@@ -8232,6 +8311,40 @@ export declare const MODELS: {
8232
8311
  contextWindow: number;
8233
8312
  maxTokens: number;
8234
8313
  };
8314
+ readonly "glm-5.3": {
8315
+ id: string;
8316
+ name: string;
8317
+ api: "openai-completions";
8318
+ provider: string;
8319
+ baseUrl: string;
8320
+ reasoning: true;
8321
+ input: "text"[];
8322
+ cost: {
8323
+ input: number;
8324
+ output: number;
8325
+ cacheRead: number;
8326
+ cacheWrite: number;
8327
+ };
8328
+ contextWindow: number;
8329
+ maxTokens: number;
8330
+ };
8331
+ readonly "glm-5.3-flash": {
8332
+ id: string;
8333
+ name: string;
8334
+ api: "openai-completions";
8335
+ provider: string;
8336
+ baseUrl: string;
8337
+ reasoning: true;
8338
+ input: ("image" | "text")[];
8339
+ cost: {
8340
+ input: number;
8341
+ output: number;
8342
+ cacheRead: number;
8343
+ cacheWrite: number;
8344
+ };
8345
+ contextWindow: number;
8346
+ maxTokens: number;
8347
+ };
8235
8348
  readonly "gpt-5": {
8236
8349
  id: string;
8237
8350
  name: string;
@@ -8555,6 +8668,23 @@ export declare const MODELS: {
8555
8668
  contextWindow: number;
8556
8669
  maxTokens: number;
8557
8670
  };
8671
+ readonly "gpt-6-astra": {
8672
+ id: string;
8673
+ name: string;
8674
+ api: "openai-responses";
8675
+ provider: string;
8676
+ baseUrl: string;
8677
+ reasoning: true;
8678
+ input: ("image" | "text")[];
8679
+ cost: {
8680
+ input: number;
8681
+ output: number;
8682
+ cacheRead: number;
8683
+ cacheWrite: number;
8684
+ };
8685
+ contextWindow: number;
8686
+ maxTokens: number;
8687
+ };
8558
8688
  readonly "grok-4.5": {
8559
8689
  id: string;
8560
8690
  name: string;
@@ -8793,6 +8923,23 @@ export declare const MODELS: {
8793
8923
  contextWindow: number;
8794
8924
  maxTokens: number;
8795
8925
  };
8926
+ readonly "muse-spark-1.3": {
8927
+ id: string;
8928
+ name: string;
8929
+ api: "openai-responses";
8930
+ provider: string;
8931
+ baseUrl: string;
8932
+ reasoning: true;
8933
+ input: ("image" | "text")[];
8934
+ cost: {
8935
+ input: number;
8936
+ output: number;
8937
+ cacheRead: number;
8938
+ cacheWrite: number;
8939
+ };
8940
+ contextWindow: number;
8941
+ maxTokens: number;
8942
+ };
8796
8943
  readonly "muse-spark-1.3-contributor-free": {
8797
8944
  id: string;
8798
8945
  name: string;
@@ -10973,13 +11120,13 @@ export declare const MODELS: {
10973
11120
  contextWindow: number;
10974
11121
  maxTokens: number;
10975
11122
  };
10976
- readonly "ibm-granite/granite-4.1-8b": {
11123
+ readonly "ibm-granite/granite-4.2-8b": {
10977
11124
  id: string;
10978
11125
  name: string;
10979
11126
  api: "openai-completions";
10980
11127
  provider: string;
10981
11128
  baseUrl: string;
10982
- reasoning: false;
11129
+ reasoning: true;
10983
11130
  input: "text"[];
10984
11131
  cost: {
10985
11132
  input: number;
@@ -10990,7 +11137,7 @@ export declare const MODELS: {
10990
11137
  contextWindow: number;
10991
11138
  maxTokens: number;
10992
11139
  };
10993
- readonly "ibm-granite/granite-4.2-8b": {
11140
+ readonly "inception/mercury-2": {
10994
11141
  id: string;
10995
11142
  name: string;
10996
11143
  api: "openai-completions";
@@ -11007,7 +11154,7 @@ export declare const MODELS: {
11007
11154
  contextWindow: number;
11008
11155
  maxTokens: number;
11009
11156
  };
11010
- readonly "inception/mercury-2": {
11157
+ readonly "inception/mercury-2.5-preview": {
11011
11158
  id: string;
11012
11159
  name: string;
11013
11160
  api: "openai-completions";
@@ -11024,7 +11171,7 @@ export declare const MODELS: {
11024
11171
  contextWindow: number;
11025
11172
  maxTokens: number;
11026
11173
  };
11027
- readonly "inception/mercury-2.5-preview": {
11174
+ readonly "inclusionai/ling-3.0-flash": {
11028
11175
  id: string;
11029
11176
  name: string;
11030
11177
  api: "openai-completions";
@@ -11041,7 +11188,7 @@ export declare const MODELS: {
11041
11188
  contextWindow: number;
11042
11189
  maxTokens: number;
11043
11190
  };
11044
- readonly "inclusionai/ling-3.0-flash": {
11191
+ readonly "inclusionai/ling-3.0-flash-fin": {
11045
11192
  id: string;
11046
11193
  name: string;
11047
11194
  api: "openai-completions";
@@ -11058,7 +11205,7 @@ export declare const MODELS: {
11058
11205
  contextWindow: number;
11059
11206
  maxTokens: number;
11060
11207
  };
11061
- readonly "inclusionai/ling-3.0-flash-fin": {
11208
+ readonly "inclusionai/ling-3.0-flash-fin:free": {
11062
11209
  id: string;
11063
11210
  name: string;
11064
11211
  api: "openai-completions";
@@ -11075,7 +11222,7 @@ export declare const MODELS: {
11075
11222
  contextWindow: number;
11076
11223
  maxTokens: number;
11077
11224
  };
11078
- readonly "inclusionai/ling-3.0-flash-fin:free": {
11225
+ readonly "inclusionai/ling-3.0-flash-sante:free": {
11079
11226
  id: string;
11080
11227
  name: string;
11081
11228
  api: "openai-completions";
@@ -13251,6 +13398,74 @@ export declare const MODELS: {
13251
13398
  contextWindow: number;
13252
13399
  maxTokens: number;
13253
13400
  };
13401
+ readonly "openai/gpt-6-astra": {
13402
+ id: string;
13403
+ name: string;
13404
+ api: "openai-completions";
13405
+ provider: string;
13406
+ baseUrl: string;
13407
+ reasoning: true;
13408
+ input: ("image" | "text")[];
13409
+ cost: {
13410
+ input: number;
13411
+ output: number;
13412
+ cacheRead: number;
13413
+ cacheWrite: number;
13414
+ };
13415
+ contextWindow: number;
13416
+ maxTokens: number;
13417
+ };
13418
+ readonly "openai/gpt-6-astra-pro": {
13419
+ id: string;
13420
+ name: string;
13421
+ api: "openai-completions";
13422
+ provider: string;
13423
+ baseUrl: string;
13424
+ reasoning: true;
13425
+ input: ("image" | "text")[];
13426
+ cost: {
13427
+ input: number;
13428
+ output: number;
13429
+ cacheRead: number;
13430
+ cacheWrite: number;
13431
+ };
13432
+ contextWindow: number;
13433
+ maxTokens: number;
13434
+ };
13435
+ readonly "openai/gpt-6-astra-pro:batch": {
13436
+ id: string;
13437
+ name: string;
13438
+ api: "openai-completions";
13439
+ provider: string;
13440
+ baseUrl: string;
13441
+ reasoning: true;
13442
+ input: ("image" | "text")[];
13443
+ cost: {
13444
+ input: number;
13445
+ output: number;
13446
+ cacheRead: number;
13447
+ cacheWrite: number;
13448
+ };
13449
+ contextWindow: number;
13450
+ maxTokens: number;
13451
+ };
13452
+ readonly "openai/gpt-6-astra:batch": {
13453
+ id: string;
13454
+ name: string;
13455
+ api: "openai-completions";
13456
+ provider: string;
13457
+ baseUrl: string;
13458
+ reasoning: true;
13459
+ input: ("image" | "text")[];
13460
+ cost: {
13461
+ input: number;
13462
+ output: number;
13463
+ cacheRead: number;
13464
+ cacheWrite: number;
13465
+ };
13466
+ contextWindow: number;
13467
+ maxTokens: number;
13468
+ };
13254
13469
  readonly "openai/gpt-audio": {
13255
13470
  id: string;
13256
13471
  name: string;
@@ -14509,7 +14724,7 @@ export declare const MODELS: {
14509
14724
  contextWindow: number;
14510
14725
  maxTokens: number;
14511
14726
  };
14512
- readonly "qwen/qwen3.8-max": {
14727
+ readonly "qwen/qwen3.8-max-0902": {
14513
14728
  id: string;
14514
14729
  name: string;
14515
14730
  api: "openai-completions";
@@ -16891,6 +17106,40 @@ export declare const MODELS: {
16891
17106
  contextWindow: number;
16892
17107
  maxTokens: number;
16893
17108
  };
17109
+ readonly "inclusionai/ling-3.0-flash-sante": {
17110
+ id: string;
17111
+ name: string;
17112
+ api: "anthropic-messages";
17113
+ provider: string;
17114
+ baseUrl: string;
17115
+ reasoning: true;
17116
+ input: "text"[];
17117
+ cost: {
17118
+ input: number;
17119
+ output: number;
17120
+ cacheRead: number;
17121
+ cacheWrite: number;
17122
+ };
17123
+ contextWindow: number;
17124
+ maxTokens: number;
17125
+ };
17126
+ readonly "inclusionai/ling-3.0-flash-sante-free": {
17127
+ id: string;
17128
+ name: string;
17129
+ api: "anthropic-messages";
17130
+ provider: string;
17131
+ baseUrl: string;
17132
+ reasoning: true;
17133
+ input: "text"[];
17134
+ cost: {
17135
+ input: number;
17136
+ output: number;
17137
+ cacheRead: number;
17138
+ cacheWrite: number;
17139
+ };
17140
+ contextWindow: number;
17141
+ maxTokens: number;
17142
+ };
16894
17143
  readonly "interfaze/interfaze-beta": {
16895
17144
  id: string;
16896
17145
  name: string;
@@ -18540,6 +18789,40 @@ export declare const MODELS: {
18540
18789
  contextWindow: number;
18541
18790
  maxTokens: number;
18542
18791
  };
18792
+ readonly "openai/gpt-6-astra": {
18793
+ id: string;
18794
+ name: string;
18795
+ api: "anthropic-messages";
18796
+ provider: string;
18797
+ baseUrl: string;
18798
+ reasoning: true;
18799
+ input: ("image" | "text")[];
18800
+ cost: {
18801
+ input: number;
18802
+ output: number;
18803
+ cacheRead: number;
18804
+ cacheWrite: number;
18805
+ };
18806
+ contextWindow: number;
18807
+ maxTokens: number;
18808
+ };
18809
+ readonly "openai/gpt-6-astra-fast": {
18810
+ id: string;
18811
+ name: string;
18812
+ api: "anthropic-messages";
18813
+ provider: string;
18814
+ baseUrl: string;
18815
+ reasoning: true;
18816
+ input: ("image" | "text")[];
18817
+ cost: {
18818
+ input: number;
18819
+ output: number;
18820
+ cacheRead: number;
18821
+ cacheWrite: number;
18822
+ };
18823
+ contextWindow: number;
18824
+ maxTokens: number;
18825
+ };
18543
18826
  readonly "openai/gpt-oss-120b": {
18544
18827
  id: string;
18545
18828
  name: string;