@mariozechner/pi-ai 0.50.2 → 0.50.3

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.
@@ -3533,6 +3533,42 @@ export const MODELS = {
3533
3533
  maxTokens: 128000,
3534
3534
  },
3535
3535
  },
3536
+ "kimi-coding": {
3537
+ "k2p5": {
3538
+ id: "k2p5",
3539
+ name: "Kimi K2.5",
3540
+ api: "anthropic-messages",
3541
+ provider: "kimi-coding",
3542
+ baseUrl: "https://api.kimi.com/coding",
3543
+ reasoning: true,
3544
+ input: ["text", "image"],
3545
+ cost: {
3546
+ input: 0,
3547
+ output: 0,
3548
+ cacheRead: 0,
3549
+ cacheWrite: 0,
3550
+ },
3551
+ contextWindow: 262144,
3552
+ maxTokens: 32768,
3553
+ },
3554
+ "kimi-k2-thinking": {
3555
+ id: "kimi-k2-thinking",
3556
+ name: "Kimi K2 Thinking",
3557
+ api: "anthropic-messages",
3558
+ provider: "kimi-coding",
3559
+ baseUrl: "https://api.kimi.com/coding",
3560
+ reasoning: true,
3561
+ input: ["text"],
3562
+ cost: {
3563
+ input: 0,
3564
+ output: 0,
3565
+ cacheRead: 0,
3566
+ cacheWrite: 0,
3567
+ },
3568
+ contextWindow: 262144,
3569
+ maxTokens: 32768,
3570
+ },
3571
+ },
3536
3572
  "minimax": {
3537
3573
  "MiniMax-M2": {
3538
3574
  id: "MiniMax-M2",