@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.
package/dist/models.generated.js
CHANGED
|
@@ -1094,6 +1094,23 @@ export const MODELS = {
|
|
|
1094
1094
|
contextWindow: 128000,
|
|
1095
1095
|
maxTokens: 16384,
|
|
1096
1096
|
},
|
|
1097
|
+
"gpt-5.1-codex": {
|
|
1098
|
+
id: "gpt-5.1-codex",
|
|
1099
|
+
name: "GPT-5.1 Codex",
|
|
1100
|
+
api: "openai-responses",
|
|
1101
|
+
provider: "openai",
|
|
1102
|
+
baseUrl: "https://api.openai.com/v1",
|
|
1103
|
+
reasoning: true,
|
|
1104
|
+
input: ["text", "image"],
|
|
1105
|
+
cost: {
|
|
1106
|
+
input: 1.25,
|
|
1107
|
+
output: 5,
|
|
1108
|
+
cacheRead: 0.125,
|
|
1109
|
+
cacheWrite: 1.25,
|
|
1110
|
+
},
|
|
1111
|
+
contextWindow: 400000,
|
|
1112
|
+
maxTokens: 128000,
|
|
1113
|
+
},
|
|
1097
1114
|
},
|
|
1098
1115
|
groq: {
|
|
1099
1116
|
"llama-3.1-8b-instant": {
|