@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.
|
@@ -2003,6 +2003,23 @@ export declare const MODELS: {
|
|
|
2003
2003
|
contextWindow: number;
|
|
2004
2004
|
maxTokens: number;
|
|
2005
2005
|
};
|
|
2006
|
+
readonly "z-ai/glm-4.6v": {
|
|
2007
|
+
id: string;
|
|
2008
|
+
name: string;
|
|
2009
|
+
api: "openai-completions";
|
|
2010
|
+
provider: string;
|
|
2011
|
+
baseUrl: string;
|
|
2012
|
+
reasoning: true;
|
|
2013
|
+
input: ("image" | "text")[];
|
|
2014
|
+
cost: {
|
|
2015
|
+
input: number;
|
|
2016
|
+
output: number;
|
|
2017
|
+
cacheRead: number;
|
|
2018
|
+
cacheWrite: number;
|
|
2019
|
+
};
|
|
2020
|
+
contextWindow: number;
|
|
2021
|
+
maxTokens: number;
|
|
2022
|
+
};
|
|
2006
2023
|
readonly "openai/gpt-5.1-codex-max": {
|
|
2007
2024
|
id: string;
|
|
2008
2025
|
name: string;
|