@blockrun/llm 1.4.2 → 1.5.0
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 +9 -1
- package/dist/index.cjs +445 -36662
- package/dist/index.d.cts +110 -11
- package/dist/index.d.ts +110 -11
- package/dist/index.js +330 -32
- package/package.json +4 -4
- package/dist/chunk-KRDGCX7W.js +0 -27187
- package/dist/esm-PTFDM6PE.js +0 -8117
- package/dist/index.esm-SXKIFLA7.js +0 -158
package/README.md
CHANGED
|
@@ -151,12 +151,19 @@ The classifier runs in <1ms, 100% locally, and routes to one of four tiers:
|
|
|
151
151
|
|
|
152
152
|
## Available Models
|
|
153
153
|
|
|
154
|
+
### OpenAI GPT-5.4 Family
|
|
155
|
+
| Model | Input Price | Output Price |
|
|
156
|
+
|-------|-------------|--------------|
|
|
157
|
+
| `openai/gpt-5.4` | $2.50/M | $15.00/M |
|
|
158
|
+
| `openai/gpt-5.4-pro` | $30.00/M | $180.00/M |
|
|
159
|
+
| `openai/gpt-5.4-nano` | $0.20/M | $1.25/M |
|
|
160
|
+
|
|
154
161
|
### OpenAI GPT-5 Family
|
|
155
162
|
| Model | Input Price | Output Price |
|
|
156
163
|
|-------|-------------|--------------|
|
|
164
|
+
| `openai/gpt-5.3` | $1.75/M | $14.00/M |
|
|
157
165
|
| `openai/gpt-5.2` | $1.75/M | $14.00/M |
|
|
158
166
|
| `openai/gpt-5-mini` | $0.25/M | $2.00/M |
|
|
159
|
-
| `openai/gpt-5-nano` | $0.05/M | $0.40/M |
|
|
160
167
|
| `openai/gpt-5.2-pro` | $21.00/M | $168.00/M |
|
|
161
168
|
| `openai/gpt-5.2-codex` | $1.75/M | $14.00/M |
|
|
162
169
|
|
|
@@ -192,6 +199,7 @@ The classifier runs in <1ms, 100% locally, and routes to one of four tiers:
|
|
|
192
199
|
| Model | Input Price | Output Price |
|
|
193
200
|
|-------|-------------|--------------|
|
|
194
201
|
| `google/gemini-3.1-pro` | $2.00/M | $12.00/M |
|
|
202
|
+
| `google/gemini-3.1-flash-lite` | $0.25/M | $1.50/M |
|
|
195
203
|
| `google/gemini-3-flash-preview` | $0.50/M | $3.00/M |
|
|
196
204
|
| `google/gemini-2.5-pro` | $1.25/M | $10.00/M |
|
|
197
205
|
| `google/gemini-2.5-flash` | $0.30/M | $2.50/M |
|