@dreb/ai 2.59.0 → 2.59.2
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.
|
@@ -9090,23 +9090,6 @@ export declare const MODELS: {
|
|
|
9090
9090
|
};
|
|
9091
9091
|
};
|
|
9092
9092
|
readonly openrouter: {
|
|
9093
|
-
readonly "ai21/jamba-large-1.7": {
|
|
9094
|
-
id: string;
|
|
9095
|
-
name: string;
|
|
9096
|
-
api: "openai-completions";
|
|
9097
|
-
provider: string;
|
|
9098
|
-
baseUrl: string;
|
|
9099
|
-
reasoning: false;
|
|
9100
|
-
input: "text"[];
|
|
9101
|
-
cost: {
|
|
9102
|
-
input: number;
|
|
9103
|
-
output: number;
|
|
9104
|
-
cacheRead: number;
|
|
9105
|
-
cacheWrite: number;
|
|
9106
|
-
};
|
|
9107
|
-
contextWindow: number;
|
|
9108
|
-
maxTokens: number;
|
|
9109
|
-
};
|
|
9110
9093
|
readonly "aion-labs/aion-2.0": {
|
|
9111
9094
|
id: string;
|
|
9112
9095
|
name: string;
|
|
@@ -14802,6 +14785,23 @@ export declare const MODELS: {
|
|
|
14802
14785
|
contextWindow: number;
|
|
14803
14786
|
maxTokens: number;
|
|
14804
14787
|
};
|
|
14788
|
+
readonly "z-ai/glm-5.3": {
|
|
14789
|
+
id: string;
|
|
14790
|
+
name: string;
|
|
14791
|
+
api: "openai-completions";
|
|
14792
|
+
provider: string;
|
|
14793
|
+
baseUrl: string;
|
|
14794
|
+
reasoning: true;
|
|
14795
|
+
input: "text"[];
|
|
14796
|
+
cost: {
|
|
14797
|
+
input: number;
|
|
14798
|
+
output: number;
|
|
14799
|
+
cacheRead: number;
|
|
14800
|
+
cacheWrite: number;
|
|
14801
|
+
};
|
|
14802
|
+
contextWindow: number;
|
|
14803
|
+
maxTokens: number;
|
|
14804
|
+
};
|
|
14805
14805
|
readonly "z-ai/glm-5v-turbo": {
|
|
14806
14806
|
id: string;
|
|
14807
14807
|
name: string;
|
|
@@ -15006,6 +15006,23 @@ export declare const MODELS: {
|
|
|
15006
15006
|
contextWindow: number;
|
|
15007
15007
|
maxTokens: number;
|
|
15008
15008
|
};
|
|
15009
|
+
readonly "~z-ai/glm-latest": {
|
|
15010
|
+
id: string;
|
|
15011
|
+
name: string;
|
|
15012
|
+
api: "openai-completions";
|
|
15013
|
+
provider: string;
|
|
15014
|
+
baseUrl: string;
|
|
15015
|
+
reasoning: true;
|
|
15016
|
+
input: "text"[];
|
|
15017
|
+
cost: {
|
|
15018
|
+
input: number;
|
|
15019
|
+
output: number;
|
|
15020
|
+
cacheRead: number;
|
|
15021
|
+
cacheWrite: number;
|
|
15022
|
+
};
|
|
15023
|
+
contextWindow: number;
|
|
15024
|
+
maxTokens: number;
|
|
15025
|
+
};
|
|
15009
15026
|
};
|
|
15010
15027
|
readonly "vercel-ai-gateway": {
|
|
15011
15028
|
readonly "alibaba/qwen-3-14b": {
|
|
@@ -18612,6 +18629,23 @@ export declare const MODELS: {
|
|
|
18612
18629
|
contextWindow: number;
|
|
18613
18630
|
maxTokens: number;
|
|
18614
18631
|
};
|
|
18632
|
+
readonly "zai/glm-4.6v-flash-free": {
|
|
18633
|
+
id: string;
|
|
18634
|
+
name: string;
|
|
18635
|
+
api: "anthropic-messages";
|
|
18636
|
+
provider: string;
|
|
18637
|
+
baseUrl: string;
|
|
18638
|
+
reasoning: true;
|
|
18639
|
+
input: ("image" | "text")[];
|
|
18640
|
+
cost: {
|
|
18641
|
+
input: number;
|
|
18642
|
+
output: number;
|
|
18643
|
+
cacheRead: number;
|
|
18644
|
+
cacheWrite: number;
|
|
18645
|
+
};
|
|
18646
|
+
contextWindow: number;
|
|
18647
|
+
maxTokens: number;
|
|
18648
|
+
};
|
|
18615
18649
|
readonly "zai/glm-4.7": {
|
|
18616
18650
|
id: string;
|
|
18617
18651
|
name: string;
|