@dreb/ai 2.42.0 → 2.43.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.
|
@@ -11335,6 +11335,23 @@ export declare const MODELS: {
|
|
|
11335
11335
|
contextWindow: number;
|
|
11336
11336
|
maxTokens: number;
|
|
11337
11337
|
};
|
|
11338
|
+
readonly "openrouter/auto-beta": {
|
|
11339
|
+
id: string;
|
|
11340
|
+
name: string;
|
|
11341
|
+
api: "openai-completions";
|
|
11342
|
+
provider: string;
|
|
11343
|
+
baseUrl: string;
|
|
11344
|
+
reasoning: true;
|
|
11345
|
+
input: ("image" | "text")[];
|
|
11346
|
+
cost: {
|
|
11347
|
+
input: number;
|
|
11348
|
+
output: number;
|
|
11349
|
+
cacheRead: number;
|
|
11350
|
+
cacheWrite: number;
|
|
11351
|
+
};
|
|
11352
|
+
contextWindow: number;
|
|
11353
|
+
maxTokens: number;
|
|
11354
|
+
};
|
|
11338
11355
|
readonly "openrouter/free": {
|
|
11339
11356
|
id: string;
|
|
11340
11357
|
name: string;
|