@dreb/ai 2.30.0 → 2.31.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.
@@ -3349,34 +3349,6 @@ export declare const MODELS: {
3349
3349
  contextWindow: number;
3350
3350
  maxTokens: number;
3351
3351
  };
3352
- readonly "raptor-mini": {
3353
- id: string;
3354
- name: string;
3355
- api: "openai-completions";
3356
- provider: string;
3357
- baseUrl: string;
3358
- headers: {
3359
- "User-Agent": string;
3360
- "Editor-Version": string;
3361
- "Editor-Plugin-Version": string;
3362
- "Copilot-Integration-Id": string;
3363
- };
3364
- compat: {
3365
- supportsStore: false;
3366
- supportsDeveloperRole: false;
3367
- supportsReasoningEffort: false;
3368
- };
3369
- reasoning: true;
3370
- input: ("image" | "text")[];
3371
- cost: {
3372
- input: number;
3373
- output: number;
3374
- cacheRead: number;
3375
- cacheWrite: number;
3376
- };
3377
- contextWindow: number;
3378
- maxTokens: number;
3379
- };
3380
3352
  };
3381
3353
  readonly google: {
3382
3354
  readonly "gemini-2.0-flash": {
@@ -7013,7 +6985,7 @@ export declare const MODELS: {
7013
6985
  contextWindow: number;
7014
6986
  maxTokens: number;
7015
6987
  };
7016
- readonly "glm-5": {
6988
+ readonly "glm-5.1": {
7017
6989
  id: string;
7018
6990
  name: string;
7019
6991
  api: "openai-completions";
@@ -7030,7 +7002,7 @@ export declare const MODELS: {
7030
7002
  contextWindow: number;
7031
7003
  maxTokens: number;
7032
7004
  };
7033
- readonly "glm-5.1": {
7005
+ readonly "glm-5.2": {
7034
7006
  id: string;
7035
7007
  name: string;
7036
7008
  api: "openai-completions";
@@ -7746,6 +7718,23 @@ export declare const MODELS: {
7746
7718
  contextWindow: number;
7747
7719
  maxTokens: number;
7748
7720
  };
7721
+ readonly "cohere/north-mini-code:free": {
7722
+ id: string;
7723
+ name: string;
7724
+ api: "openai-completions";
7725
+ provider: string;
7726
+ baseUrl: string;
7727
+ reasoning: true;
7728
+ input: "text"[];
7729
+ cost: {
7730
+ input: number;
7731
+ output: number;
7732
+ cacheRead: number;
7733
+ cacheWrite: number;
7734
+ };
7735
+ contextWindow: number;
7736
+ maxTokens: number;
7737
+ };
7749
7738
  readonly "deepseek/deepseek-chat": {
7750
7739
  id: string;
7751
7740
  name: string;
@@ -8052,6 +8041,23 @@ export declare const MODELS: {
8052
8041
  contextWindow: number;
8053
8042
  maxTokens: number;
8054
8043
  };
8044
+ readonly "google/gemini-3-pro-image": {
8045
+ id: string;
8046
+ name: string;
8047
+ api: "openai-completions";
8048
+ provider: string;
8049
+ baseUrl: string;
8050
+ reasoning: true;
8051
+ input: ("image" | "text")[];
8052
+ cost: {
8053
+ input: number;
8054
+ output: number;
8055
+ cacheRead: number;
8056
+ cacheWrite: number;
8057
+ };
8058
+ contextWindow: number;
8059
+ maxTokens: number;
8060
+ };
8055
8061
  readonly "google/gemini-3.1-flash-lite": {
8056
8062
  id: string;
8057
8063
  name: string;
@@ -8341,6 +8347,23 @@ export declare const MODELS: {
8341
8347
  contextWindow: number;
8342
8348
  maxTokens: number;
8343
8349
  };
8350
+ readonly "liquid/lfm-2.5-1.2b-thinking:free": {
8351
+ id: string;
8352
+ name: string;
8353
+ api: "openai-completions";
8354
+ provider: string;
8355
+ baseUrl: string;
8356
+ reasoning: true;
8357
+ input: "text"[];
8358
+ cost: {
8359
+ input: number;
8360
+ output: number;
8361
+ cacheRead: number;
8362
+ cacheWrite: number;
8363
+ };
8364
+ contextWindow: number;
8365
+ maxTokens: number;
8366
+ };
8344
8367
  readonly "meta-llama/llama-3.1-70b-instruct": {
8345
8368
  id: string;
8346
8369
  name: string;
@@ -10092,6 +10115,23 @@ export declare const MODELS: {
10092
10115
  contextWindow: number;
10093
10116
  maxTokens: number;
10094
10117
  };
10118
+ readonly "poolside/laguna-m.1": {
10119
+ id: string;
10120
+ name: string;
10121
+ api: "openai-completions";
10122
+ provider: string;
10123
+ baseUrl: string;
10124
+ reasoning: true;
10125
+ input: "text"[];
10126
+ cost: {
10127
+ input: number;
10128
+ output: number;
10129
+ cacheRead: number;
10130
+ cacheWrite: number;
10131
+ };
10132
+ contextWindow: number;
10133
+ maxTokens: number;
10134
+ };
10095
10135
  readonly "poolside/laguna-m.1:free": {
10096
10136
  id: string;
10097
10137
  name: string;
@@ -10109,6 +10149,23 @@ export declare const MODELS: {
10109
10149
  contextWindow: number;
10110
10150
  maxTokens: number;
10111
10151
  };
10152
+ readonly "poolside/laguna-xs.2": {
10153
+ id: string;
10154
+ name: string;
10155
+ api: "openai-completions";
10156
+ provider: string;
10157
+ baseUrl: string;
10158
+ reasoning: true;
10159
+ input: "text"[];
10160
+ cost: {
10161
+ input: number;
10162
+ output: number;
10163
+ cacheRead: number;
10164
+ cacheWrite: number;
10165
+ };
10166
+ contextWindow: number;
10167
+ maxTokens: number;
10168
+ };
10112
10169
  readonly "poolside/laguna-xs.2:free": {
10113
10170
  id: string;
10114
10171
  name: string;
@@ -10160,6 +10217,23 @@ export declare const MODELS: {
10160
10217
  contextWindow: number;
10161
10218
  maxTokens: number;
10162
10219
  };
10220
+ readonly "qwen/qwen-2.5-7b-instruct": {
10221
+ id: string;
10222
+ name: string;
10223
+ api: "openai-completions";
10224
+ provider: string;
10225
+ baseUrl: string;
10226
+ reasoning: false;
10227
+ input: "text"[];
10228
+ cost: {
10229
+ input: number;
10230
+ output: number;
10231
+ cacheRead: number;
10232
+ cacheWrite: number;
10233
+ };
10234
+ contextWindow: number;
10235
+ maxTokens: number;
10236
+ };
10163
10237
  readonly "qwen/qwen-plus": {
10164
10238
  id: string;
10165
10239
  name: string;
@@ -11129,23 +11203,6 @@ export declare const MODELS: {
11129
11203
  contextWindow: number;
11130
11204
  maxTokens: number;
11131
11205
  };
11132
- readonly "xiaomi/mimo-v2-flash": {
11133
- id: string;
11134
- name: string;
11135
- api: "openai-completions";
11136
- provider: string;
11137
- baseUrl: string;
11138
- reasoning: true;
11139
- input: "text"[];
11140
- cost: {
11141
- input: number;
11142
- output: number;
11143
- cacheRead: number;
11144
- cacheWrite: number;
11145
- };
11146
- contextWindow: number;
11147
- maxTokens: number;
11148
- };
11149
11206
  readonly "xiaomi/mimo-v2.5": {
11150
11207
  id: string;
11151
11208
  name: string;
@@ -11350,6 +11407,23 @@ export declare const MODELS: {
11350
11407
  contextWindow: number;
11351
11408
  maxTokens: number;
11352
11409
  };
11410
+ readonly "z-ai/glm-5.2": {
11411
+ id: string;
11412
+ name: string;
11413
+ api: "openai-completions";
11414
+ provider: string;
11415
+ baseUrl: string;
11416
+ reasoning: true;
11417
+ input: "text"[];
11418
+ cost: {
11419
+ input: number;
11420
+ output: number;
11421
+ cacheRead: number;
11422
+ cacheWrite: number;
11423
+ };
11424
+ contextWindow: number;
11425
+ maxTokens: number;
11426
+ };
11353
11427
  readonly "~anthropic/claude-fable-latest": {
11354
11428
  id: string;
11355
11429
  name: string;
@@ -14327,6 +14401,23 @@ export declare const MODELS: {
14327
14401
  contextWindow: number;
14328
14402
  maxTokens: number;
14329
14403
  };
14404
+ readonly "zai/glm-5.2": {
14405
+ id: string;
14406
+ name: string;
14407
+ api: "anthropic-messages";
14408
+ provider: string;
14409
+ baseUrl: string;
14410
+ reasoning: true;
14411
+ input: "text"[];
14412
+ cost: {
14413
+ input: number;
14414
+ output: number;
14415
+ cacheRead: number;
14416
+ cacheWrite: number;
14417
+ };
14418
+ contextWindow: number;
14419
+ maxTokens: number;
14420
+ };
14330
14421
  readonly "zai/glm-5v-turbo": {
14331
14422
  id: string;
14332
14423
  name: string;