n8n-nodes-xiaomi-mimo
v0.1.0
Published
Xiaomi MiMo Chat Model for n8n
Maintainers
Readme
Xiaomi MiMo Chat Model for n8n
Use Xiaomi MiMo models as native Chat Models in n8n AI workflows.
Features
- Native
AI Language Modeloutput for AI Agent and AI Chain nodes. - Xiaomi MiMo Token Plan URL configured by default:
https://token-plan-sgp.xiaomimimo.com/v1. - Dedicated MiMo API Key credential with a connection test.
Thinkingcontrol, disabled by default to reduce latency.- MiMo V2.5 and MiMo V2.5 Pro presets.
Publish for private use through the n8n interface
The n8n Community Nodes interface installs npm package names, not Git URLs or local files. To use that interface without n8n verification, publish this package as public on npm. It remains an unverified package and is only installed in the n8n instances you choose.
- Review the package metadata in
package.json. - Run
npm install,npm run lint, andnpm run build. - Create an npm account and enable 2FA, then run
npm login. For an unverified package installed only in self-hosted n8n, publish directly in PowerShell with$env:RELEASE_MODE = 'true'; npm publish. - In self-hosted n8n, open Settings > Community Nodes > Install and enter
n8n-nodes-xiaomi-mimo.
For a truly private npm package, use a paid npm plan or a private registry and install it manually in the n8n container with npm. The n8n GUI cannot install a local archive or Git URL.
For a local package archive, build and run npm pack. Copy the resulting .tgz file to a persistent path mounted in the n8n container, then run npm install /path/to/n8n-nodes-xiaomi-mimo-0.1.0.tgz from /home/node/.n8n/nodes and restart n8n.
Credentials
Create a Xiaomi MiMo API credential and paste the API Key from your Token Plan. Keep the assigned Base URL unless Xiaomi provides a different regional URL.
Latency
MiMo V2.5 models enable deep thinking by default. This node explicitly disables it by default, which avoids reasoning-token latency for ordinary tasks. Enable Thinking only where deep reasoning is worth the additional time.
Compatibility
Test against the target n8n instance before upgrading the package. The package relies on the n8n AI Node SDK supplied by n8n.
