@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @aliou/pi-synthetic
2
2
 
3
+ ## 0.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 7489bc0: update model list: add nvidia/Kimi-K2.5-NVFP4, remove 6 discontinued models
8
+
3
9
  ## 0.4.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-synthetic",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/aliou/pi-synthetic"
@@ -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:Qwen/Qwen3-235B-A22B-Instruct-2507 → ctx=256000, out=32000
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:MiniMaxAI/MiniMax-M2",
256
- name: "MiniMaxAI/MiniMax-M2",
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: 0.3,
185
+ input: 1.2,
261
186
  output: 1.2,
262
- cacheRead: 0.3,
187
+ cacheRead: 1.2,
263
188
  cacheWrite: 0,
264
189
  },
265
- contextWindow: 196608,
266
- maxTokens: 131000,
190
+ contextWindow: 262144,
191
+ maxTokens: 65536,
267
192
  },
268
- // models.dev: synthetic/hf:moonshotai/Kimi-K2.5 → ctx=262144, out=65536
193
+ // API: hf:nvidia/Kimi-K2.5-NVFP4 → ctx=262144, out=65536 (NVFP4 quantized)
269
194
  {
270
- id: "hf:moonshotai/Kimi-K2.5",
271
- name: "moonshotai/Kimi-K2.5",
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: 1.2,
276
- output: 1.2,
277
- cacheRead: 1.2,
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
@@ -1,3 +0,0 @@
1
- {
2
- "packages": ["npm:@aliou/pi-extension-dev"]
3
- }