lock provider routing: use only [...] for cache continuity on deepseek, kimi, minimax, qwen

This commit is contained in:
2026-06-14 14:00:22 +10:00
parent 6c2f36b69d
commit 4085add586

View File

@@ -5,48 +5,42 @@
"deepseek/deepseek-chat": {
"compat": {
"openRouterRouting": {
"order": ["streamlake"],
"allow_fallbacks": false
"only": ["DeepInfra"]
}
}
},
"deepseek/deepseek-v4-pro": {
"compat": {
"openRouterRouting": {
"order": ["baidu"],
"allow_fallbacks": false
}
}
},
"qwen/qwen-3-coder-next": {
"compat": {
"openRouterRouting": {
"order": ["qwen"],
"allow_fallbacks": false
}
}
},
"qwen/qwen-2.5-vl": {
"compat": {
"openRouterRouting": {
"order": ["qwen"],
"allow_fallbacks": false
}
}
},
"minimax/minimax-m3": {
"compat": {
"openRouterRouting": {
"order": ["minimax"],
"allow_fallbacks": false
"only": ["DeepInfra"]
}
}
},
"moonshotai/kimi-k2.6": {
"compat": {
"openRouterRouting": {
"order": ["moonshotai"],
"allow_fallbacks": false
"only": ["Moonshot AI"]
}
}
},
"minimax/minimax-m3": {
"compat": {
"openRouterRouting": {
"only": ["Minimax"]
}
}
},
"qwen/qwen3-coder-next": {
"compat": {
"openRouterRouting": {
"only": ["StreamLake"]
}
}
},
"qwen/qwen3-vl-8b-instruct": {
"compat": {
"openRouterRouting": {
"only": ["Alibaba"]
}
}
}