@dreb/ai 2.50.0 → 2.51.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.
|
@@ -8702,6 +8702,23 @@ export declare const MODELS: {
|
|
|
8702
8702
|
contextWindow: number;
|
|
8703
8703
|
maxTokens: number;
|
|
8704
8704
|
};
|
|
8705
|
+
readonly "qwen3.8-max": {
|
|
8706
|
+
id: string;
|
|
8707
|
+
name: string;
|
|
8708
|
+
api: "anthropic-messages";
|
|
8709
|
+
provider: string;
|
|
8710
|
+
baseUrl: string;
|
|
8711
|
+
reasoning: true;
|
|
8712
|
+
input: ("image" | "text")[];
|
|
8713
|
+
cost: {
|
|
8714
|
+
input: number;
|
|
8715
|
+
output: number;
|
|
8716
|
+
cacheRead: number;
|
|
8717
|
+
cacheWrite: number;
|
|
8718
|
+
};
|
|
8719
|
+
contextWindow: number;
|
|
8720
|
+
maxTokens: number;
|
|
8721
|
+
};
|
|
8705
8722
|
};
|
|
8706
8723
|
readonly openrouter: {
|
|
8707
8724
|
readonly "ai21/jamba-large-1.7": {
|
|
@@ -13755,6 +13772,23 @@ export declare const MODELS: {
|
|
|
13755
13772
|
contextWindow: number;
|
|
13756
13773
|
maxTokens: number;
|
|
13757
13774
|
};
|
|
13775
|
+
readonly "alibaba/qwen3.8-max": {
|
|
13776
|
+
id: string;
|
|
13777
|
+
name: string;
|
|
13778
|
+
api: "anthropic-messages";
|
|
13779
|
+
provider: string;
|
|
13780
|
+
baseUrl: string;
|
|
13781
|
+
reasoning: true;
|
|
13782
|
+
input: ("image" | "text")[];
|
|
13783
|
+
cost: {
|
|
13784
|
+
input: number;
|
|
13785
|
+
output: number;
|
|
13786
|
+
cacheRead: number;
|
|
13787
|
+
cacheWrite: number;
|
|
13788
|
+
};
|
|
13789
|
+
contextWindow: number;
|
|
13790
|
+
maxTokens: number;
|
|
13791
|
+
};
|
|
13758
13792
|
readonly "amazon/nova-2-lite": {
|
|
13759
13793
|
id: string;
|
|
13760
13794
|
name: string;
|