@aliou/pi-synthetic 0.20.0 → 0.20.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-synthetic",
3
- "version": "0.20.0",
3
+ "version": "0.20.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -177,11 +177,11 @@ export const SYNTHETIC_MODELS: SyntheticModelEntry[] = [
177
177
  contextWindow: 196608,
178
178
  maxTokens: 65536,
179
179
  },
180
- // models.dev: synthetic/hf:openai/gpt-oss-120b → ctx=128000, out=32768
180
+ // API: hf:openai/gpt-oss-120b → ctx=131072, out=65536
181
181
  {
182
182
  id: "hf:openai/gpt-oss-120b",
183
183
  name: "openai/gpt-oss-120b",
184
- provider: "fireworks",
184
+ provider: "synthetic",
185
185
  reasoning: true,
186
186
  input: ["text"],
187
187
  cost: {
@@ -191,7 +191,7 @@ export const SYNTHETIC_MODELS: SyntheticModelEntry[] = [
191
191
  cacheWrite: 0,
192
192
  },
193
193
  contextWindow: 131072,
194
- maxTokens: 32768,
194
+ maxTokens: 65536,
195
195
  },
196
196
  // API: hf:moonshotai/Kimi-K2.6 → ctx=262144, out=65536
197
197
  {
@@ -274,7 +274,7 @@ export const SYNTHETIC_MODELS: SyntheticModelEntry[] = [
274
274
  contextWindow: 262144,
275
275
  maxTokens: 65536,
276
276
  },
277
- // API: hf:MiniMaxAI/MiniMax-M3 → ctx=524288, out=65536
277
+ // API: hf:MiniMaxAI/MiniMax-M3 → ctx=262144, out=65536
278
278
  {
279
279
  id: "hf:MiniMaxAI/MiniMax-M3",
280
280
  name: "MiniMaxAI/MiniMax-M3",
@@ -299,7 +299,7 @@ export const SYNTHETIC_MODELS: SyntheticModelEntry[] = [
299
299
  cacheRead: 0.6,
300
300
  cacheWrite: 0,
301
301
  },
302
- contextWindow: 524288,
302
+ contextWindow: 262144,
303
303
  maxTokens: 65536,
304
304
  },
305
305
  // API: hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 → ctx=262144, out=65536