@apholdings/jensen-ai 0.1.4 → 0.1.5
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.
|
@@ -13244,6 +13244,23 @@ export declare const MODELS: {
|
|
|
13244
13244
|
contextWindow: number;
|
|
13245
13245
|
maxTokens: number;
|
|
13246
13246
|
};
|
|
13247
|
+
readonly "xiaomi/mimo-v2-pro": {
|
|
13248
|
+
id: string;
|
|
13249
|
+
name: string;
|
|
13250
|
+
api: "anthropic-messages";
|
|
13251
|
+
provider: string;
|
|
13252
|
+
baseUrl: string;
|
|
13253
|
+
reasoning: true;
|
|
13254
|
+
input: "text"[];
|
|
13255
|
+
cost: {
|
|
13256
|
+
input: number;
|
|
13257
|
+
output: number;
|
|
13258
|
+
cacheRead: number;
|
|
13259
|
+
cacheWrite: number;
|
|
13260
|
+
};
|
|
13261
|
+
contextWindow: number;
|
|
13262
|
+
maxTokens: number;
|
|
13263
|
+
};
|
|
13247
13264
|
readonly "zai/glm-4.5": {
|
|
13248
13265
|
id: string;
|
|
13249
13266
|
name: string;
|