@dreb/ai 2.6.3 → 2.8.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.
|
@@ -13495,7 +13495,7 @@ export declare const MODELS: {
|
|
|
13495
13495
|
provider: string;
|
|
13496
13496
|
baseUrl: string;
|
|
13497
13497
|
reasoning: false;
|
|
13498
|
-
input: "text"[];
|
|
13498
|
+
input: ("image" | "text")[];
|
|
13499
13499
|
cost: {
|
|
13500
13500
|
input: number;
|
|
13501
13501
|
output: number;
|
|
@@ -13512,7 +13512,7 @@ export declare const MODELS: {
|
|
|
13512
13512
|
provider: string;
|
|
13513
13513
|
baseUrl: string;
|
|
13514
13514
|
reasoning: true;
|
|
13515
|
-
input: "text"[];
|
|
13515
|
+
input: ("image" | "text")[];
|
|
13516
13516
|
cost: {
|
|
13517
13517
|
input: number;
|
|
13518
13518
|
output: number;
|
|
@@ -13529,7 +13529,7 @@ export declare const MODELS: {
|
|
|
13529
13529
|
provider: string;
|
|
13530
13530
|
baseUrl: string;
|
|
13531
13531
|
reasoning: false;
|
|
13532
|
-
input: "text"[];
|
|
13532
|
+
input: ("image" | "text")[];
|
|
13533
13533
|
cost: {
|
|
13534
13534
|
input: number;
|
|
13535
13535
|
output: number;
|
|
@@ -13546,7 +13546,7 @@ export declare const MODELS: {
|
|
|
13546
13546
|
provider: string;
|
|
13547
13547
|
baseUrl: string;
|
|
13548
13548
|
reasoning: true;
|
|
13549
|
-
input: "text"[];
|
|
13549
|
+
input: ("image" | "text")[];
|
|
13550
13550
|
cost: {
|
|
13551
13551
|
input: number;
|
|
13552
13552
|
output: number;
|
|
@@ -13563,7 +13563,7 @@ export declare const MODELS: {
|
|
|
13563
13563
|
provider: string;
|
|
13564
13564
|
baseUrl: string;
|
|
13565
13565
|
reasoning: true;
|
|
13566
|
-
input: "text"[];
|
|
13566
|
+
input: ("image" | "text")[];
|
|
13567
13567
|
cost: {
|
|
13568
13568
|
input: number;
|
|
13569
13569
|
output: number;
|
|
@@ -13580,7 +13580,7 @@ export declare const MODELS: {
|
|
|
13580
13580
|
provider: string;
|
|
13581
13581
|
baseUrl: string;
|
|
13582
13582
|
reasoning: true;
|
|
13583
|
-
input: "text"[];
|
|
13583
|
+
input: ("image" | "text")[];
|
|
13584
13584
|
cost: {
|
|
13585
13585
|
input: number;
|
|
13586
13586
|
output: number;
|