@openeryc/pi-ai 0.75.48 → 0.75.49

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.
@@ -10897,13 +10897,13 @@ export const MODELS = {
10897
10897
  reasoning: true,
10898
10898
  input: ["text"],
10899
10899
  cost: {
10900
- input: 0.029,
10900
+ input: 0.03,
10901
10901
  output: 0.14,
10902
10902
  cacheRead: 0,
10903
10903
  cacheWrite: 0,
10904
10904
  },
10905
10905
  contextWindow: 131072,
10906
- maxTokens: 4096,
10906
+ maxTokens: 131072,
10907
10907
  },
10908
10908
  "openai/gpt-oss-20b:free": {
10909
10909
  id: "openai/gpt-oss-20b:free",