@dreb/ai 2.17.0 → 2.19.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.
|
@@ -6863,14 +6863,14 @@ export declare const MODELS: {
|
|
|
6863
6863
|
contextWindow: number;
|
|
6864
6864
|
maxTokens: number;
|
|
6865
6865
|
};
|
|
6866
|
-
readonly "
|
|
6866
|
+
readonly "qwen3.6-plus-free": {
|
|
6867
6867
|
id: string;
|
|
6868
6868
|
name: string;
|
|
6869
|
-
api: "
|
|
6869
|
+
api: "anthropic-messages";
|
|
6870
6870
|
provider: string;
|
|
6871
6871
|
baseUrl: string;
|
|
6872
6872
|
reasoning: true;
|
|
6873
|
-
input: "text"[];
|
|
6873
|
+
input: ("image" | "text")[];
|
|
6874
6874
|
cost: {
|
|
6875
6875
|
input: number;
|
|
6876
6876
|
output: number;
|
|
@@ -7021,7 +7021,7 @@ export declare const MODELS: {
|
|
|
7021
7021
|
readonly "minimax-m2.5": {
|
|
7022
7022
|
id: string;
|
|
7023
7023
|
name: string;
|
|
7024
|
-
api: "
|
|
7024
|
+
api: "anthropic-messages";
|
|
7025
7025
|
provider: string;
|
|
7026
7026
|
baseUrl: string;
|
|
7027
7027
|
reasoning: true;
|
|
@@ -7360,6 +7360,23 @@ export declare const MODELS: {
|
|
|
7360
7360
|
contextWindow: number;
|
|
7361
7361
|
maxTokens: number;
|
|
7362
7362
|
};
|
|
7363
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
7364
|
+
id: string;
|
|
7365
|
+
name: string;
|
|
7366
|
+
api: "openai-completions";
|
|
7367
|
+
provider: string;
|
|
7368
|
+
baseUrl: string;
|
|
7369
|
+
reasoning: true;
|
|
7370
|
+
input: ("image" | "text")[];
|
|
7371
|
+
cost: {
|
|
7372
|
+
input: number;
|
|
7373
|
+
output: number;
|
|
7374
|
+
cacheRead: number;
|
|
7375
|
+
cacheWrite: number;
|
|
7376
|
+
};
|
|
7377
|
+
contextWindow: number;
|
|
7378
|
+
maxTokens: number;
|
|
7379
|
+
};
|
|
7363
7380
|
readonly "anthropic/claude-sonnet-4": {
|
|
7364
7381
|
id: string;
|
|
7365
7382
|
name: string;
|
|
@@ -7819,6 +7836,23 @@ export declare const MODELS: {
|
|
|
7819
7836
|
contextWindow: number;
|
|
7820
7837
|
maxTokens: number;
|
|
7821
7838
|
};
|
|
7839
|
+
readonly "deepseek/deepseek-v4-flash:free": {
|
|
7840
|
+
id: string;
|
|
7841
|
+
name: string;
|
|
7842
|
+
api: "openai-completions";
|
|
7843
|
+
provider: string;
|
|
7844
|
+
baseUrl: string;
|
|
7845
|
+
reasoning: true;
|
|
7846
|
+
input: "text"[];
|
|
7847
|
+
cost: {
|
|
7848
|
+
input: number;
|
|
7849
|
+
output: number;
|
|
7850
|
+
cacheRead: number;
|
|
7851
|
+
cacheWrite: number;
|
|
7852
|
+
};
|
|
7853
|
+
contextWindow: number;
|
|
7854
|
+
maxTokens: number;
|
|
7855
|
+
};
|
|
7822
7856
|
readonly "deepseek/deepseek-v4-pro": {
|
|
7823
7857
|
id: string;
|
|
7824
7858
|
name: string;
|
|
@@ -10182,23 +10216,6 @@ export declare const MODELS: {
|
|
|
10182
10216
|
contextWindow: number;
|
|
10183
10217
|
maxTokens: number;
|
|
10184
10218
|
};
|
|
10185
|
-
readonly "qwen/qwen-max": {
|
|
10186
|
-
id: string;
|
|
10187
|
-
name: string;
|
|
10188
|
-
api: "openai-completions";
|
|
10189
|
-
provider: string;
|
|
10190
|
-
baseUrl: string;
|
|
10191
|
-
reasoning: false;
|
|
10192
|
-
input: "text"[];
|
|
10193
|
-
cost: {
|
|
10194
|
-
input: number;
|
|
10195
|
-
output: number;
|
|
10196
|
-
cacheRead: number;
|
|
10197
|
-
cacheWrite: number;
|
|
10198
|
-
};
|
|
10199
|
-
contextWindow: number;
|
|
10200
|
-
maxTokens: number;
|
|
10201
|
-
};
|
|
10202
10219
|
readonly "qwen/qwen-plus": {
|
|
10203
10220
|
id: string;
|
|
10204
10221
|
name: string;
|
|
@@ -10250,40 +10267,6 @@ export declare const MODELS: {
|
|
|
10250
10267
|
contextWindow: number;
|
|
10251
10268
|
maxTokens: number;
|
|
10252
10269
|
};
|
|
10253
|
-
readonly "qwen/qwen-turbo": {
|
|
10254
|
-
id: string;
|
|
10255
|
-
name: string;
|
|
10256
|
-
api: "openai-completions";
|
|
10257
|
-
provider: string;
|
|
10258
|
-
baseUrl: string;
|
|
10259
|
-
reasoning: false;
|
|
10260
|
-
input: "text"[];
|
|
10261
|
-
cost: {
|
|
10262
|
-
input: number;
|
|
10263
|
-
output: number;
|
|
10264
|
-
cacheRead: number;
|
|
10265
|
-
cacheWrite: number;
|
|
10266
|
-
};
|
|
10267
|
-
contextWindow: number;
|
|
10268
|
-
maxTokens: number;
|
|
10269
|
-
};
|
|
10270
|
-
readonly "qwen/qwen-vl-max": {
|
|
10271
|
-
id: string;
|
|
10272
|
-
name: string;
|
|
10273
|
-
api: "openai-completions";
|
|
10274
|
-
provider: string;
|
|
10275
|
-
baseUrl: string;
|
|
10276
|
-
reasoning: false;
|
|
10277
|
-
input: ("image" | "text")[];
|
|
10278
|
-
cost: {
|
|
10279
|
-
input: number;
|
|
10280
|
-
output: number;
|
|
10281
|
-
cacheRead: number;
|
|
10282
|
-
cacheWrite: number;
|
|
10283
|
-
};
|
|
10284
|
-
contextWindow: number;
|
|
10285
|
-
maxTokens: number;
|
|
10286
|
-
};
|
|
10287
10270
|
readonly "qwen/qwen3-14b": {
|
|
10288
10271
|
id: string;
|
|
10289
10272
|
name: string;
|