@2en/clawly-plugins 1.30.0-beta.6 → 1.30.0-beta.7

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.
@@ -26,20 +26,6 @@
26
26
  contextWindow: 262144,
27
27
  maxTokens: 65535,
28
28
  },
29
- {
30
- id: "google/gemini-2.5-pro",
31
- name: "google/gemini-2.5-pro",
32
- input: ["text", "image"],
33
- contextWindow: 1048576,
34
- maxTokens: 65536,
35
- },
36
- {
37
- id: "google/gemini-3-pro-preview",
38
- name: "google/gemini-3-pro-preview",
39
- input: ["text", "image"],
40
- contextWindow: 1048576,
41
- maxTokens: 65536,
42
- },
43
29
  {
44
30
  id: "google/gemini-3.1-pro-preview",
45
31
  name: "google/gemini-3.1-pro-preview",
@@ -70,6 +56,13 @@
70
56
  contextWindow: 1050000,
71
57
  maxTokens: 128000,
72
58
  },
59
+ {
60
+ id: "minimax/minimax-m2.7",
61
+ name: "minimax/minimax-m2.7",
62
+ input: ["text"],
63
+ contextWindow: 204800,
64
+ maxTokens: 131072,
65
+ },
73
66
  {
74
67
  id: "minimax/minimax-m2.5",
75
68
  name: "minimax/minimax-m2.5",
@@ -91,6 +84,13 @@
91
84
  contextWindow: 1000000,
92
85
  maxTokens: 65536,
93
86
  },
87
+ {
88
+ id: "xiaomi/mimo-v2-pro",
89
+ name: "xiaomi/mimo-v2-pro",
90
+ input: ["text"],
91
+ contextWindow: 1048576,
92
+ maxTokens: 131072,
93
+ },
94
94
  {
95
95
  id: "z-ai/glm-5",
96
96
  name: "z-ai/glm-5",
@@ -119,15 +119,15 @@
119
119
  models: {
120
120
  "clawly-model-gateway/auto": { alias: "Auto" },
121
121
  "clawly-model-gateway/moonshotai/kimi-k2.5": { alias: "Kimi K2.5" },
122
- "clawly-model-gateway/google/gemini-2.5-pro": { alias: "Gemini 2.5 Pro" },
123
- "clawly-model-gateway/google/gemini-3-pro-preview": { alias: "Gemini 3 Pro Preview" },
124
122
  "clawly-model-gateway/google/gemini-3.1-pro-preview": { alias: "Gemini 3.1 Pro Preview" },
125
123
  "clawly-model-gateway/anthropic/claude-sonnet-4.6": { alias: "Claude Sonnet 4.6" },
126
124
  "clawly-model-gateway/anthropic/claude-opus-4.6": { alias: "Claude Opus 4.6" },
127
125
  "clawly-model-gateway/openai/gpt-5.4": { alias: "GPT-5.4" },
126
+ "clawly-model-gateway/minimax/minimax-m2.7": { alias: "MiniMax M2.7" },
128
127
  "clawly-model-gateway/minimax/minimax-m2.5": { alias: "MiniMax M2.5" },
129
128
  "clawly-model-gateway/minimax/minimax-m2.1": { alias: "MiniMax M2.1" },
130
129
  "clawly-model-gateway/qwen/qwen3.5-plus-02-15": { alias: "Qwen 3.5 Plus" },
130
+ "clawly-model-gateway/xiaomi/mimo-v2-pro": { alias: "MiMo V2 Pro" },
131
131
  "clawly-model-gateway/z-ai/glm-5": { alias: "GLM-5" },
132
132
  },
133
133
  contextPruning: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2en/clawly-plugins",
3
- "version": "1.30.0-beta.6",
3
+ "version": "1.30.0-beta.7",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "repository": {