indusagi 0.12.17 → 0.12.19
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/README.md +0 -1
- package/dist/agent/types.d.ts +1 -1
- package/dist/ai/models.generated.d.ts +71 -198
- package/dist/ai/models.generated.d.ts.map +1 -1
- package/dist/ai/models.generated.js +88 -210
- package/dist/ai/models.generated.js.map +1 -1
- package/dist/ai/models.js +1 -1
- package/dist/ai/models.js.map +1 -1
- package/dist/ai/providers/openai-codex-responses.js +2 -2
- package/dist/ai/providers/openai-codex-responses.js.map +1 -1
- package/dist/ai/types.d.ts +0 -1
- package/dist/ai/types.d.ts.map +1 -1
- package/dist/ai/types.js.map +1 -1
- package/package.json +38 -29
|
@@ -1808,23 +1808,6 @@ export const MODELS = {
|
|
|
1808
1808
|
contextWindow: 400000,
|
|
1809
1809
|
maxTokens: 128000,
|
|
1810
1810
|
},
|
|
1811
|
-
"gpt-5.3-pro": {
|
|
1812
|
-
id: "gpt-5.3-pro",
|
|
1813
|
-
name: "GPT-5.3 Pro",
|
|
1814
|
-
api: "azure-openai-responses",
|
|
1815
|
-
provider: "azure-openai-responses",
|
|
1816
|
-
baseUrl: "",
|
|
1817
|
-
reasoning: true,
|
|
1818
|
-
input: ["text", "image"],
|
|
1819
|
-
cost: {
|
|
1820
|
-
input: 30,
|
|
1821
|
-
output: 240,
|
|
1822
|
-
cacheRead: 0,
|
|
1823
|
-
cacheWrite: 0,
|
|
1824
|
-
},
|
|
1825
|
-
contextWindow: 400000,
|
|
1826
|
-
maxTokens: 128000,
|
|
1827
|
-
},
|
|
1828
1811
|
"gpt-5.4": {
|
|
1829
1812
|
id: "gpt-5.4",
|
|
1830
1813
|
name: "GPT-5.4",
|
|
@@ -1842,40 +1825,6 @@ export const MODELS = {
|
|
|
1842
1825
|
contextWindow: 400000,
|
|
1843
1826
|
maxTokens: 128000,
|
|
1844
1827
|
},
|
|
1845
|
-
"gpt-5.4-codex": {
|
|
1846
|
-
id: "gpt-5.4-codex",
|
|
1847
|
-
name: "GPT-5.4 Codex",
|
|
1848
|
-
api: "azure-openai-responses",
|
|
1849
|
-
provider: "azure-openai-responses",
|
|
1850
|
-
baseUrl: "",
|
|
1851
|
-
reasoning: true,
|
|
1852
|
-
input: ["text", "image"],
|
|
1853
|
-
cost: {
|
|
1854
|
-
input: 3,
|
|
1855
|
-
output: 24,
|
|
1856
|
-
cacheRead: 0.3,
|
|
1857
|
-
cacheWrite: 0,
|
|
1858
|
-
},
|
|
1859
|
-
contextWindow: 400000,
|
|
1860
|
-
maxTokens: 128000,
|
|
1861
|
-
},
|
|
1862
|
-
"gpt-5.4-pro": {
|
|
1863
|
-
id: "gpt-5.4-pro",
|
|
1864
|
-
name: "GPT-5.4 Pro",
|
|
1865
|
-
api: "azure-openai-responses",
|
|
1866
|
-
provider: "azure-openai-responses",
|
|
1867
|
-
baseUrl: "",
|
|
1868
|
-
reasoning: true,
|
|
1869
|
-
input: ["text", "image"],
|
|
1870
|
-
cost: {
|
|
1871
|
-
input: 36,
|
|
1872
|
-
output: 288,
|
|
1873
|
-
cacheRead: 0,
|
|
1874
|
-
cacheWrite: 0,
|
|
1875
|
-
},
|
|
1876
|
-
contextWindow: 400000,
|
|
1877
|
-
maxTokens: 128000,
|
|
1878
|
-
},
|
|
1879
1828
|
"o1": {
|
|
1880
1829
|
id: "o1",
|
|
1881
1830
|
name: "o1",
|
|
@@ -2436,24 +2385,6 @@ export const MODELS = {
|
|
|
2436
2385
|
contextWindow: 272000,
|
|
2437
2386
|
maxTokens: 128000,
|
|
2438
2387
|
},
|
|
2439
|
-
"gpt-5.4-codex": {
|
|
2440
|
-
id: "gpt-5.4-codex",
|
|
2441
|
-
name: "GPT-5.4-Codex",
|
|
2442
|
-
api: "openai-responses",
|
|
2443
|
-
provider: "github-copilot",
|
|
2444
|
-
baseUrl: "https://api.individual.githubcopilot.com",
|
|
2445
|
-
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
2446
|
-
reasoning: true,
|
|
2447
|
-
input: ["text", "image"],
|
|
2448
|
-
cost: {
|
|
2449
|
-
input: 0,
|
|
2450
|
-
output: 0,
|
|
2451
|
-
cacheRead: 0,
|
|
2452
|
-
cacheWrite: 0,
|
|
2453
|
-
},
|
|
2454
|
-
contextWindow: 272000,
|
|
2455
|
-
maxTokens: 128000,
|
|
2456
|
-
},
|
|
2457
2388
|
"grok-code-fast-1": {
|
|
2458
2389
|
id: "grok-code-fast-1",
|
|
2459
2390
|
name: "Grok Code Fast 1",
|
|
@@ -3314,6 +3245,40 @@ export const MODELS = {
|
|
|
3314
3245
|
contextWindow: 204800,
|
|
3315
3246
|
maxTokens: 131072,
|
|
3316
3247
|
},
|
|
3248
|
+
"MiniMax-M2.5": {
|
|
3249
|
+
id: "MiniMax-M2.5",
|
|
3250
|
+
name: "MiniMax-M2.5",
|
|
3251
|
+
api: "anthropic-messages",
|
|
3252
|
+
provider: "minimax",
|
|
3253
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
3254
|
+
reasoning: true,
|
|
3255
|
+
input: ["text"],
|
|
3256
|
+
cost: {
|
|
3257
|
+
input: 0.3,
|
|
3258
|
+
output: 1.2,
|
|
3259
|
+
cacheRead: 0,
|
|
3260
|
+
cacheWrite: 0,
|
|
3261
|
+
},
|
|
3262
|
+
contextWindow: 204800,
|
|
3263
|
+
maxTokens: 131072,
|
|
3264
|
+
},
|
|
3265
|
+
"MiniMax-M2.7": {
|
|
3266
|
+
id: "MiniMax-M2.7",
|
|
3267
|
+
name: "MiniMax-M2.7",
|
|
3268
|
+
api: "anthropic-messages",
|
|
3269
|
+
provider: "minimax",
|
|
3270
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
3271
|
+
reasoning: true,
|
|
3272
|
+
input: ["text"],
|
|
3273
|
+
cost: {
|
|
3274
|
+
input: 0.3,
|
|
3275
|
+
output: 1.2,
|
|
3276
|
+
cacheRead: 0,
|
|
3277
|
+
cacheWrite: 0,
|
|
3278
|
+
},
|
|
3279
|
+
contextWindow: 204800,
|
|
3280
|
+
maxTokens: 131072,
|
|
3281
|
+
},
|
|
3317
3282
|
},
|
|
3318
3283
|
"minimax-cn": {
|
|
3319
3284
|
"MiniMax-M2": {
|
|
@@ -3350,6 +3315,40 @@ export const MODELS = {
|
|
|
3350
3315
|
contextWindow: 204800,
|
|
3351
3316
|
maxTokens: 131072,
|
|
3352
3317
|
},
|
|
3318
|
+
"MiniMax-M2.5": {
|
|
3319
|
+
id: "MiniMax-M2.5",
|
|
3320
|
+
name: "MiniMax-M2.5",
|
|
3321
|
+
api: "anthropic-messages",
|
|
3322
|
+
provider: "minimax-cn",
|
|
3323
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
3324
|
+
reasoning: true,
|
|
3325
|
+
input: ["text"],
|
|
3326
|
+
cost: {
|
|
3327
|
+
input: 0.3,
|
|
3328
|
+
output: 1.2,
|
|
3329
|
+
cacheRead: 0,
|
|
3330
|
+
cacheWrite: 0,
|
|
3331
|
+
},
|
|
3332
|
+
contextWindow: 204800,
|
|
3333
|
+
maxTokens: 131072,
|
|
3334
|
+
},
|
|
3335
|
+
"MiniMax-M2.7": {
|
|
3336
|
+
id: "MiniMax-M2.7",
|
|
3337
|
+
name: "MiniMax-M2.7",
|
|
3338
|
+
api: "anthropic-messages",
|
|
3339
|
+
provider: "minimax-cn",
|
|
3340
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
3341
|
+
reasoning: true,
|
|
3342
|
+
input: ["text"],
|
|
3343
|
+
cost: {
|
|
3344
|
+
input: 0.3,
|
|
3345
|
+
output: 1.2,
|
|
3346
|
+
cacheRead: 0,
|
|
3347
|
+
cacheWrite: 0,
|
|
3348
|
+
},
|
|
3349
|
+
contextWindow: 204800,
|
|
3350
|
+
maxTokens: 131072,
|
|
3351
|
+
},
|
|
3353
3352
|
},
|
|
3354
3353
|
"mistral": {
|
|
3355
3354
|
"codestral-latest": {
|
|
@@ -4289,35 +4288,35 @@ export const MODELS = {
|
|
|
4289
4288
|
contextWindow: 128000,
|
|
4290
4289
|
maxTokens: 16384,
|
|
4291
4290
|
},
|
|
4292
|
-
"gpt-5.
|
|
4293
|
-
id: "gpt-5.
|
|
4294
|
-
name: "GPT-5.
|
|
4291
|
+
"gpt-5.4": {
|
|
4292
|
+
id: "gpt-5.4",
|
|
4293
|
+
name: "GPT-5.4",
|
|
4295
4294
|
api: "openai-responses",
|
|
4296
4295
|
provider: "openai",
|
|
4297
4296
|
baseUrl: "https://api.openai.com/v1",
|
|
4298
4297
|
reasoning: true,
|
|
4299
4298
|
input: ["text", "image"],
|
|
4300
4299
|
cost: {
|
|
4301
|
-
input:
|
|
4302
|
-
output:
|
|
4303
|
-
cacheRead: 0,
|
|
4300
|
+
input: 2.25,
|
|
4301
|
+
output: 18,
|
|
4302
|
+
cacheRead: 0.225,
|
|
4304
4303
|
cacheWrite: 0,
|
|
4305
4304
|
},
|
|
4306
4305
|
contextWindow: 400000,
|
|
4307
4306
|
maxTokens: 128000,
|
|
4308
4307
|
},
|
|
4309
|
-
"gpt-5.4": {
|
|
4310
|
-
id: "gpt-5.4",
|
|
4311
|
-
name: "GPT-5.4",
|
|
4308
|
+
"gpt-5.4-mini": {
|
|
4309
|
+
id: "gpt-5.4-mini",
|
|
4310
|
+
name: "GPT-5.4 Mini",
|
|
4312
4311
|
api: "openai-responses",
|
|
4313
4312
|
provider: "openai",
|
|
4314
4313
|
baseUrl: "https://api.openai.com/v1",
|
|
4315
4314
|
reasoning: true,
|
|
4316
4315
|
input: ["text", "image"],
|
|
4317
4316
|
cost: {
|
|
4318
|
-
input:
|
|
4319
|
-
output:
|
|
4320
|
-
cacheRead: 0.
|
|
4317
|
+
input: 0.25,
|
|
4318
|
+
output: 2,
|
|
4319
|
+
cacheRead: 0.025,
|
|
4321
4320
|
cacheWrite: 0,
|
|
4322
4321
|
},
|
|
4323
4322
|
contextWindow: 400000,
|
|
@@ -4340,40 +4339,6 @@ export const MODELS = {
|
|
|
4340
4339
|
contextWindow: 128000,
|
|
4341
4340
|
maxTokens: 16384,
|
|
4342
4341
|
},
|
|
4343
|
-
"gpt-5.4-codex": {
|
|
4344
|
-
id: "gpt-5.4-codex",
|
|
4345
|
-
name: "GPT-5.4 Codex",
|
|
4346
|
-
api: "openai-responses",
|
|
4347
|
-
provider: "openai",
|
|
4348
|
-
baseUrl: "https://api.openai.com/v1",
|
|
4349
|
-
reasoning: true,
|
|
4350
|
-
input: ["text", "image"],
|
|
4351
|
-
cost: {
|
|
4352
|
-
input: 2.25,
|
|
4353
|
-
output: 18,
|
|
4354
|
-
cacheRead: 0.225,
|
|
4355
|
-
cacheWrite: 0,
|
|
4356
|
-
},
|
|
4357
|
-
contextWindow: 400000,
|
|
4358
|
-
maxTokens: 128000,
|
|
4359
|
-
},
|
|
4360
|
-
"gpt-5.4-pro": {
|
|
4361
|
-
id: "gpt-5.4-pro",
|
|
4362
|
-
name: "GPT-5.4 Pro",
|
|
4363
|
-
api: "openai-responses",
|
|
4364
|
-
provider: "openai",
|
|
4365
|
-
baseUrl: "https://api.openai.com/v1",
|
|
4366
|
-
reasoning: true,
|
|
4367
|
-
input: ["text", "image"],
|
|
4368
|
-
cost: {
|
|
4369
|
-
input: 27,
|
|
4370
|
-
output: 216,
|
|
4371
|
-
cacheRead: 0,
|
|
4372
|
-
cacheWrite: 0,
|
|
4373
|
-
},
|
|
4374
|
-
contextWindow: 400000,
|
|
4375
|
-
maxTokens: 128000,
|
|
4376
|
-
},
|
|
4377
4342
|
"o1": {
|
|
4378
4343
|
id: "o1",
|
|
4379
4344
|
name: "o1",
|
|
@@ -4662,43 +4627,24 @@ export const MODELS = {
|
|
|
4662
4627
|
cacheRead: 0.225,
|
|
4663
4628
|
cacheWrite: 0,
|
|
4664
4629
|
},
|
|
4665
|
-
contextWindow:
|
|
4666
|
-
maxTokens: 128000,
|
|
4667
|
-
},
|
|
4668
|
-
"gpt-5.4-274k": {
|
|
4669
|
-
id: "gpt-5.4-274k",
|
|
4670
|
-
name: "GPT-5.4 (274k)",
|
|
4671
|
-
apiModelId: "gpt-5.4",
|
|
4672
|
-
api: "openai-codex-responses",
|
|
4673
|
-
provider: "openai-codex",
|
|
4674
|
-
baseUrl: "https://chatgpt.com/backend-api",
|
|
4675
|
-
reasoning: true,
|
|
4676
|
-
input: ["text", "image"],
|
|
4677
|
-
cost: {
|
|
4678
|
-
input: 2.25,
|
|
4679
|
-
output: 18,
|
|
4680
|
-
cacheRead: 0.225,
|
|
4681
|
-
cacheWrite: 0,
|
|
4682
|
-
},
|
|
4683
|
-
contextWindow: 274000,
|
|
4630
|
+
contextWindow: 272000,
|
|
4684
4631
|
maxTokens: 128000,
|
|
4685
4632
|
},
|
|
4686
|
-
"gpt-5.4-
|
|
4687
|
-
id: "gpt-5.4-
|
|
4688
|
-
name: "GPT-5.4
|
|
4689
|
-
apiModelId: "gpt-5.4",
|
|
4633
|
+
"gpt-5.4-mini": {
|
|
4634
|
+
id: "gpt-5.4-mini",
|
|
4635
|
+
name: "GPT-5.4 Mini",
|
|
4690
4636
|
api: "openai-codex-responses",
|
|
4691
4637
|
provider: "openai-codex",
|
|
4692
4638
|
baseUrl: "https://chatgpt.com/backend-api",
|
|
4693
4639
|
reasoning: true,
|
|
4694
4640
|
input: ["text", "image"],
|
|
4695
4641
|
cost: {
|
|
4696
|
-
input:
|
|
4697
|
-
output:
|
|
4698
|
-
cacheRead: 0.
|
|
4642
|
+
input: 0.25,
|
|
4643
|
+
output: 2,
|
|
4644
|
+
cacheRead: 0.025,
|
|
4699
4645
|
cacheWrite: 0,
|
|
4700
4646
|
},
|
|
4701
|
-
contextWindow:
|
|
4647
|
+
contextWindow: 272000,
|
|
4702
4648
|
maxTokens: 128000,
|
|
4703
4649
|
},
|
|
4704
4650
|
},
|
|
@@ -5128,23 +5074,6 @@ export const MODELS = {
|
|
|
5128
5074
|
contextWindow: 400000,
|
|
5129
5075
|
maxTokens: 128000,
|
|
5130
5076
|
},
|
|
5131
|
-
"gpt-5.4-codex": {
|
|
5132
|
-
id: "gpt-5.4-codex",
|
|
5133
|
-
name: "GPT-5.4 Codex",
|
|
5134
|
-
api: "openai-responses",
|
|
5135
|
-
provider: "opencode",
|
|
5136
|
-
baseUrl: "https://opencode.ai/zen/v1",
|
|
5137
|
-
reasoning: true,
|
|
5138
|
-
input: ["text", "image"],
|
|
5139
|
-
cost: {
|
|
5140
|
-
input: 2.25,
|
|
5141
|
-
output: 18,
|
|
5142
|
-
cacheRead: 0.225,
|
|
5143
|
-
cacheWrite: 0,
|
|
5144
|
-
},
|
|
5145
|
-
contextWindow: 400000,
|
|
5146
|
-
maxTokens: 128000,
|
|
5147
|
-
},
|
|
5148
5077
|
"grok-code": {
|
|
5149
5078
|
id: "grok-code",
|
|
5150
5079
|
name: "Grok Code Fast 1",
|
|
@@ -7782,23 +7711,6 @@ export const MODELS = {
|
|
|
7782
7711
|
contextWindow: 400000,
|
|
7783
7712
|
maxTokens: 128000,
|
|
7784
7713
|
},
|
|
7785
|
-
"openai/gpt-5.3-pro": {
|
|
7786
|
-
id: "openai/gpt-5.3-pro",
|
|
7787
|
-
name: "OpenAI: GPT-5.3 Pro",
|
|
7788
|
-
api: "openai-completions",
|
|
7789
|
-
provider: "openrouter",
|
|
7790
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7791
|
-
reasoning: true,
|
|
7792
|
-
input: ["text", "image"],
|
|
7793
|
-
cost: {
|
|
7794
|
-
input: 30,
|
|
7795
|
-
output: 240,
|
|
7796
|
-
cacheRead: 0,
|
|
7797
|
-
cacheWrite: 0,
|
|
7798
|
-
},
|
|
7799
|
-
contextWindow: 400000,
|
|
7800
|
-
maxTokens: 128000,
|
|
7801
|
-
},
|
|
7802
7714
|
"openai/gpt-5.4": {
|
|
7803
7715
|
id: "openai/gpt-5.4",
|
|
7804
7716
|
name: "OpenAI: GPT-5.4",
|
|
@@ -7816,40 +7728,6 @@ export const MODELS = {
|
|
|
7816
7728
|
contextWindow: 400000,
|
|
7817
7729
|
maxTokens: 128000,
|
|
7818
7730
|
},
|
|
7819
|
-
"openai/gpt-5.4-codex": {
|
|
7820
|
-
id: "openai/gpt-5.4-codex",
|
|
7821
|
-
name: "OpenAI: GPT-5.4-Codex",
|
|
7822
|
-
api: "openai-completions",
|
|
7823
|
-
provider: "openrouter",
|
|
7824
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7825
|
-
reasoning: true,
|
|
7826
|
-
input: ["text", "image"],
|
|
7827
|
-
cost: {
|
|
7828
|
-
input: 3,
|
|
7829
|
-
output: 24,
|
|
7830
|
-
cacheRead: 0.3,
|
|
7831
|
-
cacheWrite: 0,
|
|
7832
|
-
},
|
|
7833
|
-
contextWindow: 400000,
|
|
7834
|
-
maxTokens: 128000,
|
|
7835
|
-
},
|
|
7836
|
-
"openai/gpt-5.4-pro": {
|
|
7837
|
-
id: "openai/gpt-5.4-pro",
|
|
7838
|
-
name: "OpenAI: GPT-5.4 Pro",
|
|
7839
|
-
api: "openai-completions",
|
|
7840
|
-
provider: "openrouter",
|
|
7841
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7842
|
-
reasoning: true,
|
|
7843
|
-
input: ["text", "image"],
|
|
7844
|
-
cost: {
|
|
7845
|
-
input: 36,
|
|
7846
|
-
output: 288,
|
|
7847
|
-
cacheRead: 0,
|
|
7848
|
-
cacheWrite: 0,
|
|
7849
|
-
},
|
|
7850
|
-
contextWindow: 400000,
|
|
7851
|
-
maxTokens: 128000,
|
|
7852
|
-
},
|
|
7853
7731
|
"openai/gpt-oss-120b": {
|
|
7854
7732
|
id: "openai/gpt-oss-120b",
|
|
7855
7733
|
name: "OpenAI: gpt-oss-120b",
|