@aliou/pi-synthetic 0.20.1 → 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.1",
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
  {