feat: add more openrouter models
This commit is contained in:
parent
bc6a005bd2
commit
aae3b17f9c
|
|
@ -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"),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue