@dreb/ai 2.32.1 → 2.34.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;
|