@mariozechner/pi-ai 0.61.0 → 0.61.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.
|
@@ -4711,6 +4711,23 @@ export declare const MODELS: {
|
|
|
4711
4711
|
contextWindow: number;
|
|
4712
4712
|
maxTokens: number;
|
|
4713
4713
|
};
|
|
4714
|
+
readonly "MiniMax-M2.1-highspeed": {
|
|
4715
|
+
id: string;
|
|
4716
|
+
name: string;
|
|
4717
|
+
api: "anthropic-messages";
|
|
4718
|
+
provider: string;
|
|
4719
|
+
baseUrl: string;
|
|
4720
|
+
reasoning: true;
|
|
4721
|
+
input: "text"[];
|
|
4722
|
+
cost: {
|
|
4723
|
+
input: number;
|
|
4724
|
+
output: number;
|
|
4725
|
+
cacheRead: number;
|
|
4726
|
+
cacheWrite: number;
|
|
4727
|
+
};
|
|
4728
|
+
contextWindow: number;
|
|
4729
|
+
maxTokens: number;
|
|
4730
|
+
};
|
|
4714
4731
|
readonly "MiniMax-M2.5": {
|
|
4715
4732
|
id: string;
|
|
4716
4733
|
name: string;
|
|
@@ -4815,6 +4832,23 @@ export declare const MODELS: {
|
|
|
4815
4832
|
contextWindow: number;
|
|
4816
4833
|
maxTokens: number;
|
|
4817
4834
|
};
|
|
4835
|
+
readonly "MiniMax-M2.1-highspeed": {
|
|
4836
|
+
id: string;
|
|
4837
|
+
name: string;
|
|
4838
|
+
api: "anthropic-messages";
|
|
4839
|
+
provider: string;
|
|
4840
|
+
baseUrl: string;
|
|
4841
|
+
reasoning: true;
|
|
4842
|
+
input: "text"[];
|
|
4843
|
+
cost: {
|
|
4844
|
+
input: number;
|
|
4845
|
+
output: number;
|
|
4846
|
+
cacheRead: number;
|
|
4847
|
+
cacheWrite: number;
|
|
4848
|
+
};
|
|
4849
|
+
contextWindow: number;
|
|
4850
|
+
maxTokens: number;
|
|
4851
|
+
};
|
|
4818
4852
|
readonly "MiniMax-M2.5": {
|
|
4819
4853
|
id: string;
|
|
4820
4854
|
name: string;
|