@kolisachint/hoocode-ai 0.2.6 → 0.3.0

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.
@@ -7119,6 +7119,23 @@ export const MODELS = {
7119
7119
  contextWindow: 256000,
7120
7120
  maxTokens: 16384,
7121
7121
  },
7122
+ "stepfun-ai/step-3.7-flash": {
7123
+ id: "stepfun-ai/step-3.7-flash",
7124
+ name: "Step 3.7 Flash",
7125
+ api: "openai-completions",
7126
+ provider: "nvidia",
7127
+ baseUrl: "https://integrate.api.nvidia.com/v1",
7128
+ reasoning: true,
7129
+ input: ["text", "image"],
7130
+ cost: {
7131
+ input: 0,
7132
+ output: 0,
7133
+ cacheRead: 0,
7134
+ cacheWrite: 0,
7135
+ },
7136
+ contextWindow: 256000,
7137
+ maxTokens: 16384,
7138
+ },
7122
7139
  "upstage/solar-10_7b-instruct": {
7123
7140
  id: "upstage/solar-10_7b-instruct",
7124
7141
  name: "solar-10.7b-instruct",
@@ -8892,6 +8909,7 @@ export const MODELS = {
8892
8909
  api: "openai-completions",
8893
8910
  provider: "opencode-go",
8894
8911
  baseUrl: "https://opencode.ai/zen/go/v1",
8912
+ compat: { "requiresReasoningContentOnAssistantMessages": true },
8895
8913
  reasoning: true,
8896
8914
  input: ["text", "image"],
8897
8915
  cost: {
@@ -8909,6 +8927,7 @@ export const MODELS = {
8909
8927
  api: "openai-completions",
8910
8928
  provider: "opencode-go",
8911
8929
  baseUrl: "https://opencode.ai/zen/go/v1",
8930
+ compat: { "requiresReasoningContentOnAssistantMessages": true },
8912
8931
  reasoning: true,
8913
8932
  input: ["text", "image"],
8914
8933
  cost: {
@@ -9737,13 +9756,13 @@ export const MODELS = {
9737
9756
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
9738
9757
  input: ["text"],
9739
9758
  cost: {
9740
- input: 0.09999999999999999,
9741
- output: 0.19999999999999998,
9742
- cacheRead: 0.02,
9759
+ input: 0.0983,
9760
+ output: 0.1966,
9761
+ cacheRead: 0.019700000000000002,
9743
9762
  cacheWrite: 0,
9744
9763
  },
9745
9764
  contextWindow: 1048576,
9746
- maxTokens: 16384,
9765
+ maxTokens: 131072,
9747
9766
  },
9748
9767
  "deepseek/deepseek-v4-flash:free": {
9749
9768
  id: "deepseek/deepseek-v4-flash:free",
@@ -10863,13 +10882,13 @@ export const MODELS = {
10863
10882
  reasoning: true,
10864
10883
  input: ["text", "image"],
10865
10884
  cost: {
10866
- input: 0.73,
10867
- output: 3.49,
10868
- cacheRead: 0.25,
10885
+ input: 0.684,
10886
+ output: 3.42,
10887
+ cacheRead: 0.144,
10869
10888
  cacheWrite: 0,
10870
10889
  },
10871
10890
  contextWindow: 262144,
10872
- maxTokens: 262142,
10891
+ maxTokens: 262144,
10873
10892
  },
10874
10893
  "moonshotai/kimi-k2.6:free": {
10875
10894
  id: "moonshotai/kimi-k2.6:free",
@@ -13544,13 +13563,13 @@ export const MODELS = {
13544
13563
  reasoning: true,
13545
13564
  input: ["text", "image"],
13546
13565
  cost: {
13547
- input: 0.73,
13548
- output: 3.49,
13549
- cacheRead: 0.25,
13566
+ input: 0.684,
13567
+ output: 3.42,
13568
+ cacheRead: 0.144,
13550
13569
  cacheWrite: 0,
13551
13570
  },
13552
13571
  contextWindow: 262144,
13553
- maxTokens: 262142,
13572
+ maxTokens: 262144,
13554
13573
  },
13555
13574
  "~openai/gpt-latest": {
13556
13575
  id: "~openai/gpt-latest",