feat: add iflow template

This commit is contained in:
musistudio
2025-08-26 18:44:31 +08:00
parent 2541416962
commit f931717a1f

27
providers/iflow.json Normal file
View 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
}
]
]
}
}
}