@dreb/ai 2.54.0 → 2.55.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.
@@ -3604,6 +3604,34 @@ export declare const MODELS: {
3604
3604
  contextWindow: number;
3605
3605
  maxTokens: number;
3606
3606
  };
3607
+ readonly "kimi-k3": {
3608
+ id: string;
3609
+ name: string;
3610
+ api: "openai-completions";
3611
+ provider: string;
3612
+ baseUrl: string;
3613
+ headers: {
3614
+ "User-Agent": string;
3615
+ "Editor-Version": string;
3616
+ "Editor-Plugin-Version": string;
3617
+ "Copilot-Integration-Id": string;
3618
+ };
3619
+ compat: {
3620
+ supportsStore: false;
3621
+ supportsDeveloperRole: false;
3622
+ supportsReasoningEffort: false;
3623
+ };
3624
+ reasoning: true;
3625
+ input: ("image" | "text")[];
3626
+ cost: {
3627
+ input: number;
3628
+ output: number;
3629
+ cacheRead: number;
3630
+ cacheWrite: number;
3631
+ };
3632
+ contextWindow: number;
3633
+ maxTokens: number;
3634
+ };
3607
3635
  readonly "mai-code-1-flash-picker": {
3608
3636
  id: string;
3609
3637
  name: string;
@@ -7488,23 +7516,6 @@ export declare const MODELS: {
7488
7516
  contextWindow: number;
7489
7517
  maxTokens: number;
7490
7518
  };
7491
- readonly "claude-opus-4-1": {
7492
- id: string;
7493
- name: string;
7494
- api: "anthropic-messages";
7495
- provider: string;
7496
- baseUrl: string;
7497
- reasoning: true;
7498
- input: ("image" | "text")[];
7499
- cost: {
7500
- input: number;
7501
- output: number;
7502
- cacheRead: number;
7503
- cacheWrite: number;
7504
- };
7505
- contextWindow: number;
7506
- maxTokens: number;
7507
- };
7508
7519
  readonly "claude-opus-4-5": {
7509
7520
  id: string;
7510
7521
  name: string;
@@ -8188,7 +8199,7 @@ export declare const MODELS: {
8188
8199
  readonly "grok-build-0.1": {
8189
8200
  id: string;
8190
8201
  name: string;
8191
- api: "openai-completions";
8202
+ api: "openai-responses";
8192
8203
  provider: string;
8193
8204
  baseUrl: string;
8194
8205
  reasoning: true;
@@ -8287,7 +8298,7 @@ export declare const MODELS: {
8287
8298
  contextWindow: number;
8288
8299
  maxTokens: number;
8289
8300
  };
8290
- readonly "ling-3.0-flash-free": {
8301
+ readonly "ling-3.0-tiny-free": {
8291
8302
  id: string;
8292
8303
  name: string;
8293
8304
  api: "openai-completions";
@@ -10331,7 +10342,7 @@ export declare const MODELS: {
10331
10342
  contextWindow: number;
10332
10343
  maxTokens: number;
10333
10344
  };
10334
- readonly "inclusionai/ling-3.0-flash:free": {
10345
+ readonly "inclusionai/ling-3.0-tiny:free": {
10335
10346
  id: string;
10336
10347
  name: string;
10337
10348
  api: "openai-completions";
@@ -15654,7 +15665,24 @@ export declare const MODELS: {
15654
15665
  contextWindow: number;
15655
15666
  maxTokens: number;
15656
15667
  };
15657
- readonly "inclusionai/ling-3.0-flash-free": {
15668
+ readonly "inclusionai/ling-3.0-flash": {
15669
+ id: string;
15670
+ name: string;
15671
+ api: "anthropic-messages";
15672
+ provider: string;
15673
+ baseUrl: string;
15674
+ reasoning: true;
15675
+ input: "text"[];
15676
+ cost: {
15677
+ input: number;
15678
+ output: number;
15679
+ cacheRead: number;
15680
+ cacheWrite: number;
15681
+ };
15682
+ contextWindow: number;
15683
+ maxTokens: number;
15684
+ };
15685
+ readonly "inclusionai/ling-3.0-tiny-free": {
15658
15686
  id: string;
15659
15687
  name: string;
15660
15688
  api: "anthropic-messages";