@dreb/ai 2.12.0 → 2.12.1
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.
|
@@ -6972,7 +6972,7 @@ export declare const MODELS: {
|
|
|
6972
6972
|
readonly "qwen3.5-plus": {
|
|
6973
6973
|
id: string;
|
|
6974
6974
|
name: string;
|
|
6975
|
-
api: "
|
|
6975
|
+
api: "anthropic-messages";
|
|
6976
6976
|
provider: string;
|
|
6977
6977
|
baseUrl: string;
|
|
6978
6978
|
reasoning: true;
|
|
@@ -6989,7 +6989,7 @@ export declare const MODELS: {
|
|
|
6989
6989
|
readonly "qwen3.6-plus": {
|
|
6990
6990
|
id: string;
|
|
6991
6991
|
name: string;
|
|
6992
|
-
api: "
|
|
6992
|
+
api: "anthropic-messages";
|
|
6993
6993
|
provider: string;
|
|
6994
6994
|
baseUrl: string;
|
|
6995
6995
|
reasoning: true;
|
|
@@ -7144,7 +7144,7 @@ export declare const MODELS: {
|
|
|
7144
7144
|
readonly "qwen3.5-plus": {
|
|
7145
7145
|
id: string;
|
|
7146
7146
|
name: string;
|
|
7147
|
-
api: "
|
|
7147
|
+
api: "anthropic-messages";
|
|
7148
7148
|
provider: string;
|
|
7149
7149
|
baseUrl: string;
|
|
7150
7150
|
reasoning: true;
|
|
@@ -7161,7 +7161,7 @@ export declare const MODELS: {
|
|
|
7161
7161
|
readonly "qwen3.6-plus": {
|
|
7162
7162
|
id: string;
|
|
7163
7163
|
name: string;
|
|
7164
|
-
api: "
|
|
7164
|
+
api: "anthropic-messages";
|
|
7165
7165
|
provider: string;
|
|
7166
7166
|
baseUrl: string;
|
|
7167
7167
|
reasoning: true;
|
|
@@ -9421,40 +9421,6 @@ export declare const MODELS: {
|
|
|
9421
9421
|
contextWindow: number;
|
|
9422
9422
|
maxTokens: number;
|
|
9423
9423
|
};
|
|
9424
|
-
readonly "openai/gpt-5-image": {
|
|
9425
|
-
id: string;
|
|
9426
|
-
name: string;
|
|
9427
|
-
api: "openai-completions";
|
|
9428
|
-
provider: string;
|
|
9429
|
-
baseUrl: string;
|
|
9430
|
-
reasoning: true;
|
|
9431
|
-
input: ("image" | "text")[];
|
|
9432
|
-
cost: {
|
|
9433
|
-
input: number;
|
|
9434
|
-
output: number;
|
|
9435
|
-
cacheRead: number;
|
|
9436
|
-
cacheWrite: number;
|
|
9437
|
-
};
|
|
9438
|
-
contextWindow: number;
|
|
9439
|
-
maxTokens: number;
|
|
9440
|
-
};
|
|
9441
|
-
readonly "openai/gpt-5-image-mini": {
|
|
9442
|
-
id: string;
|
|
9443
|
-
name: string;
|
|
9444
|
-
api: "openai-completions";
|
|
9445
|
-
provider: string;
|
|
9446
|
-
baseUrl: string;
|
|
9447
|
-
reasoning: true;
|
|
9448
|
-
input: ("image" | "text")[];
|
|
9449
|
-
cost: {
|
|
9450
|
-
input: number;
|
|
9451
|
-
output: number;
|
|
9452
|
-
cacheRead: number;
|
|
9453
|
-
cacheWrite: number;
|
|
9454
|
-
};
|
|
9455
|
-
contextWindow: number;
|
|
9456
|
-
maxTokens: number;
|
|
9457
|
-
};
|
|
9458
9424
|
readonly "openai/gpt-5-mini": {
|
|
9459
9425
|
id: string;
|
|
9460
9426
|
name: string;
|