diff --git a/src/gateway/gateway-cli-backend.live.test.ts b/src/gateway/gateway-cli-backend.live.test.ts index f70a6de78b1..1e9e4d3c839 100644 --- a/src/gateway/gateway-cli-backend.live.test.ts +++ b/src/gateway/gateway-cli-backend.live.test.ts @@ -85,9 +85,12 @@ function openAiProviderConfigForCodexCli( models: [ { contextWindow: 1_047_576, + cost: { cacheRead: 0, cacheWrite: 0, input: 0, output: 0 }, id: modelId, + input: ["text"], maxTokens: 32_768, name: modelId, + reasoning: true, }, ], timeoutSeconds: Math.ceil(CLI_BACKEND_REQUEST_TIMEOUT_MS / 1000),