mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
Add Xiaomi MiMo provider support
- Introduced Xiaomi MiMo as a new provider in providerModels.js and providers.js. - Updated model alias mapping in model.js to include Xiaomi MiMo. - Enhanced validation route to support Xiaomi MiMo API endpoints. - Added Xiaomi MiMo to APIKEY_PROVIDERS with relevant details. This update expands the range of supported providers, improving integration capabilities.
This commit is contained in:
@@ -63,6 +63,8 @@ const ALIAS_TO_PROVIDER_ID = {
|
||||
"grok-web": "grok-web",
|
||||
pw: "perplexity-web",
|
||||
"perplexity-web": "perplexity-web",
|
||||
mimo: "xiaomi-mimo",
|
||||
"xiaomi-mimo": "xiaomi-mimo",
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user