pi-openmodel-provider 0.2.6 → 0.2.8

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.
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: pi-openmodel-info
3
+ description: Learn about the pi-openmodel-provider package, its commands (/openmodel, /openmodel-stability), supported providers (OpenAI, Anthropic, DeepSeek, Gemini), and how to use OpenModel models in pi.
4
+ ---
5
+
1
6
  # OpenModel Provider for pi
2
7
 
3
8
  This skill describes the pi-openmodel-provider package installed in this environment.
package/README.md CHANGED
@@ -6,12 +6,18 @@ A [pi](https://github.com/earendil-works/pi-mono) custom provider that connects
6
6
 
7
7
  > **Note:** This package only provides a model _provider_. It does **not** include an API key. You must bring your own OpenModel API key.
8
8
 
9
+ [▶️ Watch the video tutorial](https://youtu.be/aUaXznGVuzg) — See the full installation and usage walkthrough.
10
+
9
11
  ## Install + Quick start
10
12
 
11
13
  ```sh
12
14
  pi install npm:pi-openmodel-provider
13
15
  ```
14
16
 
17
+ ![pi-openmodel-provider thumbnail](https://raw.githubusercontent.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/master/media/thumbnail.jpeg)
18
+
19
+ [▶️ Watch video tutorial](https://youtu.be/aUaXznGVuzg)
20
+
15
21
  | Step | What to do |
16
22
  |------|------------|
17
23
  | 1️⃣ | `/reload` (so OpenModel appears in /login) |
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-openmodel-provider",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "pi custom provider for OpenModel.ai - Multi-model AI gateway",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -22,6 +22,7 @@
22
22
  "src/stub.d.ts",
23
23
  "AGENTS.md",
24
24
  ".agents/",
25
+ "media/",
25
26
  "README.md",
26
27
  "CHANGELOG.md",
27
28
  "LICENSE"
@@ -42,7 +43,9 @@
42
43
  ],
43
44
  "skills": [
44
45
  "./.agents/skills"
45
- ]
46
+ ],
47
+ "image": "https://raw.githubusercontent.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/master/media/thumbnail.jpeg",
48
+ "video": "https://youtu.be/aUaXznGVuzg"
46
49
  },
47
50
  "peerDependencies": {
48
51
  "@earendil-works/pi-coding-agent": "^0.75.5"