diff --git a/src/commands/models/list.rows.test.ts b/src/commands/models/list.rows.test.ts index 5d35fe6b4a51..a4d74f290342 100644 --- a/src/commands/models/list.rows.test.ts +++ b/src/commands/models/list.rows.test.ts @@ -49,6 +49,10 @@ describe("appendProviderCatalogRows", () => { api: "openai-codex-responses", baseUrl: "https://chatgpt.com/backend-api", input: ["text"], + reasoning: false, + cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, + contextWindow: 8192, + maxTokens: 4096, }, ], context: { @@ -95,6 +99,10 @@ describe("appendProviderCatalogRows", () => { api: "openai-responses", baseUrl: "https://api.openai.com/v1", input: ["text", "image"], + reasoning: false, + cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, + contextWindow: 8192, + maxTokens: 4096, }, ], context: { @@ -140,6 +148,10 @@ describe("appendProviderCatalogRows", () => { api: "openai-responses", baseUrl: "https://api.openai.com/v1", input: ["text", "image"], + reasoning: false, + cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, + contextWindow: 8192, + maxTokens: 4096, }, ], context: {