Files
pi-config/models.json

51 lines
1.1 KiB
JSON

{
"providers": {
"openrouter": {
"modelOverrides": {
"deepseek/deepseek-chat": {
"compat": {
"openRouterRouting": {
"only": ["DeepInfra"]
}
}
},
"deepseek/deepseek-v4-pro": {
"compat": {
"openRouterRouting": {
"only": ["DeepInfra"]
}
}
},
"moonshotai/kimi-k2.6": {
"compat": {
"openRouterRouting": {
"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"]
}
}
}
}
}
}
}