@aliou/pi-synthetic 0.20.0 → 0.20.1

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.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -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