Just some random brain dump: Why limit to ML models? Perhaps we can (should?) have some universal package hub, where you can package and push a "thing" from any language, and then pull and use it from any other language. With some metadata describing the input/output schema. The underlying engine can use WASM or containers or something like that.
..isn't this just Docker?
I guess some parts that are missing are having a schema for the CMD part, and being able to easily generate APIs for various languages from that schema