From 399bd05c901324b7b8d246e103f1857e9d6026b7 Mon Sep 17 00:00:00 2001 From: cthomas Date: Thu, 19 Mar 2026 18:00:36 -0700 Subject: [PATCH] feat: set context window for auto (#1463) --- src/models.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/models.json b/src/models.json index 9de2ad9..37c160b 100644 --- a/src/models.json +++ b/src/models.json @@ -7,7 +7,12 @@ "label": "Auto", "description": "Automatically select the best model", "isFeatured": true, - "free": true + "free": true, + "updateArgs": { + "context_window": 140000, + "max_output_tokens": 28000, + "parallel_tool_calls": true + } }, { "id": "auto-fast", @@ -15,7 +20,12 @@ "label": "Auto Fast", "description": "Automatically select the best fast model", "isFeatured": true, - "free": true + "free": true, + "updateArgs": { + "context_window": 140000, + "max_output_tokens": 28000, + "parallel_tool_calls": true + } }, { "id": "sonnet",