From 9281afc4a439cb699d66a543fa54112b4f03e6a0 Mon Sep 17 00:00:00 2001 From: Devansh Jain <31609257+devanshrj@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:43:25 -0700 Subject: [PATCH] chore: Add gpt 5 mini with high reasoning (#1372) --- src/models.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/models.json b/src/models.json index 85bb630..caafe48 100644 --- a/src/models.json +++ b/src/models.json @@ -1206,6 +1206,19 @@ "parallel_tool_calls": true } }, + { + "id": "gpt-5-mini-high", + "handle": "openai/gpt-5-mini-2025-08-07", + "label": "GPT-5-Mini", + "description": "GPT-5-Mini (high reasoning)", + "updateArgs": { + "reasoning_effort": "high", + "verbosity": "medium", + "context_window": 272000, + "max_output_tokens": 128000, + "parallel_tool_calls": true + } + }, { "id": "gpt-5-mini-medium", "handle": "openai/gpt-5-mini-2025-08-07",