@mariozechner/pi-ai 0.7.11 → 0.7.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.
@@ -1092,6 +1092,23 @@ export declare const MODELS: {
1092
1092
  contextWindow: number;
1093
1093
  maxTokens: number;
1094
1094
  };
1095
+ readonly "gpt-5.1-codex": {
1096
+ id: string;
1097
+ name: string;
1098
+ api: "openai-responses";
1099
+ provider: string;
1100
+ baseUrl: string;
1101
+ reasoning: true;
1102
+ input: ("image" | "text")[];
1103
+ cost: {
1104
+ input: number;
1105
+ output: number;
1106
+ cacheRead: number;
1107
+ cacheWrite: number;
1108
+ };
1109
+ contextWindow: number;
1110
+ maxTokens: number;
1111
+ };
1095
1112
  };
1096
1113
  readonly groq: {
1097
1114
  readonly "llama-3.1-8b-instant": {