mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 15:20:38 +00:00
17 lines
293 B
JSON
17 lines
293 B
JSON
{
|
|
"name": "siliconflow",
|
|
"api_base_url": "https://api.siliconflow.cn/v1/chat/completions",
|
|
"api_key": "sk-xxx",
|
|
"models": ["moonshotai/Kimi-K2-Instruct"],
|
|
"transformer": {
|
|
"use": [
|
|
[
|
|
"maxtoken",
|
|
{
|
|
"max_tokens": 16384
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|