MemryX Shim Provider for LM Studio
Local generator plugin for LM Studio that routes requests to a MemryX-backed shim endpoint.
What it does
- Uses a local OpenAI-compatible shim base URL, defaulting to
http://127.0.0.1:9000/v1
- Surfaces shim-hosted generator models inside LM Studio
- Keeps embedding-capable models visible as a separate inventory lane
- Preserves cached model inventory so LM Studio can recover cleanly after restarts
Requirements
- LM Studio with plugin support
- A running local MemryX shim on
127.0.0.1:9000
- Supported MemryX-backed hardware/runtime for the shim lane this plugin targets
Notes
- This plugin does not load or unload models for you.
- Model hosting, runtime selection, and hardware bring-up stay outside the plugin.
- If the local shim is unavailable, the plugin falls back to cached inventory until the shim is back.