@dreb/ai 2.32.1 → 2.33.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.
@@ -4571,6 +4571,26 @@ export declare const MODELS: {
4571
4571
  contextWindow: number;
4572
4572
  maxTokens: number;
4573
4573
  };
4574
+ readonly "Qwen/Qwen3.6-27B": {
4575
+ id: string;
4576
+ name: string;
4577
+ api: "openai-completions";
4578
+ provider: string;
4579
+ baseUrl: string;
4580
+ compat: {
4581
+ supportsDeveloperRole: false;
4582
+ };
4583
+ reasoning: true;
4584
+ input: ("image" | "text")[];
4585
+ cost: {
4586
+ input: number;
4587
+ output: number;
4588
+ cacheRead: number;
4589
+ cacheWrite: number;
4590
+ };
4591
+ contextWindow: number;
4592
+ maxTokens: number;
4593
+ };
4574
4594
  readonly "Qwen/Qwen3.6-35B-A3B": {
4575
4595
  id: string;
4576
4596
  name: string;
@@ -4611,6 +4631,26 @@ export declare const MODELS: {
4611
4631
  contextWindow: number;
4612
4632
  maxTokens: number;
4613
4633
  };
4634
+ readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
4635
+ id: string;
4636
+ name: string;
4637
+ api: "openai-completions";
4638
+ provider: string;
4639
+ baseUrl: string;
4640
+ compat: {
4641
+ supportsDeveloperRole: false;
4642
+ };
4643
+ reasoning: true;
4644
+ input: "text"[];
4645
+ cost: {
4646
+ input: number;
4647
+ output: number;
4648
+ cacheRead: number;
4649
+ cacheWrite: number;
4650
+ };
4651
+ contextWindow: number;
4652
+ maxTokens: number;
4653
+ };
4614
4654
  readonly "deepseek-ai/DeepSeek-R1": {
4615
4655
  id: string;
4616
4656
  name: string;
@@ -4911,6 +4951,26 @@ export declare const MODELS: {
4911
4951
  contextWindow: number;
4912
4952
  maxTokens: number;
4913
4953
  };
4954
+ readonly "stepfun-ai/Step-3.7-Flash": {
4955
+ id: string;
4956
+ name: string;
4957
+ api: "openai-completions";
4958
+ provider: string;
4959
+ baseUrl: string;
4960
+ compat: {
4961
+ supportsDeveloperRole: false;
4962
+ };
4963
+ reasoning: true;
4964
+ input: ("image" | "text")[];
4965
+ cost: {
4966
+ input: number;
4967
+ output: number;
4968
+ cacheRead: number;
4969
+ cacheWrite: number;
4970
+ };
4971
+ contextWindow: number;
4972
+ maxTokens: number;
4973
+ };
4914
4974
  readonly "zai-org/GLM-4.5": {
4915
4975
  id: string;
4916
4976
  name: string;
@@ -7547,7 +7607,7 @@ export declare const MODELS: {
7547
7607
  readonly "qwen3.6-plus": {
7548
7608
  id: string;
7549
7609
  name: string;
7550
- api: "anthropic-messages";
7610
+ api: "openai-completions";
7551
7611
  provider: string;
7552
7612
  baseUrl: string;
7553
7613
  reasoning: true;
@@ -7564,7 +7624,7 @@ export declare const MODELS: {
7564
7624
  readonly "qwen3.7-max": {
7565
7625
  id: string;
7566
7626
  name: string;
7567
- api: "anthropic-messages";
7627
+ api: "openai-completions";
7568
7628
  provider: string;
7569
7629
  baseUrl: string;
7570
7630
  reasoning: true;
@@ -7581,7 +7641,7 @@ export declare const MODELS: {
7581
7641
  readonly "qwen3.7-plus": {
7582
7642
  id: string;
7583
7643
  name: string;
7584
- api: "anthropic-messages";
7644
+ api: "openai-completions";
7585
7645
  provider: string;
7586
7646
  baseUrl: string;
7587
7647
  reasoning: true;