mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 17:21:05 +00:00
28 lines
457 B
JSON
28 lines
457 B
JSON
{
|
|
"name": "iflow",
|
|
"api_base_url": "https://apis.iflow.cn/v1/chat/completions",
|
|
"api_key": "",
|
|
"models": [
|
|
"kimi-k2",
|
|
"qwen3-coder",
|
|
"glm-4.5",
|
|
"qwen3-235b-a22b-thinking-2507",
|
|
"deepseek-v3.1"
|
|
],
|
|
"transformer": {
|
|
"qwen3-coder": {
|
|
"use": ["enhancetool"]
|
|
},
|
|
"deepseek-v3.1": {
|
|
"use": [
|
|
[
|
|
"maxtoken",
|
|
{
|
|
"max_tokens": 8192
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|