@aliou/pi-synthetic 0.4.4 → 0.4.5
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/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/providers/models.ts +14 -89
- package/.pi/settings.json +0 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/providers/models.ts
CHANGED
|
@@ -100,36 +100,6 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
|
|
|
100
100
|
contextWindow: 131072,
|
|
101
101
|
maxTokens: 128000,
|
|
102
102
|
},
|
|
103
|
-
// models.dev: synthetic/hf:deepseek-ai/DeepSeek-V3.1 → ctx=128000, out=128000
|
|
104
|
-
{
|
|
105
|
-
id: "hf:deepseek-ai/DeepSeek-V3.1",
|
|
106
|
-
name: "deepseek-ai/DeepSeek-V3.1",
|
|
107
|
-
reasoning: false,
|
|
108
|
-
input: ["text"],
|
|
109
|
-
cost: {
|
|
110
|
-
input: 0.56,
|
|
111
|
-
output: 1.68,
|
|
112
|
-
cacheRead: 0.56,
|
|
113
|
-
cacheWrite: 0,
|
|
114
|
-
},
|
|
115
|
-
contextWindow: 131072,
|
|
116
|
-
maxTokens: 128000,
|
|
117
|
-
},
|
|
118
|
-
// models.dev: synthetic/hf:deepseek-ai/DeepSeek-V3.1-Terminus → ctx=128000, out=128000
|
|
119
|
-
{
|
|
120
|
-
id: "hf:deepseek-ai/DeepSeek-V3.1-Terminus",
|
|
121
|
-
name: "deepseek-ai/DeepSeek-V3.1-Terminus",
|
|
122
|
-
reasoning: false,
|
|
123
|
-
input: ["text"],
|
|
124
|
-
cost: {
|
|
125
|
-
input: 1.2,
|
|
126
|
-
output: 1.2,
|
|
127
|
-
cacheRead: 1.2,
|
|
128
|
-
cacheWrite: 0,
|
|
129
|
-
},
|
|
130
|
-
contextWindow: 131072,
|
|
131
|
-
maxTokens: 128000,
|
|
132
|
-
},
|
|
133
103
|
// models.dev: synthetic/hf:deepseek-ai/DeepSeek-V3.2 → ctx=162816, out=8000
|
|
134
104
|
{
|
|
135
105
|
id: "hf:deepseek-ai/DeepSeek-V3.2",
|
|
@@ -145,21 +115,6 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
|
|
|
145
115
|
contextWindow: 162816,
|
|
146
116
|
maxTokens: 8000,
|
|
147
117
|
},
|
|
148
|
-
// NOTE: not present in models.dev synthetic provider; maxTokens unchanged
|
|
149
|
-
{
|
|
150
|
-
id: "hf:Qwen/Qwen3-VL-235B-A22B-Instruct",
|
|
151
|
-
name: "Qwen/Qwen3-VL-235B-A22B-Instruct",
|
|
152
|
-
reasoning: true,
|
|
153
|
-
input: ["text", "image"],
|
|
154
|
-
cost: {
|
|
155
|
-
input: 0.22,
|
|
156
|
-
output: 0.88,
|
|
157
|
-
cacheRead: 0.22,
|
|
158
|
-
cacheWrite: 0,
|
|
159
|
-
},
|
|
160
|
-
contextWindow: 256000,
|
|
161
|
-
maxTokens: 4096,
|
|
162
|
-
},
|
|
163
118
|
// models.dev: synthetic/hf:moonshotai/Kimi-K2-Instruct-0905 → ctx=262144, out=32768
|
|
164
119
|
{
|
|
165
120
|
id: "hf:moonshotai/Kimi-K2-Instruct-0905",
|
|
@@ -220,61 +175,31 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
|
|
|
220
175
|
contextWindow: 262144,
|
|
221
176
|
maxTokens: 32000,
|
|
222
177
|
},
|
|
223
|
-
// models.dev: synthetic/hf:
|
|
224
|
-
{
|
|
225
|
-
id: "hf:Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
226
|
-
name: "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
227
|
-
reasoning: false,
|
|
228
|
-
input: ["text"],
|
|
229
|
-
cost: {
|
|
230
|
-
input: 0.22,
|
|
231
|
-
output: 0.88,
|
|
232
|
-
cacheRead: 0.22,
|
|
233
|
-
cacheWrite: 0,
|
|
234
|
-
},
|
|
235
|
-
contextWindow: 262144,
|
|
236
|
-
maxTokens: 32000,
|
|
237
|
-
},
|
|
238
|
-
// models.dev: synthetic/hf:zai-org/GLM-4.6 → ctx=200000, out=64000
|
|
239
|
-
{
|
|
240
|
-
id: "hf:zai-org/GLM-4.6",
|
|
241
|
-
name: "zai-org/GLM-4.6",
|
|
242
|
-
reasoning: true,
|
|
243
|
-
input: ["text"],
|
|
244
|
-
cost: {
|
|
245
|
-
input: 0.55,
|
|
246
|
-
output: 2.19,
|
|
247
|
-
cacheRead: 0.55,
|
|
248
|
-
cacheWrite: 0,
|
|
249
|
-
},
|
|
250
|
-
contextWindow: 202752,
|
|
251
|
-
maxTokens: 64000,
|
|
252
|
-
},
|
|
253
|
-
// models.dev: synthetic/hf:MiniMaxAI/MiniMax-M2 → ctx=196608, out=131000
|
|
178
|
+
// models.dev: synthetic/hf:moonshotai/Kimi-K2.5 → ctx=262144, out=65536
|
|
254
179
|
{
|
|
255
|
-
id: "hf:
|
|
256
|
-
name: "
|
|
180
|
+
id: "hf:moonshotai/Kimi-K2.5",
|
|
181
|
+
name: "moonshotai/Kimi-K2.5",
|
|
257
182
|
reasoning: true,
|
|
258
|
-
input: ["text"],
|
|
183
|
+
input: ["text", "image"],
|
|
259
184
|
cost: {
|
|
260
|
-
input:
|
|
185
|
+
input: 1.2,
|
|
261
186
|
output: 1.2,
|
|
262
|
-
cacheRead:
|
|
187
|
+
cacheRead: 1.2,
|
|
263
188
|
cacheWrite: 0,
|
|
264
189
|
},
|
|
265
|
-
contextWindow:
|
|
266
|
-
maxTokens:
|
|
190
|
+
contextWindow: 262144,
|
|
191
|
+
maxTokens: 65536,
|
|
267
192
|
},
|
|
268
|
-
//
|
|
193
|
+
// API: hf:nvidia/Kimi-K2.5-NVFP4 → ctx=262144, out=65536 (NVFP4 quantized)
|
|
269
194
|
{
|
|
270
|
-
id: "hf:
|
|
271
|
-
name: "
|
|
195
|
+
id: "hf:nvidia/Kimi-K2.5-NVFP4",
|
|
196
|
+
name: "nvidia/Kimi-K2.5-NVFP4",
|
|
272
197
|
reasoning: true,
|
|
273
198
|
input: ["text", "image"],
|
|
274
199
|
cost: {
|
|
275
|
-
input:
|
|
276
|
-
output:
|
|
277
|
-
cacheRead:
|
|
200
|
+
input: 0.6,
|
|
201
|
+
output: 3,
|
|
202
|
+
cacheRead: 0.6,
|
|
278
203
|
cacheWrite: 0,
|
|
279
204
|
},
|
|
280
205
|
contextWindow: 262144,
|
package/.pi/settings.json
DELETED