@dreb/ai 2.63.0 → 2.64.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.
@@ -10272,6 +10272,23 @@ export declare const MODELS: {
10272
10272
  contextWindow: number;
10273
10273
  maxTokens: number;
10274
10274
  };
10275
+ readonly "deepseek/deepseek-v4-flash-0731:batch": {
10276
+ id: string;
10277
+ name: string;
10278
+ api: "openai-completions";
10279
+ provider: string;
10280
+ baseUrl: string;
10281
+ reasoning: true;
10282
+ input: "text"[];
10283
+ cost: {
10284
+ input: number;
10285
+ output: number;
10286
+ cacheRead: number;
10287
+ cacheWrite: number;
10288
+ };
10289
+ contextWindow: number;
10290
+ maxTokens: number;
10291
+ };
10275
10292
  readonly "deepseek/deepseek-v4-flash-vision-exp": {
10276
10293
  id: string;
10277
10294
  name: string;
@@ -10323,6 +10340,23 @@ export declare const MODELS: {
10323
10340
  contextWindow: number;
10324
10341
  maxTokens: number;
10325
10342
  };
10343
+ readonly "deepseek/deepseek-v4-pro-0813:batch": {
10344
+ id: string;
10345
+ name: string;
10346
+ api: "openai-completions";
10347
+ provider: string;
10348
+ baseUrl: string;
10349
+ reasoning: true;
10350
+ input: "text"[];
10351
+ cost: {
10352
+ input: number;
10353
+ output: number;
10354
+ cacheRead: number;
10355
+ cacheWrite: number;
10356
+ };
10357
+ contextWindow: number;
10358
+ maxTokens: number;
10359
+ };
10326
10360
  readonly "dots-studio/dots-3-note-preview:free": {
10327
10361
  id: string;
10328
10362
  name: string;
@@ -10850,6 +10884,23 @@ export declare const MODELS: {
10850
10884
  contextWindow: number;
10851
10885
  maxTokens: number;
10852
10886
  };
10887
+ readonly "google/gemma-4-31b-it:batch": {
10888
+ id: string;
10889
+ name: string;
10890
+ api: "openai-completions";
10891
+ provider: string;
10892
+ baseUrl: string;
10893
+ reasoning: true;
10894
+ input: ("image" | "text")[];
10895
+ cost: {
10896
+ input: number;
10897
+ output: number;
10898
+ cacheRead: number;
10899
+ cacheWrite: number;
10900
+ };
10901
+ contextWindow: number;
10902
+ maxTokens: number;
10903
+ };
10853
10904
  readonly "google/gemma-4-31b-it:free": {
10854
10905
  id: string;
10855
10906
  name: string;
@@ -11122,6 +11173,23 @@ export declare const MODELS: {
11122
11173
  contextWindow: number;
11123
11174
  maxTokens: number;
11124
11175
  };
11176
+ readonly "meta/muse-glimmer-30b:batch": {
11177
+ id: string;
11178
+ name: string;
11179
+ api: "openai-completions";
11180
+ provider: string;
11181
+ baseUrl: string;
11182
+ reasoning: true;
11183
+ input: ("image" | "text")[];
11184
+ cost: {
11185
+ input: number;
11186
+ output: number;
11187
+ cacheRead: number;
11188
+ cacheWrite: number;
11189
+ };
11190
+ contextWindow: number;
11191
+ maxTokens: number;
11192
+ };
11125
11193
  readonly "meta/muse-spark-1.1": {
11126
11194
  id: string;
11127
11195
  name: string;
@@ -11836,6 +11904,23 @@ export declare const MODELS: {
11836
11904
  contextWindow: number;
11837
11905
  maxTokens: number;
11838
11906
  };
11907
+ readonly "moonshotai/kimi-k3:batch": {
11908
+ id: string;
11909
+ name: string;
11910
+ api: "openai-completions";
11911
+ provider: string;
11912
+ baseUrl: string;
11913
+ reasoning: true;
11914
+ input: ("image" | "text")[];
11915
+ cost: {
11916
+ input: number;
11917
+ output: number;
11918
+ cacheRead: number;
11919
+ cacheWrite: number;
11920
+ };
11921
+ contextWindow: number;
11922
+ maxTokens: number;
11923
+ };
11839
11924
  readonly "nex-agi/nex-n2-mini": {
11840
11925
  id: string;
11841
11926
  name: string;
@@ -12771,6 +12856,23 @@ export declare const MODELS: {
12771
12856
  contextWindow: number;
12772
12857
  maxTokens: number;
12773
12858
  };
12859
+ readonly "openai/gpt-oss-120b:batch": {
12860
+ id: string;
12861
+ name: string;
12862
+ api: "openai-completions";
12863
+ provider: string;
12864
+ baseUrl: string;
12865
+ reasoning: true;
12866
+ input: "text"[];
12867
+ cost: {
12868
+ input: number;
12869
+ output: number;
12870
+ cacheRead: number;
12871
+ cacheWrite: number;
12872
+ };
12873
+ contextWindow: number;
12874
+ maxTokens: number;
12875
+ };
12774
12876
  readonly "openai/gpt-oss-20b": {
12775
12877
  id: string;
12776
12878
  name: string;
@@ -13621,6 +13723,23 @@ export declare const MODELS: {
13621
13723
  contextWindow: number;
13622
13724
  maxTokens: number;
13623
13725
  };
13726
+ readonly "qwen/qwen3.5-9b:batch": {
13727
+ id: string;
13728
+ name: string;
13729
+ api: "openai-completions";
13730
+ provider: string;
13731
+ baseUrl: string;
13732
+ reasoning: true;
13733
+ input: ("image" | "text")[];
13734
+ cost: {
13735
+ input: number;
13736
+ output: number;
13737
+ cacheRead: number;
13738
+ cacheWrite: number;
13739
+ };
13740
+ contextWindow: number;
13741
+ maxTokens: number;
13742
+ };
13624
13743
  readonly "qwen/qwen3.5-flash-02-23": {
13625
13744
  id: string;
13626
13745
  name: string;
@@ -14114,6 +14233,23 @@ export declare const MODELS: {
14114
14233
  contextWindow: number;
14115
14234
  maxTokens: number;
14116
14235
  };
14236
+ readonly "thinkingmachines/inkling-small:batch": {
14237
+ id: string;
14238
+ name: string;
14239
+ api: "openai-completions";
14240
+ provider: string;
14241
+ baseUrl: string;
14242
+ reasoning: true;
14243
+ input: ("image" | "text")[];
14244
+ cost: {
14245
+ input: number;
14246
+ output: number;
14247
+ cacheRead: number;
14248
+ cacheWrite: number;
14249
+ };
14250
+ contextWindow: number;
14251
+ maxTokens: number;
14252
+ };
14117
14253
  readonly "thinkingmachines/inkling-small:free": {
14118
14254
  id: string;
14119
14255
  name: string;
@@ -14556,6 +14692,23 @@ export declare const MODELS: {
14556
14692
  contextWindow: number;
14557
14693
  maxTokens: number;
14558
14694
  };
14695
+ readonly "z-ai/glm-5.3-flash:batch": {
14696
+ id: string;
14697
+ name: string;
14698
+ api: "openai-completions";
14699
+ provider: string;
14700
+ baseUrl: string;
14701
+ reasoning: true;
14702
+ input: ("image" | "text")[];
14703
+ cost: {
14704
+ input: number;
14705
+ output: number;
14706
+ cacheRead: number;
14707
+ cacheWrite: number;
14708
+ };
14709
+ contextWindow: number;
14710
+ maxTokens: number;
14711
+ };
14559
14712
  readonly "z-ai/glm-5v-turbo": {
14560
14713
  id: string;
14561
14714
  name: string;