@openclaw/groq-provider 2026.7.1-beta.2 → 2026.7.1-beta.5
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/dist/api.js +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/openclaw.plugin.json +16 -0
- package/package.json +4 -4
package/dist/api.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region extensions/groq/api.ts
|
|
2
2
|
const GROQ_QWEN3_32B_ID = "qwen/qwen3-32b";
|
|
3
|
-
const GROQ_GPT_OSS_REASONING_IDS = new Set([
|
|
3
|
+
const GROQ_GPT_OSS_REASONING_IDS = /* @__PURE__ */ new Set([
|
|
4
4
|
"openai/gpt-oss-20b",
|
|
5
5
|
"openai/gpt-oss-120b",
|
|
6
6
|
"openai/gpt-oss-safeguard-20b"
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/groq-provider",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/groq-provider",
|
|
9
|
-
"version": "2026.7.1-beta.
|
|
9
|
+
"version": "2026.7.1-beta.5"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
package/openclaw.plugin.json
CHANGED
|
@@ -27,6 +27,22 @@
|
|
|
27
27
|
}
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
+
"providerAuthChoices": [
|
|
31
|
+
{
|
|
32
|
+
"provider": "groq",
|
|
33
|
+
"method": "api-key",
|
|
34
|
+
"choiceId": "groq-api-key",
|
|
35
|
+
"appGuidedSecret": true,
|
|
36
|
+
"choiceLabel": "Groq API key",
|
|
37
|
+
"choiceHint": "Fast OpenAI-compatible inference",
|
|
38
|
+
"groupId": "groq",
|
|
39
|
+
"groupLabel": "Groq",
|
|
40
|
+
"optionKey": "groqApiKey",
|
|
41
|
+
"cliFlag": "--groq-api-key",
|
|
42
|
+
"cliOption": "--groq-api-key <key>",
|
|
43
|
+
"cliDescription": "Groq API key"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
30
46
|
"modelCatalog": {
|
|
31
47
|
"providers": {
|
|
32
48
|
"groq": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/groq-provider",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.5",
|
|
4
4
|
"description": "OpenClaw Groq media-understanding provider.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"minHostVersion": ">=2026.6.8"
|
|
19
19
|
},
|
|
20
20
|
"compat": {
|
|
21
|
-
"pluginApi": ">=2026.7.1-beta.
|
|
21
|
+
"pluginApi": ">=2026.7.1-beta.5"
|
|
22
22
|
},
|
|
23
23
|
"build": {
|
|
24
|
-
"openclawVersion": "2026.7.1-beta.
|
|
24
|
+
"openclawVersion": "2026.7.1-beta.5",
|
|
25
25
|
"bundledDist": false
|
|
26
26
|
},
|
|
27
27
|
"release": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"openclaw": ">=2026.7.1-beta.
|
|
42
|
+
"openclaw": ">=2026.7.1-beta.5"
|
|
43
43
|
},
|
|
44
44
|
"peerDependenciesMeta": {
|
|
45
45
|
"openclaw": {
|