@caupulican/pi-ai 0.80.68 → 0.80.69

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.
@@ -5806,6 +5806,24 @@ export const MODELS = {
5806
5806
  contextWindow: 262144,
5807
5807
  maxTokens: 262144,
5808
5808
  },
5809
+ "openai/gpt-oss-120b": {
5810
+ id: "openai/gpt-oss-120b",
5811
+ name: "GPT OSS 120B",
5812
+ api: "openai-completions",
5813
+ provider: "huggingface",
5814
+ baseUrl: "https://router.huggingface.co/v1",
5815
+ compat: { "supportsDeveloperRole": false },
5816
+ reasoning: true,
5817
+ input: ["text"],
5818
+ cost: {
5819
+ input: 0.25,
5820
+ output: 0.69,
5821
+ cacheRead: 0,
5822
+ cacheWrite: 0,
5823
+ },
5824
+ contextWindow: 131072,
5825
+ maxTokens: 32768,
5826
+ },
5809
5827
  "stepfun-ai/Step-3.5-Flash": {
5810
5828
  id: "stepfun-ai/Step-3.5-Flash",
5811
5829
  name: "Step 3.5 Flash",