indusagi 0.12.3 → 0.12.6
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/ai/index.d.ts +0 -1
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +0 -1
- package/dist/ai/index.js.map +1 -1
- package/dist/ai/models.generated.d.ts +51 -208
- package/dist/ai/models.generated.d.ts.map +1 -1
- package/dist/ai/models.generated.js +63 -217
- package/dist/ai/models.generated.js.map +1 -1
- package/dist/ai/providers/google-shared.d.ts +6 -1
- package/dist/ai/providers/google-shared.d.ts.map +1 -1
- package/dist/ai/providers/google-shared.js.map +1 -1
- package/dist/ai/providers/google-vertex.d.ts +1 -1
- package/dist/ai/providers/google-vertex.d.ts.map +1 -1
- package/dist/ai/providers/google-vertex.js.map +1 -1
- package/dist/ai/providers/google.d.ts +1 -1
- package/dist/ai/providers/google.d.ts.map +1 -1
- package/dist/ai/providers/google.js.map +1 -1
- package/dist/ai/providers/register-builtins.d.ts.map +1 -1
- package/dist/ai/providers/register-builtins.js +0 -6
- package/dist/ai/providers/register-builtins.js.map +1 -1
- package/dist/ai/types.d.ts +2 -2
- package/dist/ai/types.d.ts.map +1 -1
- package/dist/ai/utils/oauth/index.d.ts +1 -4
- package/dist/ai/utils/oauth/index.d.ts.map +1 -1
- package/dist/ai/utils/oauth/index.js +1 -10
- package/dist/ai/utils/oauth/index.js.map +1 -1
- package/dist/ai/utils/oauth/openai-codex.js +1 -1
- package/dist/ai/utils/oauth/openai-codex.js.map +1 -1
- package/package.json +1 -1
- package/dist/ai/providers/google-gemini-cli.d.ts +0 -74
- package/dist/ai/providers/google-gemini-cli.d.ts.map +0 -1
- package/dist/ai/providers/google-gemini-cli.js +0 -816
- package/dist/ai/providers/google-gemini-cli.js.map +0 -1
- package/dist/ai/utils/oauth/google-antigravity.d.ts +0 -26
- package/dist/ai/utils/oauth/google-antigravity.d.ts.map +0 -1
- package/dist/ai/utils/oauth/google-antigravity.js +0 -390
- package/dist/ai/utils/oauth/google-antigravity.js.map +0 -1
- package/dist/ai/utils/oauth/google-gemini-cli.d.ts +0 -26
- package/dist/ai/utils/oauth/google-gemini-cli.d.ts.map +0 -1
- package/dist/ai/utils/oauth/google-gemini-cli.js +0 -462
- package/dist/ai/utils/oauth/google-gemini-cli.js.map +0 -1
|
@@ -1313,6 +1313,23 @@ export const MODELS = {
|
|
|
1313
1313
|
contextWindow: 200000,
|
|
1314
1314
|
maxTokens: 64000,
|
|
1315
1315
|
},
|
|
1316
|
+
"claude-sonnet-4-6": {
|
|
1317
|
+
id: "claude-sonnet-4-6",
|
|
1318
|
+
name: "Claude Sonnet 4.6",
|
|
1319
|
+
api: "anthropic-messages",
|
|
1320
|
+
provider: "anthropic",
|
|
1321
|
+
baseUrl: "https://api.anthropic.com",
|
|
1322
|
+
reasoning: true,
|
|
1323
|
+
input: ["text", "image"],
|
|
1324
|
+
cost: {
|
|
1325
|
+
input: 3,
|
|
1326
|
+
output: 15,
|
|
1327
|
+
cacheRead: 0.3,
|
|
1328
|
+
cacheWrite: 3.75,
|
|
1329
|
+
},
|
|
1330
|
+
contextWindow: 200000,
|
|
1331
|
+
maxTokens: 128000,
|
|
1332
|
+
},
|
|
1316
1333
|
},
|
|
1317
1334
|
"azure-openai-responses": {
|
|
1318
1335
|
"codex-mini-latest": {
|
|
@@ -2642,214 +2659,6 @@ export const MODELS = {
|
|
|
2642
2659
|
maxTokens: 65536,
|
|
2643
2660
|
},
|
|
2644
2661
|
},
|
|
2645
|
-
"google-antigravity": {
|
|
2646
|
-
"claude-opus-4-5-thinking": {
|
|
2647
|
-
id: "claude-opus-4-5-thinking",
|
|
2648
|
-
name: "Claude Opus 4.5 Thinking (Antigravity)",
|
|
2649
|
-
api: "google-gemini-cli",
|
|
2650
|
-
provider: "google-antigravity",
|
|
2651
|
-
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
|
|
2652
|
-
reasoning: true,
|
|
2653
|
-
input: ["text", "image"],
|
|
2654
|
-
cost: {
|
|
2655
|
-
input: 5,
|
|
2656
|
-
output: 25,
|
|
2657
|
-
cacheRead: 0.5,
|
|
2658
|
-
cacheWrite: 6.25,
|
|
2659
|
-
},
|
|
2660
|
-
contextWindow: 200000,
|
|
2661
|
-
maxTokens: 64000,
|
|
2662
|
-
},
|
|
2663
|
-
"claude-sonnet-4-5": {
|
|
2664
|
-
id: "claude-sonnet-4-5",
|
|
2665
|
-
name: "Claude Sonnet 4.5 (Antigravity)",
|
|
2666
|
-
api: "google-gemini-cli",
|
|
2667
|
-
provider: "google-antigravity",
|
|
2668
|
-
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
|
|
2669
|
-
reasoning: false,
|
|
2670
|
-
input: ["text", "image"],
|
|
2671
|
-
cost: {
|
|
2672
|
-
input: 3,
|
|
2673
|
-
output: 15,
|
|
2674
|
-
cacheRead: 0.3,
|
|
2675
|
-
cacheWrite: 3.75,
|
|
2676
|
-
},
|
|
2677
|
-
contextWindow: 200000,
|
|
2678
|
-
maxTokens: 64000,
|
|
2679
|
-
},
|
|
2680
|
-
"claude-sonnet-4-5-thinking": {
|
|
2681
|
-
id: "claude-sonnet-4-5-thinking",
|
|
2682
|
-
name: "Claude Sonnet 4.5 Thinking (Antigravity)",
|
|
2683
|
-
api: "google-gemini-cli",
|
|
2684
|
-
provider: "google-antigravity",
|
|
2685
|
-
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
|
|
2686
|
-
reasoning: true,
|
|
2687
|
-
input: ["text", "image"],
|
|
2688
|
-
cost: {
|
|
2689
|
-
input: 3,
|
|
2690
|
-
output: 15,
|
|
2691
|
-
cacheRead: 0.3,
|
|
2692
|
-
cacheWrite: 3.75,
|
|
2693
|
-
},
|
|
2694
|
-
contextWindow: 200000,
|
|
2695
|
-
maxTokens: 64000,
|
|
2696
|
-
},
|
|
2697
|
-
"gemini-3-flash": {
|
|
2698
|
-
id: "gemini-3-flash",
|
|
2699
|
-
name: "Gemini 3 Flash (Antigravity)",
|
|
2700
|
-
api: "google-gemini-cli",
|
|
2701
|
-
provider: "google-antigravity",
|
|
2702
|
-
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
|
|
2703
|
-
reasoning: true,
|
|
2704
|
-
input: ["text", "image"],
|
|
2705
|
-
cost: {
|
|
2706
|
-
input: 0.5,
|
|
2707
|
-
output: 3,
|
|
2708
|
-
cacheRead: 0.5,
|
|
2709
|
-
cacheWrite: 0,
|
|
2710
|
-
},
|
|
2711
|
-
contextWindow: 1048576,
|
|
2712
|
-
maxTokens: 65535,
|
|
2713
|
-
},
|
|
2714
|
-
"gemini-3-pro-high": {
|
|
2715
|
-
id: "gemini-3-pro-high",
|
|
2716
|
-
name: "Gemini 3 Pro High (Antigravity)",
|
|
2717
|
-
api: "google-gemini-cli",
|
|
2718
|
-
provider: "google-antigravity",
|
|
2719
|
-
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
|
|
2720
|
-
reasoning: true,
|
|
2721
|
-
input: ["text", "image"],
|
|
2722
|
-
cost: {
|
|
2723
|
-
input: 2,
|
|
2724
|
-
output: 12,
|
|
2725
|
-
cacheRead: 0.2,
|
|
2726
|
-
cacheWrite: 2.375,
|
|
2727
|
-
},
|
|
2728
|
-
contextWindow: 1048576,
|
|
2729
|
-
maxTokens: 65535,
|
|
2730
|
-
},
|
|
2731
|
-
"gemini-3-pro-low": {
|
|
2732
|
-
id: "gemini-3-pro-low",
|
|
2733
|
-
name: "Gemini 3 Pro Low (Antigravity)",
|
|
2734
|
-
api: "google-gemini-cli",
|
|
2735
|
-
provider: "google-antigravity",
|
|
2736
|
-
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
|
|
2737
|
-
reasoning: true,
|
|
2738
|
-
input: ["text", "image"],
|
|
2739
|
-
cost: {
|
|
2740
|
-
input: 2,
|
|
2741
|
-
output: 12,
|
|
2742
|
-
cacheRead: 0.2,
|
|
2743
|
-
cacheWrite: 2.375,
|
|
2744
|
-
},
|
|
2745
|
-
contextWindow: 1048576,
|
|
2746
|
-
maxTokens: 65535,
|
|
2747
|
-
},
|
|
2748
|
-
"gpt-oss-120b-medium": {
|
|
2749
|
-
id: "gpt-oss-120b-medium",
|
|
2750
|
-
name: "GPT-OSS 120B Medium (Antigravity)",
|
|
2751
|
-
api: "google-gemini-cli",
|
|
2752
|
-
provider: "google-antigravity",
|
|
2753
|
-
baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
|
|
2754
|
-
reasoning: false,
|
|
2755
|
-
input: ["text"],
|
|
2756
|
-
cost: {
|
|
2757
|
-
input: 0.09,
|
|
2758
|
-
output: 0.36,
|
|
2759
|
-
cacheRead: 0,
|
|
2760
|
-
cacheWrite: 0,
|
|
2761
|
-
},
|
|
2762
|
-
contextWindow: 131072,
|
|
2763
|
-
maxTokens: 32768,
|
|
2764
|
-
},
|
|
2765
|
-
},
|
|
2766
|
-
"google-gemini-cli": {
|
|
2767
|
-
"gemini-2.0-flash": {
|
|
2768
|
-
id: "gemini-2.0-flash",
|
|
2769
|
-
name: "Gemini 2.0 Flash (Cloud Code Assist)",
|
|
2770
|
-
api: "google-gemini-cli",
|
|
2771
|
-
provider: "google-gemini-cli",
|
|
2772
|
-
baseUrl: "https://cloudcode-pa.googleapis.com",
|
|
2773
|
-
reasoning: false,
|
|
2774
|
-
input: ["text", "image"],
|
|
2775
|
-
cost: {
|
|
2776
|
-
input: 0,
|
|
2777
|
-
output: 0,
|
|
2778
|
-
cacheRead: 0,
|
|
2779
|
-
cacheWrite: 0,
|
|
2780
|
-
},
|
|
2781
|
-
contextWindow: 1048576,
|
|
2782
|
-
maxTokens: 8192,
|
|
2783
|
-
},
|
|
2784
|
-
"gemini-2.5-flash": {
|
|
2785
|
-
id: "gemini-2.5-flash",
|
|
2786
|
-
name: "Gemini 2.5 Flash (Cloud Code Assist)",
|
|
2787
|
-
api: "google-gemini-cli",
|
|
2788
|
-
provider: "google-gemini-cli",
|
|
2789
|
-
baseUrl: "https://cloudcode-pa.googleapis.com",
|
|
2790
|
-
reasoning: true,
|
|
2791
|
-
input: ["text", "image"],
|
|
2792
|
-
cost: {
|
|
2793
|
-
input: 0,
|
|
2794
|
-
output: 0,
|
|
2795
|
-
cacheRead: 0,
|
|
2796
|
-
cacheWrite: 0,
|
|
2797
|
-
},
|
|
2798
|
-
contextWindow: 1048576,
|
|
2799
|
-
maxTokens: 65535,
|
|
2800
|
-
},
|
|
2801
|
-
"gemini-2.5-pro": {
|
|
2802
|
-
id: "gemini-2.5-pro",
|
|
2803
|
-
name: "Gemini 2.5 Pro (Cloud Code Assist)",
|
|
2804
|
-
api: "google-gemini-cli",
|
|
2805
|
-
provider: "google-gemini-cli",
|
|
2806
|
-
baseUrl: "https://cloudcode-pa.googleapis.com",
|
|
2807
|
-
reasoning: true,
|
|
2808
|
-
input: ["text", "image"],
|
|
2809
|
-
cost: {
|
|
2810
|
-
input: 0,
|
|
2811
|
-
output: 0,
|
|
2812
|
-
cacheRead: 0,
|
|
2813
|
-
cacheWrite: 0,
|
|
2814
|
-
},
|
|
2815
|
-
contextWindow: 1048576,
|
|
2816
|
-
maxTokens: 65535,
|
|
2817
|
-
},
|
|
2818
|
-
"gemini-3-flash-preview": {
|
|
2819
|
-
id: "gemini-3-flash-preview",
|
|
2820
|
-
name: "Gemini 3 Flash Preview (Cloud Code Assist)",
|
|
2821
|
-
api: "google-gemini-cli",
|
|
2822
|
-
provider: "google-gemini-cli",
|
|
2823
|
-
baseUrl: "https://cloudcode-pa.googleapis.com",
|
|
2824
|
-
reasoning: true,
|
|
2825
|
-
input: ["text", "image"],
|
|
2826
|
-
cost: {
|
|
2827
|
-
input: 0,
|
|
2828
|
-
output: 0,
|
|
2829
|
-
cacheRead: 0,
|
|
2830
|
-
cacheWrite: 0,
|
|
2831
|
-
},
|
|
2832
|
-
contextWindow: 1048576,
|
|
2833
|
-
maxTokens: 65535,
|
|
2834
|
-
},
|
|
2835
|
-
"gemini-3-pro-preview": {
|
|
2836
|
-
id: "gemini-3-pro-preview",
|
|
2837
|
-
name: "Gemini 3 Pro Preview (Cloud Code Assist)",
|
|
2838
|
-
api: "google-gemini-cli",
|
|
2839
|
-
provider: "google-gemini-cli",
|
|
2840
|
-
baseUrl: "https://cloudcode-pa.googleapis.com",
|
|
2841
|
-
reasoning: true,
|
|
2842
|
-
input: ["text", "image"],
|
|
2843
|
-
cost: {
|
|
2844
|
-
input: 0,
|
|
2845
|
-
output: 0,
|
|
2846
|
-
cacheRead: 0,
|
|
2847
|
-
cacheWrite: 0,
|
|
2848
|
-
},
|
|
2849
|
-
contextWindow: 1048576,
|
|
2850
|
-
maxTokens: 65535,
|
|
2851
|
-
},
|
|
2852
|
-
},
|
|
2853
2662
|
"google-vertex": {
|
|
2854
2663
|
"gemini-1.5-flash": {
|
|
2855
2664
|
id: "gemini-1.5-flash",
|
|
@@ -4252,7 +4061,7 @@ export const MODELS = {
|
|
|
4252
4061
|
cacheRead: 0.2,
|
|
4253
4062
|
cacheWrite: 0,
|
|
4254
4063
|
},
|
|
4255
|
-
contextWindow:
|
|
4064
|
+
contextWindow: 128000,
|
|
4256
4065
|
maxTokens: 128000,
|
|
4257
4066
|
},
|
|
4258
4067
|
"gpt-5.2-pro": {
|
|
@@ -4526,7 +4335,7 @@ export const MODELS = {
|
|
|
4526
4335
|
cacheRead: 0.2,
|
|
4527
4336
|
cacheWrite: 0,
|
|
4528
4337
|
},
|
|
4529
|
-
contextWindow:
|
|
4338
|
+
contextWindow: 128000,
|
|
4530
4339
|
maxTokens: 128000,
|
|
4531
4340
|
},
|
|
4532
4341
|
},
|
|
@@ -4650,6 +4459,23 @@ export const MODELS = {
|
|
|
4650
4459
|
contextWindow: 1000000,
|
|
4651
4460
|
maxTokens: 64000,
|
|
4652
4461
|
},
|
|
4462
|
+
"claude-sonnet-4-6": {
|
|
4463
|
+
id: "claude-sonnet-4-6",
|
|
4464
|
+
name: "Claude Sonnet 4.6",
|
|
4465
|
+
api: "anthropic-messages",
|
|
4466
|
+
provider: "opencode",
|
|
4467
|
+
baseUrl: "https://opencode.ai/zen",
|
|
4468
|
+
reasoning: true,
|
|
4469
|
+
input: ["text", "image"],
|
|
4470
|
+
cost: {
|
|
4471
|
+
input: 3,
|
|
4472
|
+
output: 15,
|
|
4473
|
+
cacheRead: 0.3,
|
|
4474
|
+
cacheWrite: 3.75,
|
|
4475
|
+
},
|
|
4476
|
+
contextWindow: 1000000,
|
|
4477
|
+
maxTokens: 128000,
|
|
4478
|
+
},
|
|
4653
4479
|
"gemini-3-flash": {
|
|
4654
4480
|
id: "gemini-3-flash",
|
|
4655
4481
|
name: "Gemini 3 Flash",
|
|
@@ -11436,7 +11262,7 @@ export const MODELS = {
|
|
|
11436
11262
|
name: "GLM-5",
|
|
11437
11263
|
api: "openai-completions",
|
|
11438
11264
|
provider: "zai",
|
|
11439
|
-
baseUrl: "https://api.z.ai/api/paas/v4",
|
|
11265
|
+
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
11440
11266
|
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
|
|
11441
11267
|
reasoning: true,
|
|
11442
11268
|
input: ["text"],
|
|
@@ -11523,15 +11349,35 @@ export const MODELS = {
|
|
|
11523
11349
|
maxTokens: 8192,
|
|
11524
11350
|
},
|
|
11525
11351
|
},
|
|
11526
|
-
// Kimi Code — Anthropic-compatible
|
|
11527
|
-
//
|
|
11352
|
+
// Kimi Code — Anthropic-compatible endpoint per official docs:
|
|
11353
|
+
// https://www.kimi.com/code/docs/en/more/third-party-agents.html
|
|
11354
|
+
// ANTHROPIC_BASE_URL = https://api.kimi.com/coding/
|
|
11355
|
+
// Model: kimi-for-coding env var: KIMI_API_KEY
|
|
11528
11356
|
"kimi-coding": {
|
|
11357
|
+
"kimi-for-coding": {
|
|
11358
|
+
id: "kimi-for-coding",
|
|
11359
|
+
name: "Kimi Code (K2.5)",
|
|
11360
|
+
api: "anthropic-messages",
|
|
11361
|
+
provider: "kimi-coding",
|
|
11362
|
+
baseUrl: "https://api.kimi.com/coding",
|
|
11363
|
+
reasoning: false,
|
|
11364
|
+
input: ["text"],
|
|
11365
|
+
cost: {
|
|
11366
|
+
input: 0,
|
|
11367
|
+
output: 0,
|
|
11368
|
+
cacheRead: 0,
|
|
11369
|
+
cacheWrite: 0,
|
|
11370
|
+
},
|
|
11371
|
+
contextWindow: 262144,
|
|
11372
|
+
maxTokens: 32768,
|
|
11373
|
+
},
|
|
11374
|
+
// Legacy alias kept for backwards compat
|
|
11529
11375
|
"k2p5": {
|
|
11530
11376
|
id: "k2p5",
|
|
11531
|
-
name: "Kimi K2.5 (
|
|
11377
|
+
name: "Kimi Code K2.5 (legacy alias)",
|
|
11532
11378
|
api: "anthropic-messages",
|
|
11533
11379
|
provider: "kimi-coding",
|
|
11534
|
-
baseUrl: "https://api.kimi.com/
|
|
11380
|
+
baseUrl: "https://api.kimi.com/coding",
|
|
11535
11381
|
reasoning: false,
|
|
11536
11382
|
input: ["text"],
|
|
11537
11383
|
cost: {
|
|
@@ -11540,8 +11386,8 @@ export const MODELS = {
|
|
|
11540
11386
|
cacheRead: 0,
|
|
11541
11387
|
cacheWrite: 0,
|
|
11542
11388
|
},
|
|
11543
|
-
contextWindow:
|
|
11544
|
-
maxTokens:
|
|
11389
|
+
contextWindow: 262144,
|
|
11390
|
+
maxTokens: 32768,
|
|
11545
11391
|
},
|
|
11546
11392
|
},
|
|
11547
11393
|
};
|