indusagi 0.13.3 → 0.13.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.
package/dist/agent.js CHANGED
@@ -3560,6 +3560,23 @@ var MODELS = {
3560
3560
  },
3561
3561
  contextWindow: 1048576,
3562
3562
  maxTokens: 512e3
3563
+ },
3564
+ "MiniMax-M3-0.5": {
3565
+ id: "MiniMax-M3",
3566
+ name: "MiniMax-M3-0.5",
3567
+ api: "anthropic-messages",
3568
+ provider: "minimax",
3569
+ baseUrl: "https://api.minimax.io/anthropic",
3570
+ reasoning: true,
3571
+ input: ["text", "image"],
3572
+ cost: {
3573
+ input: 0.3,
3574
+ output: 1.2,
3575
+ cacheRead: 0.06,
3576
+ cacheWrite: 0
3577
+ },
3578
+ contextWindow: 5e5,
3579
+ maxTokens: 5e5
3563
3580
  }
3564
3581
  },
3565
3582
  "minimax-cn": {
@@ -3647,6 +3664,23 @@ var MODELS = {
3647
3664
  },
3648
3665
  contextWindow: 1048576,
3649
3666
  maxTokens: 512e3
3667
+ },
3668
+ "MiniMax-M3-0.5": {
3669
+ id: "MiniMax-M3",
3670
+ name: "MiniMax-M3-0.5",
3671
+ api: "anthropic-messages",
3672
+ provider: "minimax-cn",
3673
+ baseUrl: "https://api.minimaxi.com/anthropic",
3674
+ reasoning: true,
3675
+ input: ["text", "image"],
3676
+ cost: {
3677
+ input: 0.3,
3678
+ output: 1.2,
3679
+ cacheRead: 0.06,
3680
+ cacheWrite: 0
3681
+ },
3682
+ contextWindow: 5e5,
3683
+ maxTokens: 5e5
3650
3684
  }
3651
3685
  },
3652
3686
  "mistral": {
@@ -12018,6 +12052,42 @@ var MODELS = {
12018
12052
  },
12019
12053
  contextWindow: 2e5,
12020
12054
  maxTokens: 32768
12055
+ },
12056
+ "glm-5.1": {
12057
+ id: "glm-5.1",
12058
+ name: "GLM-5.1",
12059
+ api: "openai-completions",
12060
+ provider: "zai",
12061
+ baseUrl: "https://api.z.ai/api/coding/paas/v4",
12062
+ compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
12063
+ reasoning: true,
12064
+ input: ["text"],
12065
+ cost: {
12066
+ input: 1.4,
12067
+ output: 4.4,
12068
+ cacheRead: 0.26,
12069
+ cacheWrite: 0
12070
+ },
12071
+ contextWindow: 1e6,
12072
+ maxTokens: 131072
12073
+ },
12074
+ "glm-5.2": {
12075
+ id: "glm-5.2",
12076
+ name: "GLM-5.2",
12077
+ api: "openai-completions",
12078
+ provider: "zai",
12079
+ baseUrl: "https://api.z.ai/api/coding/paas/v4",
12080
+ compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
12081
+ reasoning: true,
12082
+ input: ["text"],
12083
+ cost: {
12084
+ input: 1.4,
12085
+ output: 4.4,
12086
+ cacheRead: 0.26,
12087
+ cacheWrite: 0
12088
+ },
12089
+ contextWindow: 1e6,
12090
+ maxTokens: 131072
12021
12091
  }
12022
12092
  },
12023
12093
  // Sarvam AI — OpenAI-compatible chat completions API
package/dist/ai.js CHANGED
@@ -3684,6 +3684,23 @@ var MODELS = {
3684
3684
  },
3685
3685
  contextWindow: 1048576,
3686
3686
  maxTokens: 512e3
3687
+ },
3688
+ "MiniMax-M3-0.5": {
3689
+ id: "MiniMax-M3",
3690
+ name: "MiniMax-M3-0.5",
3691
+ api: "anthropic-messages",
3692
+ provider: "minimax",
3693
+ baseUrl: "https://api.minimax.io/anthropic",
3694
+ reasoning: true,
3695
+ input: ["text", "image"],
3696
+ cost: {
3697
+ input: 0.3,
3698
+ output: 1.2,
3699
+ cacheRead: 0.06,
3700
+ cacheWrite: 0
3701
+ },
3702
+ contextWindow: 5e5,
3703
+ maxTokens: 5e5
3687
3704
  }
3688
3705
  },
3689
3706
  "minimax-cn": {
@@ -3771,6 +3788,23 @@ var MODELS = {
3771
3788
  },
3772
3789
  contextWindow: 1048576,
3773
3790
  maxTokens: 512e3
3791
+ },
3792
+ "MiniMax-M3-0.5": {
3793
+ id: "MiniMax-M3",
3794
+ name: "MiniMax-M3-0.5",
3795
+ api: "anthropic-messages",
3796
+ provider: "minimax-cn",
3797
+ baseUrl: "https://api.minimaxi.com/anthropic",
3798
+ reasoning: true,
3799
+ input: ["text", "image"],
3800
+ cost: {
3801
+ input: 0.3,
3802
+ output: 1.2,
3803
+ cacheRead: 0.06,
3804
+ cacheWrite: 0
3805
+ },
3806
+ contextWindow: 5e5,
3807
+ maxTokens: 5e5
3774
3808
  }
