@caupulican/pi-ai 0.81.6 → 0.81.7

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.
@@ -5915,6 +5915,24 @@ export const MODELS = {
5915
5915
  contextWindow: 131072,
5916
5916
  maxTokens: 32768,
5917
5917
  },
5918
+ "openai/gpt-oss-20b": {
5919
+ id: "openai/gpt-oss-20b",
5920
+ name: "GPT OSS 20B",
5921
+ api: "openai-completions",
5922
+ provider: "huggingface",
5923
+ baseUrl: "https://router.huggingface.co/v1",
5924
+ compat: { "supportsDeveloperRole": false },
5925
+ reasoning: true,
5926
+ input: ["text"],
5927
+ cost: {
5928
+ input: 0.1,
5929
+ output: 0.5,
5930
+ cacheRead: 0,
5931
+ cacheWrite: 0,
5932
+ },
5933
+ contextWindow: 131072,
5934
+ maxTokens: 32768,
5935
+ },
5918
5936
  "stepfun-ai/Step-3.5-Flash": {
5919
5937
  id: "stepfun-ai/Step-3.5-Flash",
5920
5938
  name: "Step 3.5 Flash",
@@ -10815,6 +10833,23 @@ export const MODELS = {
10815
10833
  contextWindow: 262144,
10816
10834
  maxTokens: 16384,
10817
10835
  },
10836
+ "nex-agi/nex-n2-mini": {
10837
+ id: "nex-agi/nex-n2-mini",
10838
+ name: "Nex AGI: Nex-N2-Mini",
10839
+ api: "openai-completions",
10840
+ provider: "openrouter",
10841
+ baseUrl: "https://openrouter.ai/api/v1",
10842
+ reasoning: true,
10843
+ input: ["text", "image"],
10844
+ cost: {
10845
+ input: 0.024999999999999998,
10846
+ output: 0.09999999999999999,
10847
+ cacheRead: 0.0025,
10848
+ cacheWrite: 0,
10849
+ },
10850
+ contextWindow: 262144,
10851
+ maxTokens: 262144,
10852
+ },
10818
10853
  "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
10819
10854
  id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
10820
10855
  name: "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",