added a configuration option for Claude through OpenRouter.

This commit is contained in:
Xiaohan-Tian
2025-08-24 13:31:33 -07:00
parent cd671eab4c
commit 81c6aeb966
3 changed files with 91 additions and 2 deletions
+5
View File
@@ -15,6 +15,11 @@
"api_key": "",
"model": "claude-sonnet-4-0"
},
"claude_openrouter": {
"api_key": "",
"base_url": "https://openrouter.ai/api/v1/chat/completions",
"model": "anthropic/claude-sonnet-4"
},
"openai_compatible": {
"api_key": "",
"base_url": "",