mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 15:20:38 +00:00
27 lines
426 B
JSON
27 lines
426 B
JSON
{
|
|
"name": "iflow",
|
|
"api_base_url": "https://apis.iflow.cn/v1/chat/completions",
|
|
"api_key": "",
|
|
"models": [
|
|
"qwen3-coder-plus",
|
|
"kimi-k2-0905",
|
|
"glm-4.5",
|
|
"glm-4.6",
|
|
"qwen3-max",
|
|
"deepseek-v3.1",
|
|
"qwen3-vl-plus"
|
|
],
|
|
"transformer": {
|
|
"deepseek-v3.1": {
|
|
"use": [
|
|
[
|
|
"maxtoken",
|
|
{
|
|
"max_tokens": 8192
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|