From 04c85c93d67c791a3d7214e1d1672b14884900cc Mon Sep 17 00:00:00 2001 From: David Chen Date: Sat, 6 Dec 2025 17:18:09 -0800 Subject: [PATCH] add gpt-5.1-high from cliproxyapi to opencode --- opencode/opencode.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opencode/opencode.json b/opencode/opencode.json index 6c7368f..dde97a1 100644 --- a/opencode/opencode.json +++ b/opencode/opencode.json @@ -63,6 +63,13 @@ ], "store": false } + }, + "gpt-5.1-high": { + "name": "GPT-5.1 High", + "options": { + "reasoningEffort": "high", + "store": false + } } } },