@dreb/ai 2.47.0 → 2.49.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.
@@ -8444,6 +8444,23 @@ export declare const MODELS: {
8444
8444
  contextWindow: number;
8445
8445
  maxTokens: number;
8446
8446
  };
8447
+ readonly "gpt-5.6-luna": {
8448
+ id: string;
8449
+ name: string;
8450
+ api: "openai-responses";
8451
+ provider: string;
8452
+ baseUrl: string;
8453
+ reasoning: true;
8454
+ input: ("image" | "text")[];
8455
+ cost: {
8456
+ input: number;
8457
+ output: number;
8458
+ cacheRead: number;
8459
+ cacheWrite: number;
8460
+ };
8461
+ contextWindow: number;
8462
+ maxTokens: number;
8463
+ };
8447
8464
  readonly "grok-4.5": {
8448
8465
  id: string;
8449
8466
  name: string;
@@ -9568,6 +9585,23 @@ export declare const MODELS: {
9568
9585
  contextWindow: number;
9569
9586
  maxTokens: number;
9570
9587
  };
9588
+ readonly "deepseek/deepseek-v4-flash-0731": {
9589
+ id: string;
9590
+ name: string;
9591
+ api: "openai-completions";
9592
+ provider: string;
9593
+ baseUrl: string;
9594
+ reasoning: true;
9595
+ input: "text"[];
9596
+ cost: {
9597
+ input: number;
9598
+ output: number;
9599
+ cacheRead: number;
9600
+ cacheWrite: number;
9601
+ };
9602
+ contextWindow: number;
9603
+ maxTokens: number;
9604
+ };
9571
9605
  readonly "deepseek/deepseek-v4-pro": {
9572
9606
  id: string;
9573
9607
  name: string;
@@ -10486,23 +10520,6 @@ export declare const MODELS: {
10486
10520
  contextWindow: number;
10487
10521
  maxTokens: number;
10488
10522
  };
10489
- readonly "mistralai/devstral-2512": {
10490
- id: string;
10491
- name: string;
10492
- api: "openai-completions";
10493
- provider: string;
10494
- baseUrl: string;
10495
- reasoning: false;
10496
- input: "text"[];
10497
- cost: {
10498
- input: number;
10499
- output: number;
10500
- cacheRead: number;
10501
- cacheWrite: number;
10502
- };
10503
- contextWindow: number;
10504
- maxTokens: number;
10505
- };
10506
10523
  readonly "mistralai/ministral-14b-2512": {
10507
10524
  id: string;
10508
10525
  name: string;
@@ -11438,23 +11455,6 @@ export declare const MODELS: {
11438
11455
  contextWindow: number;
11439
11456
  maxTokens: number;
11440
11457
  };
11441
- readonly "openai/gpt-5.1-chat": {
11442
- id: string;
11443
- name: string;
11444
- api: "openai-completions";
11445
- provider: string;
11446
- baseUrl: string;
11447
- reasoning: false;
11448
- input: ("image" | "text")[];
11449
- cost: {
11450
- input: number;
11451
- output: number;
11452
- cacheRead: number;
11453
- cacheWrite: number;
11454
- };
11455
- contextWindow: number;
11456
- maxTokens: number;
11457
- };
11458
11458
  readonly "openai/gpt-5.1-codex": {
11459
11459
  id: string;
11460
11460
  name: string;