This commit is contained in:
musistudio
2025-08-03 08:18:08 +08:00
commit b8e0e99e5c
12 changed files with 244 additions and 0 deletions

14
providers/openrouter.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "openrouter",
"api_base_url": "https://openrouter.ai/api/v1/chat/completions",
"api_key": "",
"models": [
"google/gemini-2.5-pro-preview",
"anthropic/claude-sonnet-4",
"anthropic/claude-3.5-sonnet",
"anthropic/claude-3.7-sonnet:thinking"
],
"transformer": {
"use": ["openrouter"]
}
}