@kolisachint/hoocode-ai 0.2.0 → 0.2.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.
- package/README.md +2 -2
- package/dist/models.generated.d.ts +21 -69
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +46 -96
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -4242,7 +4242,7 @@ export const MODELS = {
|
|
|
4242
4242
|
cost: {
|
|
4243
4243
|
input: 0.1,
|
|
4244
4244
|
output: 0.4,
|
|
4245
|
-
cacheRead: 0.
|
|
4245
|
+
cacheRead: 0.01,
|
|
4246
4246
|
cacheWrite: 0,
|
|
4247
4247
|
},
|
|
4248
4248
|
contextWindow: 1048576,
|
|
@@ -4433,7 +4433,7 @@ export const MODELS = {
|
|
|
4433
4433
|
input: 0.25,
|
|
4434
4434
|
output: 1.5,
|
|
4435
4435
|
cacheRead: 0.025,
|
|
4436
|
-
cacheWrite:
|
|
4436
|
+
cacheWrite: 0,
|
|
4437
4437
|
},
|
|
4438
4438
|
contextWindow: 1048576,
|
|
4439
4439
|
maxTokens: 65536,
|
|
@@ -4451,7 +4451,7 @@ export const MODELS = {
|
|
|
4451
4451
|
input: 0.25,
|
|
4452
4452
|
output: 1.5,
|
|
4453
4453
|
cacheRead: 0.025,
|
|
4454
|
-
cacheWrite:
|
|
4454
|
+
cacheWrite: 0,
|
|
4455
4455
|
},
|
|
4456
4456
|
contextWindow: 1048576,
|
|
4457
4457
|
maxTokens: 65536,
|
|
@@ -9033,9 +9033,9 @@ export const MODELS = {
|
|
|
9033
9033
|
"minimax-m2.5": {
|
|
9034
9034
|
id: "minimax-m2.5",
|
|
9035
9035
|
name: "MiniMax M2.5",
|
|
9036
|
-
api: "
|
|
9036
|
+
api: "anthropic-messages",
|
|
9037
9037
|
provider: "opencode-go",
|
|
9038
|
-
baseUrl: "https://opencode.ai/zen/go
|
|
9038
|
+
baseUrl: "https://opencode.ai/zen/go",
|
|
9039
9039
|
reasoning: true,
|
|
9040
9040
|
input: ["text"],
|
|
9041
9041
|
cost: {
|
|
@@ -9377,6 +9377,24 @@ export const MODELS = {
|
|
|
9377
9377
|
contextWindow: 1000000,
|
|
9378
9378
|
maxTokens: 128000,
|
|
9379
9379
|
},
|
|
9380
|
+
"anthropic/claude-opus-4.7-fast": {
|
|
9381
|
+
id: "anthropic/claude-opus-4.7-fast",
|
|
9382
|
+
name: "Anthropic: Claude Opus 4.7 (Fast)",
|
|
9383
|
+
api: "openai-completions",
|
|
9384
|
+
provider: "openrouter",
|
|
9385
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9386
|
+
reasoning: true,
|
|
9387
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
9388
|
+
input: ["text", "image"],
|
|
9389
|
+
cost: {
|
|
9390
|
+
input: 30,
|
|
9391
|
+
output: 150,
|
|
9392
|
+
cacheRead: 3,
|
|
9393
|
+
cacheWrite: 37.5,
|
|
9394
|
+
},
|
|
9395
|
+
contextWindow: 1000000,
|
|
9396
|
+
maxTokens: 128000,
|
|
9397
|
+
},
|
|
9380
9398
|
"anthropic/claude-sonnet-4": {
|
|
9381
9399
|
id: "anthropic/claude-sonnet-4",
|
|
9382
9400
|
name: "Anthropic: Claude Sonnet 4",
|
|
@@ -9726,13 +9744,13 @@ export const MODELS = {
|
|
|
9726
9744
|
reasoning: true,
|
|
9727
9745
|
input: ["text"],
|
|
9728
9746
|
cost: {
|
|
9729
|
-
input: 0.
|
|
9730
|
-
output: 0.
|
|
9731
|
-
cacheRead: 0,
|
|
9747
|
+
input: 0.21,
|
|
9748
|
+
output: 0.7899999999999999,
|
|
9749
|
+
cacheRead: 0.13,
|
|
9732
9750
|
cacheWrite: 0,
|
|
9733
9751
|
},
|
|
9734
|
-
contextWindow:
|
|
9735
|
-
maxTokens:
|
|
9752
|
+
contextWindow: 163840,
|
|
9753
|
+
maxTokens: 32768,
|
|
9736
9754
|
},
|
|
9737
9755
|
"deepseek/deepseek-r1": {
|
|
9738
9756
|
id: "deepseek/deepseek-r1",
|
|
@@ -9888,7 +9906,7 @@ export const MODELS = {
|
|
|
9888
9906
|
cacheRead: 0.024999999999999998,
|
|
9889
9907
|
cacheWrite: 0.08333333333333334,
|
|
9890
9908
|
},
|
|
9891
|
-
contextWindow:
|
|
9909
|
+
contextWindow: 1048576,
|
|
9892
9910
|
maxTokens: 8192,
|
|
9893
9911
|
},
|
|
9894
9912
|
"google/gemini-2.0-flash-lite-001": {
|
|
@@ -10172,8 +10190,8 @@ export const MODELS = {
|
|
|
10172
10190
|
reasoning: true,
|
|
10173
10191
|
input: ["text", "image"],
|
|
10174
10192
|
cost: {
|
|
10175
|
-
input: 0.
|
|
10176
|
-
output: 0.
|
|
10193
|
+
input: 0.12,
|
|
10194
|
+
output: 0.37,
|
|
10177
10195
|
cacheRead: 0,
|
|
10178
10196
|
cacheWrite: 0,
|
|
10179
10197
|
},
|
|
@@ -10478,13 +10496,13 @@ export const MODELS = {
|
|
|
10478
10496
|
reasoning: true,
|
|
10479
10497
|
input: ["text"],
|
|
10480
10498
|
cost: {
|
|
10481
|
-
input: 0.
|
|
10499
|
+
input: 0.28,
|
|
10482
10500
|
output: 1.2,
|
|
10483
10501
|
cacheRead: 0,
|
|
10484
10502
|
cacheWrite: 0,
|
|
10485
10503
|
},
|
|
10486
10504
|
contextWindow: 196608,
|
|
10487
|
-
maxTokens:
|
|
10505
|
+
maxTokens: 4096,
|
|
10488
10506
|
},
|
|
10489
10507
|
"mistralai/codestral-2508": {
|
|
10490
10508
|
id: "mistralai/codestral-2508",
|
|
@@ -10920,13 +10938,13 @@ export const MODELS = {
|
|
|
10920
10938
|
reasoning: true,
|
|
10921
10939
|
input: ["text", "image"],
|
|
10922
10940
|
cost: {
|
|
10923
|
-
input: 0.
|
|
10941
|
+
input: 0.74,
|
|
10924
10942
|
output: 3.5,
|
|
10925
|
-
cacheRead: 0.
|
|
10943
|
+
cacheRead: 0.25,
|
|
10926
10944
|
cacheWrite: 0,
|
|
10927
10945
|
},
|
|
10928
|
-
contextWindow:
|
|
10929
|
-
maxTokens:
|
|
10946
|
+
contextWindow: 262142,
|
|
10947
|
+
maxTokens: 262142,
|
|
10930
10948
|
},
|
|
10931
10949
|
"nex-agi/deepseek-v3.1-nex-n1": {
|
|
10932
10950
|
id: "nex-agi/deepseek-v3.1-nex-n1",
|
|
@@ -12215,23 +12233,6 @@ export const MODELS = {
|
|
|
12215
12233
|
contextWindow: 32768,
|
|
12216
12234
|
maxTokens: 32768,
|
|
12217
12235
|
},
|
|
12218
|
-
"qwen/qwen-max": {
|
|
12219
|
-
id: "qwen/qwen-max",
|
|
12220
|
-
name: "Qwen: Qwen-Max ",
|
|
12221
|
-
api: "openai-completions",
|
|
12222
|
-
provider: "openrouter",
|
|
12223
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12224
|
-
reasoning: false,
|
|
12225
|
-
input: ["text"],
|
|
12226
|
-
cost: {
|
|
12227
|
-
input: 1.04,
|
|
12228
|
-
output: 4.16,
|
|
12229
|
-
cacheRead: 0.20800000000000002,
|
|
12230
|
-
cacheWrite: 0,
|
|
12231
|
-
},
|
|
12232
|
-
contextWindow: 32768,
|
|
12233
|
-
maxTokens: 8192,
|
|
12234
|
-
},
|
|
12235
12236
|
"qwen/qwen-plus": {
|
|
12236
12237
|
id: "qwen/qwen-plus",
|
|
12237
12238
|
name: "Qwen: Qwen-Plus",
|
|
@@ -12283,40 +12284,6 @@ export const MODELS = {
|
|
|
12283
12284
|
contextWindow: 1000000,
|
|
12284
12285
|
maxTokens: 32768,
|
|
12285
12286
|
},
|
|
12286
|
-
"qwen/qwen-turbo": {
|
|
12287
|
-
id: "qwen/qwen-turbo",
|
|
12288
|
-
name: "Qwen: Qwen-Turbo",
|
|
12289
|
-
api: "openai-completions",
|
|
12290
|
-
provider: "openrouter",
|
|
12291
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12292
|
-
reasoning: false,
|
|
12293
|
-
input: ["text"],
|
|
12294
|
-
cost: {
|
|
12295
|
-
input: 0.0325,
|
|
12296
|
-
output: 0.13,
|
|
12297
|
-
cacheRead: 0.006500000000000001,
|
|
12298
|
-
cacheWrite: 0,
|
|
12299
|
-
},
|
|
12300
|
-
contextWindow: 131072,
|
|
12301
|
-
maxTokens: 8192,
|
|
12302
|
-
},
|
|
12303
|
-
"qwen/qwen-vl-max": {
|
|
12304
|
-
id: "qwen/qwen-vl-max",
|
|
12305
|
-
name: "Qwen: Qwen VL Max",
|
|
12306
|
-
api: "openai-completions",
|
|
12307
|
-
provider: "openrouter",
|
|
12308
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12309
|
-
reasoning: false,
|
|
12310
|
-
input: ["text", "image"],
|
|
12311
|
-
cost: {
|
|
12312
|
-
input: 0.52,
|
|
12313
|
-
output: 2.08,
|
|
12314
|
-
cacheRead: 0,
|
|
12315
|
-
cacheWrite: 0,
|
|
12316
|
-
},
|
|
12317
|
-
contextWindow: 131072,
|
|
12318
|
-
maxTokens: 32768,
|
|
12319
|
-
},
|
|
12320
12287
|
"qwen/qwen3-14b": {
|
|
12321
12288
|
id: "qwen/qwen3-14b",
|
|
12322
12289
|
name: "Qwen: Qwen3 14B",
|
|
@@ -12838,7 +12805,7 @@ export const MODELS = {
|
|
|
12838
12805
|
cost: {
|
|
12839
12806
|
input: 0.39,
|
|
12840
12807
|
output: 2.34,
|
|
12841
|
-
cacheRead: 0
|
|
12808
|
+
cacheRead: 0,
|
|
12842
12809
|
cacheWrite: 0,
|
|
12843
12810
|
},
|
|
12844
12811
|
contextWindow: 262144,
|
|
@@ -13601,13 +13568,13 @@ export const MODELS = {
|
|
|
13601
13568
|
reasoning: true,
|
|
13602
13569
|
input: ["text"],
|
|
13603
13570
|
cost: {
|
|
13604
|
-
input:
|
|
13605
|
-
output: 3.
|
|
13606
|
-
cacheRead: 0.
|
|
13571
|
+
input: 1.0499999999999998,
|
|
13572
|
+
output: 3.5,
|
|
13573
|
+
cacheRead: 0.5249999999999999,
|
|
13607
13574
|
cacheWrite: 0,
|
|
13608
13575
|
},
|
|
13609
13576
|
contextWindow: 202752,
|
|
13610
|
-
maxTokens:
|
|
13577
|
+
maxTokens: 65535,
|
|
13611
13578
|
},
|
|
13612
13579
|
"z-ai/glm-5v-turbo": {
|
|
13613
13580
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -13720,13 +13687,13 @@ export const MODELS = {
|
|
|
13720
13687
|
reasoning: true,
|
|
13721
13688
|
input: ["text", "image"],
|
|
13722
13689
|
cost: {
|
|
13723
|
-
input: 0.
|
|
13690
|
+
input: 0.74,
|
|
13724
13691
|
output: 3.5,
|
|
13725
|
-
cacheRead: 0.
|
|
13692
|
+
cacheRead: 0.25,
|
|
13726
13693
|
cacheWrite: 0,
|
|
13727
13694
|
},
|
|
13728
|
-
contextWindow:
|
|
13729
|
-
maxTokens:
|
|
13695
|
+
contextWindow: 262142,
|
|
13696
|
+
maxTokens: 262142,
|
|
13730
13697
|
},
|
|
13731
13698
|
"~openai/gpt-latest": {
|
|
13732
13699
|
id: "~openai/gpt-latest",
|
|
@@ -14426,23 +14393,6 @@ export const MODELS = {
|
|
|
14426
14393
|
contextWindow: 200000,
|
|
14427
14394
|
maxTokens: 8192,
|
|
14428
14395
|
},
|
|
14429
|
-
"anthropic/claude-3.7-sonnet": {
|
|
14430
|
-
id: "anthropic/claude-3.7-sonnet",
|
|
14431
|
-
name: "Claude 3.7 Sonnet",
|
|
14432
|
-
api: "anthropic-messages",
|
|
14433
|
-
provider: "vercel-ai-gateway",
|
|
14434
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14435
|
-
reasoning: true,
|
|
14436
|
-
input: ["text", "image"],
|
|
14437
|
-
cost: {
|
|
14438
|
-
input: 3,
|
|
14439
|
-
output: 15,
|
|
14440
|
-
cacheRead: 0.3,
|
|
14441
|
-
cacheWrite: 3.75,
|
|
14442
|
-
},
|
|
14443
|
-
contextWindow: 200000,
|
|
14444
|
-
maxTokens: 8192,
|
|
14445
|
-
},
|
|
14446
14396
|
"anthropic/claude-haiku-4.5": {
|
|
14447
14397
|
id: "anthropic/claude-haiku-4.5",
|
|
14448
14398
|
name: "Claude Haiku 4.5",
|