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": { "deepseek/deepseek-chat": {
"compat": { "compat": {
"openRouterRouting": { "openRouterRouting": {
"order": ["streamlake"], "only": ["DeepInfra"]
"allow_fallbacks": false
} }
} }
}, },
"deepseek/deepseek-v4-pro": { "deepseek/deepseek-v4-pro": {
"compat": { "compat": {
"openRouterRouting": { "openRouterRouting": {
"order": ["baidu"], "only": ["DeepInfra"]
"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
} }
} }
}, },
"moonshotai/kimi-k2.6": { "moonshotai/kimi-k2.6": {
"compat": { "compat": {
"openRouterRouting": { "openRouterRouting": {
"order": ["moonshotai"], "only": ["Moonshot AI"]
"allow_fallbacks": false }
}
},
"minimax/minimax-m3": {
"compat": {
"openRouterRouting": {
"only": ["Minimax"]
}
}
},
"qwen/qwen3-coder-next": {
"compat": {
"openRouterRouting": {
"only": ["StreamLake"]
}
}
},
"qwen/qwen3-vl-8b-instruct": {
"compat": {
"openRouterRouting": {
"only": ["Alibaba"]
} }
} }
} }