@dreb/ai 2.60.0 → 2.60.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.
|
@@ -14346,6 +14346,23 @@ export declare const MODELS: {
|
|
|
14346
14346
|
contextWindow: number;
|
|
14347
14347
|
maxTokens: number;
|
|
14348
14348
|
};
|
|
14349
|
+
readonly "stealth/ox-alpha": {
|
|
14350
|
+
id: string;
|
|
14351
|
+
name: string;
|
|
14352
|
+
api: "openai-completions";
|
|
14353
|
+
provider: string;
|
|
14354
|
+
baseUrl: string;
|
|
14355
|
+
reasoning: true;
|
|
14356
|
+
input: ("image" | "text")[];
|
|
14357
|
+
cost: {
|
|
14358
|
+
input: number;
|
|
14359
|
+
output: number;
|
|
14360
|
+
cacheRead: number;
|
|
14361
|
+
cacheWrite: number;
|
|
14362
|
+
};
|
|
14363
|
+
contextWindow: number;
|
|
14364
|
+
maxTokens: number;
|
|
14365
|
+
};
|
|
14349
14366
|
readonly "stepfun/step-3.5-flash": {
|
|
14350
14367
|
id: string;
|
|
14351
14368
|
name: string;
|
|
@@ -15528,7 +15545,7 @@ export declare const MODELS: {
|
|
|
15528
15545
|
provider: string;
|
|
15529
15546
|
baseUrl: string;
|
|
15530
15547
|
reasoning: true;
|
|
15531
|
-
input: "text"[];
|
|
15548
|
+
input: ("image" | "text")[];
|
|
15532
15549
|
cost: {
|
|
15533
15550
|
input: number;
|
|
15534
15551
|
output: number;
|