@mariozechner/pi-ai 0.14.2 → 0.15.0

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.
@@ -2005,6 +2005,23 @@ export const MODELS = {
2005
2005
  contextWindow: 256000,
2006
2006
  maxTokens: 128000,
2007
2007
  },
2008
+ "z-ai/glm-4.6v": {
2009
+ id: "z-ai/glm-4.6v",
2010
+ name: "Z.AI: GLM 4.6V",
2011
+ api: "openai-completions",
2012
+ provider: "openrouter",
2013
+ baseUrl: "https://openrouter.ai/api/v1",
2014
+ reasoning: true,
2015
+ input: ["text", "image"],
2016
+ cost: {
2017
+ input: 0.3,
2018
+ output: 0.8999999999999999,
2019
+ cacheRead: 0.049999999999999996,
2020
+ cacheWrite: 0,
2021
+ },
2022
+ contextWindow: 131072,
2023
+ maxTokens: 24000,
2024
+ },
2008
2025
  "openai/gpt-5.1-codex-max": {
2009
2026
  id: "openai/gpt-5.1-codex-max",
2010
2027
  name: "OpenAI: GPT-5.1-Codex-Max",
@@ -4496,8 +4513,8 @@ export const MODELS = {
4496
4513
  reasoning: false,
4497
4514
  input: ["text", "image"],
4498
4515
  cost: {
4499
- input: 0.03,
4500
- output: 0.11,
4516
+ input: 0.049999999999999996,
4517
+ output: 0.22,
4501
4518
  cacheRead: 0,
4502
4519
  cacheWrite: 0,
4503
4520
  },