@monotykamary/pi-opencode-provider 1.0.15 → 1.0.17
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 +4 -1
- package/models.json +676 -592
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ _GPT, Claude, Gemini, GLM, MiniMax, Kimi, DeepSeek — unified API for [pi](http
|
|
|
15
15
|
|
|
16
16
|
## Features
|
|
17
17
|
|
|
18
|
-
- **
|
|
18
|
+
- **66+ AI Models** including GPT-5.x Codex, Claude Opus/Sonnet/Haiku, Gemini 3.x, GLM, MiniMax, Kimi K2.5, and more
|
|
19
19
|
- **Multi-API Support** — uses the correct API protocol per model (Anthropic, OpenAI Responses, OpenAI Completions, Gemini)
|
|
20
20
|
- **Cost Tracking** with per-model pricing for budget management
|
|
21
21
|
- **Reasoning Models** with thinking level maps for proper effort control
|
|
@@ -76,6 +76,7 @@ pi
|
|
|
76
76
|
|-------|-----|------|---------|------------|------------|-------------|
|
|
77
77
|
| Big Pickle | Completions | Text | 200K | 32K | — | — |
|
|
78
78
|
| Claude Fable 5 | Anthropic | Text + Image | 1.0M | 128K | $10.00 | $50.00 |
|
|
79
|
+
| Claude Fable 5.1 | Anthropic | Text + Image | 1.0M | 128K | $10.00 | $50.00 |
|
|
79
80
|
| Claude Haiku 4.5 | Anthropic | Text + Image | 200K | 64K | $1.00 | $5.00 |
|
|
80
81
|
| Claude Opus 4.5 | Anthropic | Text + Image | 200K | 64K | $5.00 | $25.00 |
|
|
81
82
|
| Claude Opus 4.6 | Anthropic | Text + Image | 1.0M | 128K | $5.00 | $25.00 |
|
|
@@ -95,6 +96,7 @@ pi
|
|
|
95
96
|
| Gemini 3.5 Flash Lite | Gemini | Text + Image | 1.0M | 66K | $0.30 | $2.50 |
|
|
96
97
|
| Gemini 3.6 Flash | Gemini | Text + Image | 1.0M | 66K | $1.50 | $7.50 |
|
|
97
98
|
| Gemini 3.7 Flash | Gemini | Text + Image | 1.0M | 66K | $1.50 | $7.50 |
|
|
99
|
+
| Gemini 3.8 Flash | Gemini | Text + Image | 1.0M | 66K | $1.50 | $7.50 |
|
|
98
100
|
| GLM-5 | Completions | Text | 205K | 131K | $1.00 | $3.20 |
|
|
99
101
|
| GLM-5.1 | Completions | Text | 205K | 131K | $1.40 | $4.40 |
|
|
100
102
|
| GLM-5.2 | Completions | Text | 1.0M | 131K | $1.40 | $4.40 |
|
|
@@ -133,6 +135,7 @@ pi
|
|
|
133
135
|
| MiniMax-M3 | Completions | Text + Image | 512K | 128K | $0.30 | $1.20 |
|
|
134
136
|
| Muse Spark 1.2 | Responses | Text + Image | 1.0M | 131K | $1.25 | $4.25 |
|
|
135
137
|
| Muse Spark 1.2 Free | Responses | Text + Image | 1.0M | 131K | — | — |
|
|
138
|
+
| Muse Spark 1.3 Free | Responses | Text + Image | 1.0M | 131K | — | — |
|
|
136
139
|
| Nemotron 3 Ultra Free | Completions | Text | 1.0M | 128K | — | — |
|
|
137
140
|
| Nemotron 3.5 Lightning Free | Completions | Text | 262K | 262K | — | — |
|
|
138
141
|
| Qwen3.5 Plus | Anthropic | Text + Image | 262K | 66K | $0.20 | $1.20 |
|