From aae3b17f9c428787f0f36a762c9245b6b3fbacb3 Mon Sep 17 00:00:00 2001 From: kevin-bruton Date: Sat, 27 Sep 2025 10:23:40 +0200 Subject: [PATCH] feat: add more openrouter models --- cli/utils.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli/utils.py b/cli/utils.py index 7b9682a6..a90b2fc2 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -145,6 +145,8 @@ def select_shallow_thinking_agent(provider) -> str: ("Gemini 2.5 Flash - Adaptive thinking, cost efficiency", "gemini-2.5-flash-preview-05-20"), ], "openrouter": [ + ("xAI: Grok 4 Fast (free)", "x-ai/grok-4-fast:free"), + ("DeepSeek: DeepSeek V3.1 (free)", "deepseek/deepseek-chat-v3.1:free"), ("Meta: Llama 4 Scout", "meta-llama/llama-4-scout:free"), ("Meta: Llama 3.3 8B Instruct - A lightweight and ultra-fast variant of Llama 3.3 70B", "meta-llama/llama-3.3-8b-instruct:free"), ("google/gemini-2.0-flash-exp:free - Gemini Flash 2.0 offers a significantly faster time to first token", "google/gemini-2.0-flash-exp:free"), @@ -208,6 +210,8 @@ def select_deep_thinking_agent(provider) -> str: ("Gemini 2.5 Pro", "gemini-2.5-pro-preview-06-05"), ], "openrouter": [ + ("Qwen: Qwen3 235B A22B (free)", "qwen/qwen3-235b-a22b:free"), + ("OpenAI: gpt-oss-120b (free)", "openai/gpt-oss-120b:free"), ("DeepSeek V3 - a 685B-parameter, mixture-of-experts model", "deepseek/deepseek-chat-v3-0324:free"), ("Deepseek - latest iteration of the flagship chat model family from the DeepSeek team.", "deepseek/deepseek-chat-v3-0324:free"), ],