@dreb/ai 2.33.0 → 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.
|
@@ -7607,7 +7607,7 @@ export declare const MODELS: {
|
|
|
7607
7607
|
readonly "qwen3.6-plus": {
|
|
7608
7608
|
id: string;
|
|
7609
7609
|
name: string;
|
|
7610
|
-
api: "
|
|
7610
|
+
api: "anthropic-messages";
|
|
7611
7611
|
provider: string;
|
|
7612
7612
|
baseUrl: string;
|
|
7613
7613
|
reasoning: true;
|
|
@@ -7624,7 +7624,7 @@ export declare const MODELS: {
|
|
|
7624
7624
|
readonly "qwen3.7-max": {
|
|
7625
7625
|
id: string;
|
|
7626
7626
|
name: string;
|
|
7627
|
-
api: "
|
|
7627
|
+
api: "anthropic-messages";
|
|
7628
7628
|
provider: string;
|
|
7629
7629
|
baseUrl: string;
|
|
7630
7630
|
reasoning: true;
|
|
@@ -7641,7 +7641,7 @@ export declare const MODELS: {
|
|
|
7641
7641
|
readonly "qwen3.7-plus": {
|
|
7642
7642
|
id: string;
|
|
7643
7643
|
name: string;
|
|
7644
|
-
api: "
|
|
7644
|
+
api: "anthropic-messages";
|
|
7645
7645
|
provider: string;
|
|
7646
7646
|
baseUrl: string;
|
|
7647
7647
|
reasoning: true;
|