@kolisachint/hoocode-ai 0.1.4 → 0.2.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.
@@ -8358,13 +8358,15 @@ export const MODELS = {
8358
8358
  contextWindow: 1000000,
8359
8359
  maxTokens: 64000,
8360
8360
  },
8361
- "deepseep-v4-flash-free": {
8362
- id: "deepseep-v4-flash-free",
8361
+ "deepseek-v4-flash-free": {
8362
+ id: "deepseek-v4-flash-free",
8363
8363
  name: "DeepSeek V4 Flash Free",
8364
8364
  api: "openai-completions",
8365
8365
  provider: "opencode",
8366
8366
  baseUrl: "https://opencode.ai/zen/v1",
8367
+ compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
8367
8368
  reasoning: true,
8369
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
8368
8370
  input: ["text"],
8369
8371
  cost: {
8370
8372
  input: 0,
@@ -9460,6 +9462,23 @@ export const MODELS = {
9460
9462
  contextWindow: 262144,
9461
9463
  maxTokens: 262144,
9462
9464
  },
9465
+ "arcee-ai/trinity-large-thinking:free": {
9466
+ id: "arcee-ai/trinity-large-thinking:free",
9467
+ name: "Arcee AI: Trinity Large Thinking (free)",
9468
+ api: "openai-completions",
9469
+ provider: "openrouter",
9470
+ baseUrl: "https://openrouter.ai/api/v1",
9471
+ reasoning: true,
9472
+ input: ["text"],
9473
+ cost: {
9474
+ input: 0,
9475
+ output: 0,
9476
+ cacheRead: 0,
9477
+ cacheWrite: 0,
9478
+ },
9479
+ contextWindow: 262144,
9480
+ maxTokens: 80000,
9481
+ },
9463
9482
  "arcee-ai/trinity-mini": {
9464
9483
  id: "arcee-ai/trinity-mini",
9465
9484
  name: "Arcee AI: Trinity Mini",
@@ -13582,13 +13601,13 @@ export const MODELS = {
13582
13601
  reasoning: true,
13583
13602
  input: ["text"],
13584
13603
  cost: {
13585
- input: 1.0499999999999998,
13586
- output: 3.5,
13587
- cacheRead: 0.5249999999999999,
13604
+ input: 0.98,
13605
+ output: 3.08,
13606
+ cacheRead: 0.182,
13588
13607
  cacheWrite: 0,
13589
13608
  },
13590
13609
  contextWindow: 202752,
13591
- maxTokens: 65535,
13610
+ maxTokens: 4096,
13592
13611
  },
13593
13612
  "z-ai/glm-5v-turbo": {
13594
13613
  id: "z-ai/glm-5v-turbo",