@dreb/ai 2.45.2 → 2.45.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.
@@ -8127,6 +8127,23 @@ export declare const MODELS: {
8127
8127
  contextWindow: number;
8128
8128
  maxTokens: number;
8129
8129
  };
8130
+ readonly "kimi-k3": {
8131
+ id: string;
8132
+ name: string;
8133
+ api: "openai-completions";
8134
+ provider: string;
8135
+ baseUrl: string;
8136
+ reasoning: true;
8137
+ input: ("image" | "text")[];
8138
+ cost: {
8139
+ input: number;
8140
+ output: number;
8141
+ cacheRead: number;
8142
+ cacheWrite: number;
8143
+ };
8144
+ contextWindow: number;
8145
+ maxTokens: number;
8146
+ };
8130
8147
  readonly "laguna-s-2.1-free": {
8131
8148
  id: string;
8132
8149
  name: string;
@@ -13862,23 +13879,6 @@ export declare const MODELS: {
13862
13879
  contextWindow: number;
13863
13880
  maxTokens: number;
13864
13881
  };
13865
- readonly "anthropic/claude-opus-4.7-fast": {
13866
- id: string;
13867
- name: string;
13868
- api: "anthropic-messages";
13869
- provider: string;
13870
- baseUrl: string;
13871
- reasoning: true;
13872
- input: ("image" | "text")[];
13873
- cost: {
13874
- input: number;
13875
- output: number;
13876
- cacheRead: number;
13877
- cacheWrite: number;
13878
- };
13879
- contextWindow: number;
13880
- maxTokens: number;
13881
- };
13882
13882
  readonly "anthropic/claude-opus-4.8": {
13883
13883
  id: string;
13884
13884
  name: string;
@@ -14338,23 +14338,6 @@ export declare const MODELS: {
14338
14338
  contextWindow: number;
14339
14339
  maxTokens: number;
14340
14340
  };
14341
- readonly "google/gemini-3.1-flash-lite-preview": {
14342
- id: string;
14343
- name: string;
14344
- api: "anthropic-messages";
14345
- provider: string;
14346
- baseUrl: string;
14347
- reasoning: true;
14348
- input: ("image" | "text")[];
14349
- cost: {
14350
- input: number;
14351
- output: number;
14352
- cacheRead: number;
14353
- cacheWrite: number;
14354
- };
14355
- contextWindow: number;
14356
- maxTokens: number;
14357
- };
14358
14341
  readonly "google/gemini-3.1-pro-preview": {
14359
14342
  id: string;
14360
14343
  name: string;
@@ -15188,6 +15171,23 @@ export declare const MODELS: {
15188
15171
  contextWindow: number;
15189
15172
  maxTokens: number;
15190
15173
  };
15174
+ readonly "moonshotai/kimi-k3-fast": {
15175
+ id: string;
15176
+ name: string;
15177
+ api: "anthropic-messages";
15178
+ provider: string;
15179
+ baseUrl: string;
15180
+ reasoning: true;
15181
+ input: ("image" | "text")[];
15182
+ cost: {
15183
+ input: number;
15184
+ output: number;
15185
+ cacheRead: number;
15186
+ cacheWrite: number;
15187
+ };
15188
+ contextWindow: number;
15189
+ maxTokens: number;
15190
+ };
15191
15191
  readonly "nvidia/nemotron-3-nano-30b-a3b": {
15192
15192
  id: string;
15193
15193
  name: string;
@@ -15409,23 +15409,6 @@ export declare const MODELS: {
15409
15409
  contextWindow: number;
15410
15410
  maxTokens: number;
15411
15411
  };
15412
- readonly "openai/gpt-5-chat": {
15413
- id: string;
15414
- name: string;
15415
- api: "anthropic-messages";
15416
- provider: string;
15417
- baseUrl: string;
15418
- reasoning: false;
15419
- input: ("image" | "text")[];
15420
- cost: {
15421
- input: number;
15422
- output: number;
15423
- cacheRead: number;
15424
- cacheWrite: number;
15425
- };
15426
- contextWindow: number;
15427
- maxTokens: number;
15428
- };
15429
15412
  readonly "openai/gpt-5-codex": {
15430
15413
  id: string;
15431
15414
  name: string;
@@ -15596,23 +15579,6 @@ export declare const MODELS: {
15596
15579
  contextWindow: number;
15597
15580
  maxTokens: number;
15598
15581
  };
15599
- readonly "openai/gpt-5.2-chat": {
15600
- id: string;
15601
- name: string;
15602
- api: "anthropic-messages";
15603
- provider: string;
15604
- baseUrl: string;
15605
- reasoning: false;
15606
- input: ("image" | "text")[];
15607
- cost: {
15608
- input: number;
15609
- output: number;
15610
- cacheRead: number;
15611
- cacheWrite: number;
15612
- };
15613
- contextWindow: number;
15614
- maxTokens: number;
15615
- };
15616
15582
  readonly "openai/gpt-5.2-codex": {
15617
15583
  id: string;
15618
15584
  name: string;