mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 15:20:38 +00:00
feat: add iflow template
This commit is contained in:
27
providers/iflow.json
Normal file
27
providers/iflow.json
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"name": "modelscope",
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user