3775
3809
  },
3776
3810
  "mistral": {
@@ -12142,6 +12176,42 @@ var MODELS = {
12142
12176
  },
12143
12177
  contextWindow: 2e5,
12144
12178
  maxTokens: 32768
12179
+ },
12180
+ "glm-5.1": {
12181
+ id: "glm-5.1",
12182
+ name: "GLM-5.1",
12183
+ api: "openai-completions",
12184
+ provider: "zai",
12185
+ baseUrl: "https://api.z.ai/api/coding/paas/v4",
12186
+ compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
12187
+ reasoning: true,
12188
+ input: ["text"],
12189
+ cost: {
12190
+ input: 1.4,
12191
+ output: 4.4,
12192
+ cacheRead: 0.26,
12193
+ cacheWrite: 0
12194
+ },
12195
+ contextWindow: 1e6,
12196
+ maxTokens: 131072
12197
+ },
12198
+ "glm-5.2": {
12199
+ id: "glm-5.2",
12200
+ name: "GLM-5.2",
12201
+ api: "openai-completions",
12202
+ provider: "zai",
12203
+ baseUrl: "https://api.z.ai/api/coding/paas/v4",
12204
+ compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
12205
+ reasoning: true,
12206
+ input: ["text"],
12207
+ cost: {
12208
+ input: 1.4,
12209
+ output: 4.4,
12210
+ cacheRead: 0.26,
12211
+ cacheWrite: 0
12212
+ },
12213
+ contextWindow: 1e6,
12214
+ maxTokens: 131072
12145
12215
  }
12146
12216
  },
12147
12217
  // Sarvam AI — OpenAI-compatible chat completions API
@@ -3509,6 +3509,23 @@ export declare const MODELS: {
3509
3509
  contextWindow: number;
3510
3510
  maxTokens: number;
3511
3511
  };
3512
+ readonly "MiniMax-M3-0.5": {
3513
+ id: string;
3514
+ name: string;
3515
+ api: "anthropic-messages";
3516
+ provider: string;
3517
+ baseUrl: string;
3518
+ reasoning: true;
3519
+ input: ("text" | "image")[];
3520
+ cost: {
3521
+ input: number;
3522
+ output: number;
3523
+ cacheRead: number;
3524
+ cacheWrite: number;
3525
+ };
3526
+ contextWindow: number;
3527
+ maxTokens: number;
3528
+ };
3512
3529
  };
3513
3530
  readonly "minimax-cn": {
3514
3531
  readonly "MiniMax-M2": {
@@ -3596,6 +3613,23 @@ export declare const MODELS: {
3596
3613
  contextWindow: number;
3597
3614
  maxTokens: number;
3598
3615
  };
3616
+ readonly "MiniMax-M3-0.5": {
3617
+ id: string;
3618
+ name: string;
3619
+ api: "anthropic-messages";
3620
+ provider: string;
3621
+ baseUrl: string;
3622
+ reasoning: true;
3623
+ input: ("text" | "image")[];
3624
+ cost: {
3625
+ input: number;
3626
+ output: number;
3627
+ cacheRead: number;
3628
+ cacheWrite: number;
3629
+ };
3630
+ contextWindow: number;
3631
+ maxTokens: number;
3632
+ };
3599
3633
  };
3600
3634
  readonly mistral: {
3601
3635
  readonly "codestral-latest": {
@@ -11991,6 +12025,48 @@ export declare const MODELS: {
11991
12025
  contextWindow: number;
11992
12026
  maxTokens: number;
11993
12027
  };
12028
+ readonly "glm-5.1": {
12029
+ id: string;
12030
+ name: string;
12031
+ api: "openai-completions";
12032
+ provider: string;
12033
+ baseUrl: string;
12034
+ compat: {
12035
+ supportsDeveloperRole: false;
12036
+ thinkingFormat: "zai";
12037
+ };
12038
+ reasoning: true;
12039
+ input: "text"[];
12040
+ cost: {
12041
+ input: number;
12042
+ output: number;
12043
+ cacheRead: number;
12044
+ cacheWrite: number;
12045
+ };
12046
+ contextWindow: number;
12047
+ maxTokens: number;
12048
+ };
12049
+ readonly "glm-5.2": {
12050
+ id: string;
12051
+ name: string;
12052
+ api: "openai-completions";
12053
+ provider: string;
12054
+ baseUrl: string;
12055
+ compat: {
12056
+ supportsDeveloperRole: false;
12057
+ thinkingFormat: "zai";
12058
+ };
12059
+ reasoning: true;
12060
+ input: "text"[];
12061
+ cost: {
12062
+ input: number;
12063
+ output: number;
12064
+ cacheRead: number;
12065
+ cacheWrite: number;
12066
+ };
12067
+ contextWindow: number;
12068
+ maxTokens: number;
12069
+ };
11994
12070
  };
11995
12071
  readonly sarvam: {
11996
12072
  readonly "sarvam-30b": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indusagi",
3
- "version": "0.13.3",
3
+ "version": "0.13.5",
4
4
  "description": "Indusagi — a terminal-first AI coding agent framework. Clean-room implementation.",
5
5
  "author": "Varun Israni",
6
6
  "license": "MIT",