@dreb/ai 2.17.0 → 2.18.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,23 +6863,6 @@ export declare const MODELS: {
|
|
|
6863
6863
|
contextWindow: number;
|
|
6864
6864
|
maxTokens: number;
|
|
6865
6865
|
};
|
|
6866
|
-
readonly "ring-2.6-1t-free": {
|
|
6867
|
-
id: string;
|
|
6868
|
-
name: string;
|
|
6869
|
-
api: "openai-completions";
|
|
6870
|
-
provider: string;
|
|
6871
|
-
baseUrl: string;
|
|
6872
|
-
reasoning: true;
|
|
6873
|
-
input: "text"[];
|
|
6874
|
-
cost: {
|
|
6875
|
-
input: number;
|
|
6876
|
-
output: number;
|
|
6877
|
-
cacheRead: number;
|
|
6878
|
-
cacheWrite: number;
|
|
6879
|
-
};
|
|
6880
|
-
contextWindow: number;
|
|
6881
|
-
maxTokens: number;
|
|
6882
|
-
};
|
|
6883
6866
|
};
|
|
6884
6867
|
readonly "opencode-go": {
|
|
6885
6868
|
readonly "deepseek-v4-flash": {
|
|
@@ -7021,7 +7004,7 @@ export declare const MODELS: {
|
|
|
7021
7004
|
readonly "minimax-m2.5": {
|
|
7022
7005
|
id: string;
|
|
7023
7006
|
name: string;
|
|
7024
|
-
api: "
|
|
7007
|
+
api: "anthropic-messages";
|
|
7025
7008
|
provider: string;
|
|
7026
7009
|
baseUrl: string;
|
|
7027
7010
|
reasoning: true;
|
|
@@ -7360,6 +7343,23 @@ export declare const MODELS: {
|
|
|
7360
7343
|
contextWindow: number;
|
|
7361
7344
|
maxTokens: number;
|
|
7362
7345
|
};
|
|
7346
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
7347
|
+
id: string;
|
|
7348
|
+
name: string;
|
|
7349
|
+
api: "openai-completions";
|
|
7350
|
+
provider: string;
|
|
7351
|
+
baseUrl: string;
|
|
7352
|
+
reasoning: true;
|
|
7353
|
+
input: ("image" | "text")[];
|
|
7354
|
+
cost: {
|
|
7355
|
+
input: number;
|
|
7356
|
+
output: number;
|
|
7357
|
+
cacheRead: number;
|
|
7358
|
+
cacheWrite: number;
|
|
7359
|
+
};
|
|
7360
|
+
contextWindow: number;
|
|
7361
|
+
maxTokens: number;
|
|
7362
|
+
};
|
|
7363
7363
|
readonly "anthropic/claude-sonnet-4": {
|
|
7364
7364
|
id: string;
|
|
7365
7365
|
name: string;
|
|
@@ -7819,6 +7819,23 @@ export declare const MODELS: {
|
|
|
7819
7819
|
contextWindow: number;
|
|
7820
7820
|
maxTokens: number;
|
|
7821
7821
|
};
|
|
7822
|
+
readonly "deepseek/deepseek-v4-flash:free": {
|
|
7823
|
+
id: string;
|
|
7824
|
+
name: string;
|
|
7825
|
+
api: "openai-completions";
|
|
7826
|
+
provider: string;
|
|
7827
|
+
baseUrl: string;
|
|
7828
|
+
reasoning: true;
|
|
7829
|
+
input: "text"[];
|
|
7830
|
+
cost: {
|
|
7831
|
+
input: number;
|
|
7832
|
+
output: number;
|
|
7833
|
+
cacheRead: number;
|
|
7834
|
+
cacheWrite: number;
|
|
7835
|
+
};
|
|
7836
|
+
contextWindow: number;
|
|
7837
|
+
maxTokens: number;
|
|
7838
|
+
};
|
|
7822
7839
|
readonly "deepseek/deepseek-v4-pro": {
|
|
7823
7840
|
id: string;
|
|
7824
7841
|
name: string;
|
|
@@ -10182,23 +10199,6 @@ export declare const MODELS: {
|
|
|
10182
10199
|
contextWindow: number;
|
|
10183
10200
|
maxTokens: number;
|
|
10184
10201
|
};
|
|
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
10202
|
readonly "qwen/qwen-plus": {
|
|
10203
10203
|
id: string;
|
|
10204
10204
|
name: string;
|
|
@@ -10250,40 +10250,6 @@ export declare const MODELS: {
|
|
|
10250
10250
|
contextWindow: number;
|
|
10251
10251
|
maxTokens: number;
|
|
10252
10252
|
};
|
|
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
10253
|
readonly "qwen/qwen3-14b": {
|
|
10288
10254
|
id: string;
|
|
10289
10255
|
name: string;
|