[Add] OpenRouter: Integrate OpenRouter API for authentication, model management, and translation capabilities.

This commit is contained in:
misyaguziya
2025-12-10 23:48:56 +09:00
parent e59d52815c
commit 8b853f4c20
8 changed files with 324 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ run_mapping = {
"selected_openai_model":"/run/selected_openai_model",
"selectable_groq_model_list":"/run/selectable_groq_model_list",
"selected_groq_model":"/run/selected_groq_model",
"selectable_openrouter_model_list":"/run/selectable_openrouter_model_list",
"selected_openrouter_model":"/run/selected_openrouter_model",
"selectable_lmstudio_model_list":"/run/selectable_lmstudio_model_list",
"selected_lmstudio_model":"/run/selected_lmstudio_model",
"selectable_ollama_model_list":"/run/selectable_ollama_model_list",