@dreb/ai 2.52.0 → 2.53.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.
|
@@ -4577,23 +4577,6 @@ export declare const MODELS: {
|
|
|
4577
4577
|
contextWindow: number;
|
|
4578
4578
|
maxTokens: number;
|
|
4579
4579
|
};
|
|
4580
|
-
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
4581
|
-
id: string;
|
|
4582
|
-
name: string;
|
|
4583
|
-
api: "openai-completions";
|
|
4584
|
-
provider: string;
|
|
4585
|
-
baseUrl: string;
|
|
4586
|
-
reasoning: false;
|
|
4587
|
-
input: ("image" | "text")[];
|
|
4588
|
-
cost: {
|
|
4589
|
-
input: number;
|
|
4590
|
-
output: number;
|
|
4591
|
-
cacheRead: number;
|
|
4592
|
-
cacheWrite: number;
|
|
4593
|
-
};
|
|
4594
|
-
contextWindow: number;
|
|
4595
|
-
maxTokens: number;
|
|
4596
|
-
};
|
|
4597
4580
|
readonly "openai/gpt-oss-120b": {
|
|
4598
4581
|
id: string;
|
|
4599
4582
|
name: string;
|
|
@@ -4645,14 +4628,14 @@ export declare const MODELS: {
|
|
|
4645
4628
|
contextWindow: number;
|
|
4646
4629
|
maxTokens: number;
|
|
4647
4630
|
};
|
|
4648
|
-
readonly "qwen/qwen3-
|
|
4631
|
+
readonly "qwen/qwen3.6-27b": {
|
|
4649
4632
|
id: string;
|
|
4650
4633
|
name: string;
|
|
4651
4634
|
api: "openai-completions";
|
|
4652
4635
|
provider: string;
|
|
4653
4636
|
baseUrl: string;
|
|
4654
4637
|
reasoning: true;
|
|
4655
|
-
input: "text"[];
|
|
4638
|
+
input: ("image" | "text")[];
|
|
4656
4639
|
cost: {
|
|
4657
4640
|
input: number;
|
|
4658
4641
|
output: number;
|