@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.
@@ -4509,8 +4509,8 @@ export const MODELS = {
4509
4509
  cacheRead: 0,
4510
4510
  cacheWrite: 0,
4511
4511
  },
4512
- contextWindow: 196608,
4513
- maxTokens: 128000,
4512
+ contextWindow: 204800,
4513
+ maxTokens: 131072,
4514
4514
  },
4515
4515
  "MiniMax-M2.1": {
4516
4516
  id: "MiniMax-M2.1",
@@ -4529,6 +4529,23 @@ export const MODELS = {
4529
4529
  contextWindow: 204800,
4530
4530
  maxTokens: 131072,
4531
4531
  },
4532
+ "MiniMax-M2.1-highspeed": {
4533
+ id: "MiniMax-M2.1-highspeed",
4534
+ name: "MiniMax-M2.1-highspeed",
4535
+ api: "anthropic-messages",
4536
+ provider: "minimax",
4537
+ baseUrl: "https://api.minimax.io/anthropic",
4538
+ reasoning: true,
4539
+ input: ["text"],
4540
+ cost: {
4541
+ input: 0.6,
4542
+ output: 2.4,
4543
+ cacheRead: 0,
4544
+ cacheWrite: 0,
4545
+ },
4546
+ contextWindow: 204800,
4547
+ maxTokens: 131072,
4548
+ },
4532
4549
  "MiniMax-M2.5": {
4533
4550
  id: "MiniMax-M2.5",
4534
4551
  name: "MiniMax-M2.5",
@@ -4613,8 +4630,8 @@ export const MODELS = {
4613
4630
  cacheRead: 0,
4614
4631
  cacheWrite: 0,
4615
4632
  },
4616
- contextWindow: 196608,
4617
- maxTokens: 128000,
4633
+ contextWindow: 204800,
4634
+ maxTokens: 131072,
4618
4635
  },
4619
4636
  "MiniMax-M2.1": {
4620
4637
  id: "MiniMax-M2.1",
@@ -4633,6 +4650,23 @@ export const MODELS = {
4633
4650
  contextWindow: 204800,
4634
4651
  maxTokens: 131072,
4635
4652
  },
4653
+ "MiniMax-M2.1-highspeed": {
4654
+ id: "MiniMax-M2.1-highspeed",
4655
+ name: "MiniMax-M2.1-highspeed",
4656
+ api: "anthropic-messages",
4657
+ provider: "minimax-cn",
4658
+ baseUrl: "https://api.minimaxi.com/anthropic",
4659
+ reasoning: true,
4660
+ input: ["text"],
4661
+ cost: {
4662
+ input: 0.6,
4663
+ output: 2.4,
4664
+ cacheRead: 0,
4665
+ cacheWrite: 0,
4666
+ },
4667
+ contextWindow: 204800,
4668
+ maxTokens: 131072,
4669
+ },
4636
4670
  "MiniMax-M2.5": {
4637
4671
  id: "MiniMax-M2.5",
4638
4672
  name: "MiniMax-M2.5",
@@ -7800,12 +7834,12 @@ export const MODELS = {
7800
7834
  input: ["text"],
7801
7835
  cost: {
7802
7836
  input: 0.19999999999999998,
7803
- output: 1.2,
7804
- cacheRead: 0,
7837
+ output: 1.17,
7838
+ cacheRead: 0.09999999999999999,
7805
7839
  cacheWrite: 0,
7806
7840
  },
7807
7841
  contextWindow: 196608,
7808
- maxTokens: 196608,
7842
+ maxTokens: 65536,
7809
7843
  },
7810
7844
  "minimax/minimax-m2.5:free": {
7811
7845
  id: "minimax/minimax-m2.5:free",