mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 13:20:58 +00:00
15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|