添加openRouter的api

This commit is contained in:
zhuixi 2025-06-28 11:58:40 +00:00
parent 718df34932
commit ff0f6a8f26
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,7 @@ def select_shallow_thinking_agent(provider) -> str:
("Gemini 2.5 Flash - Adaptive thinking, cost efficiency", "gemini-2.5-flash-preview-05-20"),
],
"openrouter": [
("4o-mini","openai/gpt-4o-mini"),
("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 +209,7 @@ def select_deep_thinking_agent(provider) -> str:
("Gemini 2.5 Pro", "gemini-2.5-pro-preview-06-05"),
],
"openrouter": [
("o4-mini","openai/o4-mini"),
("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"),
],