chore: Add gpt 5 mini with high reasoning (#1372)

This commit is contained in:
Devansh Jain
2026-03-12 17:43:25 -07:00
committed by GitHub
parent 0992c00a03
commit 9281afc4a4

View File

@@ -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",