@dreb/ai 2.14.1 → 2.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.
@@ -6229,40 +6229,6 @@ export const MODELS = {
6229
6229
  contextWindow: 272000,
6230
6230
  maxTokens: 128000,
6231
6231
  },
6232
- "gpt-5.2": {
6233
- id: "gpt-5.2",
6234
- name: "GPT-5.2",
6235
- api: "openai-codex-responses",
6236
- provider: "openai-codex",
6237
- baseUrl: "https://chatgpt.com/backend-api",
6238
- reasoning: true,
6239
- input: ["text", "image"],
6240
- cost: {
6241
- input: 1.75,
6242
- output: 14,
6243
- cacheRead: 0.175,
6244
- cacheWrite: 0,
6245
- },
6246
- contextWindow: 272000,
6247
- maxTokens: 128000,
6248
- },
6249
- "gpt-5.2-codex": {
6250
- id: "gpt-5.2-codex",
6251
- name: "GPT-5.2 Codex",
6252
- api: "openai-codex-responses",
6253
- provider: "openai-codex",
6254
- baseUrl: "https://chatgpt.com/backend-api",
6255
- reasoning: true,
6256
- input: ["text", "image"],
6257
- cost: {
6258
- input: 1.75,
6259
- output: 14,
6260
- cacheRead: 0.175,
6261
- cacheWrite: 0,
6262
- },
6263
- contextWindow: 272000,
6264
- maxTokens: 128000,
6265
- },
6266
6232
  "gpt-5.3-codex": {
6267
6233
  id: "gpt-5.3-codex",
6268
6234
  name: "GPT-5.3 Codex",
@@ -6331,6 +6297,23 @@ export const MODELS = {
6331
6297
  contextWindow: 272000,
6332
6298
  maxTokens: 128000,
6333
6299
  },
6300
+ "gpt-5.5": {
6301
+ id: "gpt-5.5",
6302
+ name: "GPT-5.5",
6303
+ api: "openai-codex-responses",
6304
+ provider: "openai-codex",
6305
+ baseUrl: "https://chatgpt.com/backend-api",
6306
+ reasoning: true,
6307
+ input: ["text", "image"],
6308
+ cost: {
6309
+ input: 5,
6310
+ output: 30,
6311
+ cacheRead: 0.5,
6312
+ cacheWrite: 0,
6313
+ },
6314
+ contextWindow: 400000,
6315
+ maxTokens: 128000,
6316
+ },
6334
6317
  },
6335
6318
  "opencode": {
6336
6319
  "big-pickle": {
@@ -8017,7 +8000,7 @@ export const MODELS = {
8017
8000
  cacheRead: 0.024999999999999998,
8018
8001
  cacheWrite: 0.08333333333333334,
8019
8002
  },
8020
- contextWindow: 1000000,
8003
+ contextWindow: 1048576,
8021
8004
  maxTokens: 8192,
8022
8005
  },
8023
8006
  "google/gemini-2.0-flash-lite-001": {