@mariozechner/pi-ai 0.12.11 → 0.12.13

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.
@@ -1988,6 +1988,23 @@ export const MODELS = {
1988
1988
  },
1989
1989
  },
1990
1990
  openrouter: {
1991
+ "openai/gpt-5.1-codex-max": {
1992
+ id: "openai/gpt-5.1-codex-max",
1993
+ name: "OpenAI: GPT-5.1-Codex-Max",
1994
+ api: "openai-completions",
1995
+ provider: "openrouter",
1996
+ baseUrl: "https://openrouter.ai/api/v1",
1997
+ reasoning: true,
1998
+ input: ["text", "image"],
1999
+ cost: {
2000
+ input: 1.25,
2001
+ output: 10,
2002
+ cacheRead: 0.125,
2003
+ cacheWrite: 0,
2004
+ },
2005
+ contextWindow: 400000,
2006
+ maxTokens: 128000,
2007
+ },
1991
2008
  "amazon/nova-2-lite-v1:free": {
1992
2009
  id: "amazon/nova-2-lite-v1:free",
1993
2010
  name: "Amazon: Nova 2 Lite (free)",
@@ -3399,6 +3416,23 @@ export const MODELS = {
3399
3416
  contextWindow: 400000,
3400
3417
  maxTokens: 128000,
3401
3418
  },
3419
+ "openai/gpt-oss-120b:free": {
3420
+ id: "openai/gpt-oss-120b:free",
3421
+ name: "OpenAI: gpt-oss-120b (free)",
3422
+ api: "openai-completions",
3423
+ provider: "openrouter",
3424
+ baseUrl: "https://openrouter.ai/api/v1",
3425
+ reasoning: true,
3426
+ input: ["text"],
3427
+ cost: {
3428
+ input: 0,
3429
+ output: 0,
3430
+ cacheRead: 0,
3431
+ cacheWrite: 0,
3432
+ },
3433
+ contextWindow: 131072,
3434
+ maxTokens: 4096,
3435
+ },
3402
3436
  "openai/gpt-oss-120b": {
3403
3437
  id: "openai/gpt-oss-120b",
3404
3438
  name: "OpenAI: gpt-oss-120b",
@@ -4683,13 +4717,13 @@ export const MODELS = {
4683
4717
  reasoning: false,
4684
4718
  input: ["text"],
4685
4719
  cost: {
4686
- input: 0.049999999999999996,
4687
- output: 0.08,
4720
+ input: 0.03,
4721
+ output: 0.11,
4688
4722
  cacheRead: 0,
4689
4723
  cacheWrite: 0,
4690
4724
  },
4691
4725
  contextWindow: 32768,
4692
- maxTokens: 16384,
4726
+ maxTokens: 32768,
4693
4727
  },
4694
4728
  "deepseek/deepseek-r1-distill-llama-70b": {
4695
4729
  id: "deepseek/deepseek-r1-distill-llama-70b",