It looks like a version is already available: Model SDK Release notes
I'm not entirely sure if it works the same in Mendix 11, but you could try the following:
In package.json in your project directory, add this:
"mendixmodelsdk": "^4.98.0"
Alternatively, open a command prompt in your project folder, and run:
npm install mendixmodelsdk@latest --save