@elizaos/plugin-nearai 2.0.3-beta.2 → 2.0.3-beta.3
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/package.json +5 -4
- package/registry-entry.json +82 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-nearai",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/node/index.node.js",
|
|
6
6
|
"module": "dist/node/index.node.js",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"files": [
|
|
44
|
+
"registry-entry.json",
|
|
44
45
|
"dist",
|
|
45
46
|
"auto-enable.ts"
|
|
46
47
|
],
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
"sideEffects": false,
|
|
57
58
|
"dependencies": {
|
|
58
59
|
"@ai-sdk/openai-compatible": "^2.0.51",
|
|
59
|
-
"@elizaos/core": "2.0.3-beta.
|
|
60
|
+
"@elizaos/core": "2.0.3-beta.3",
|
|
60
61
|
"ai": "^6.0.23"
|
|
61
62
|
},
|
|
62
63
|
"devDependencies": {
|
|
@@ -139,7 +140,7 @@
|
|
|
139
140
|
}
|
|
140
141
|
},
|
|
141
142
|
"peerDependencies": {
|
|
142
|
-
"@elizaos/core": "2.0.3-beta.
|
|
143
|
+
"@elizaos/core": "2.0.3-beta.3"
|
|
143
144
|
},
|
|
144
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "f54b0f4eaed317d59fa7dbcdce20f4cdb0734420"
|
|
145
146
|
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "nearai",
|
|
3
|
+
"name": "NEAR AI",
|
|
4
|
+
"description": "NEAR AI Cloud TEE inference provider via an OpenAI-compatible API.",
|
|
5
|
+
"npmName": "@elizaos/plugin-nearai",
|
|
6
|
+
"version": "2.0.3",
|
|
7
|
+
"source": "bundled",
|
|
8
|
+
"tags": ["ai-provider", "llm", "nearai", "near-ai", "tee", "chat"],
|
|
9
|
+
"config": {
|
|
10
|
+
"NEARAI_API_KEY": {
|
|
11
|
+
"type": "secret",
|
|
12
|
+
"required": true,
|
|
13
|
+
"sensitive": true,
|
|
14
|
+
"label": "API Key",
|
|
15
|
+
"help": "API key used to authenticate requests to NEAR AI Cloud.",
|
|
16
|
+
"advanced": false
|
|
17
|
+
},
|
|
18
|
+
"NEARAI_BASE_URL": {
|
|
19
|
+
"type": "url",
|
|
20
|
+
"required": false,
|
|
21
|
+
"sensitive": false,
|
|
22
|
+
"default": "https://cloud-api.near.ai/v1",
|
|
23
|
+
"label": "Base URL",
|
|
24
|
+
"help": "Base URL for the NEAR AI Cloud OpenAI-compatible API.",
|
|
25
|
+
"advanced": false
|
|
26
|
+
},
|
|
27
|
+
"NEARAI_SMALL_MODEL": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"required": false,
|
|
30
|
+
"sensitive": false,
|
|
31
|
+
"default": "Qwen/Qwen3.6-35B-A3B-FP8",
|
|
32
|
+
"label": "Small Model",
|
|
33
|
+
"help": "Override the default NEAR AI small text model identifier.",
|
|
34
|
+
"placeholder": "e.g., Qwen/Qwen3.6-35B-A3B-FP8",
|
|
35
|
+
"advanced": false
|
|
36
|
+
},
|
|
37
|
+
"NEARAI_LARGE_MODEL": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"required": false,
|
|
40
|
+
"sensitive": false,
|
|
41
|
+
"default": "zai-org/GLM-5.1-FP8",
|
|
42
|
+
"label": "Large Model",
|
|
43
|
+
"help": "Override the default NEAR AI large text model identifier.",
|
|
44
|
+
"placeholder": "e.g., zai-org/GLM-5.1-FP8",
|
|
45
|
+
"advanced": false
|
|
46
|
+
},
|
|
47
|
+
"NEARAI_EXPERIMENTAL_TELEMETRY": {
|
|
48
|
+
"type": "boolean",
|
|
49
|
+
"required": false,
|
|
50
|
+
"sensitive": false,
|
|
51
|
+
"default": false,
|
|
52
|
+
"label": "Experimental Telemetry",
|
|
53
|
+
"help": "Enable experimental telemetry features for enhanced debugging and usage analytics.",
|
|
54
|
+
"advanced": true
|
|
55
|
+
},
|
|
56
|
+
"NEARAI_BROWSER_BASE_URL": {
|
|
57
|
+
"type": "url",
|
|
58
|
+
"required": false,
|
|
59
|
+
"sensitive": false,
|
|
60
|
+
"label": "Browser Base URL",
|
|
61
|
+
"help": "Browser-only proxy endpoint base URL for NEAR AI requests. Do not expose API keys in browser clients.",
|
|
62
|
+
"advanced": true
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"render": {
|
|
66
|
+
"visible": true,
|
|
67
|
+
"pinTo": [],
|
|
68
|
+
"style": "card",
|
|
69
|
+
"icon": "ShieldCheck",
|
|
70
|
+
"group": "ai-provider",
|
|
71
|
+
"groupOrder": 0,
|
|
72
|
+
"actions": ["enable", "configure"]
|
|
73
|
+
},
|
|
74
|
+
"resources": {
|
|
75
|
+
"homepage": "https://near.ai",
|
|
76
|
+
"repository": "https://github.com/elizaos-plugins/plugin-nearai",
|
|
77
|
+
"setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#near-ai"
|
|
78
|
+
},
|
|
79
|
+
"dependsOn": [],
|
|
80
|
+
"kind": "plugin",
|
|
81
|
+
"subtype": "ai-provider"
|
|
82
|
+
}
|