@billjr99/pi-openai-compat 1.1.18 → 1.1.19
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/README.md +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,6 +40,13 @@ If pi is already running when you install, type `/reload` first.
|
|
|
40
40
|
| **OpenRouter** | `https://openrouter.ai/api/v1` | `sk-or-...` from openrouter.ai/keys |
|
|
41
41
|
| **NVIDIA NIM** | `https://integrate.api.nvidia.com/v1` | `nvapi-...` from build.nvidia.com |
|
|
42
42
|
| **Nous Research Portal** | `https://inference-api.nousresearch.com/v1` | Nous Portal API key |
|
|
43
|
+
| **Google Gemini** | `https://generativelanguage.googleapis.com/v1beta/openai` | API key from aistudio.google.com/apikey |
|
|
44
|
+
| **Cerebras** | `https://api.cerebras.ai/v1` | API key from cloud.cerebras.ai |
|
|
45
|
+
| **SambaNova** | `https://api.sambanova.ai/v1` | API key from cloud.sambanova.ai |
|
|
46
|
+
| **Mistral** | `https://api.mistral.ai/v1` | API key from console.mistral.ai/api-keys |
|
|
47
|
+
| **Groq** | `https://api.groq.com/openai/v1` | API key from console.groq.com/keys |
|
|
48
|
+
| **Cohere** | `https://api.cohere.com/compatibility/v1` | API key from dashboard.cohere.com/api-keys |
|
|
49
|
+
| **Zhipu (Z.ai / BigModel)** | `https://open.bigmodel.cn/api/paas/v4` | API key from open.bigmodel.cn/usercenter/apikeys |
|
|
43
50
|
| **DeepSeek** | `https://api.deepseek.com/v1` | API key from platform.deepseek.com |
|
|
44
51
|
| **xAI (Grok)** | `https://api.x.ai/v1` | API key from console.x.ai |
|
|
45
52
|
| **Hugging Face** | `https://router.huggingface.co/v1` | `hf_...` token from huggingface.co/settings/tokens |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@billjr99/pi-openai-compat",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.19",
|
|
4
4
|
"description": "pi-coding-agent extension: OpenAI-compatible endpoint support (OpenRouter, NVIDIA NIM, Nous Portal, Ollama, custom)",
|
|
5
5
|
"author": "Bill Mongan <https://github.com/BillJr99>",
|
|
6
6
|
"license": "MIT",
|