NeMo Studio Virtual Models
Use Virtual Models in the NeMo Studio workspace sidebar to inspect inference routes and their middleware pipelines for the selected workspace.
Virtual Model List
The Virtual Models table shows all user-created virtual models in the current workspace. Controller-managed passthrough routes are hidden. Select a row or choose View from the row actions menu to open the details panel.
The table shows each virtual model’s name, default model, middleware call count, and creation time.
Virtual models are created and updated through the nemo inference virtual-models CLI or the Inference Gateway API. NeMo Studio reflects the current workspace state.
Virtual Model Details
Selecting a row opens a details panel with the full configuration of a single virtual model.
Summary
Middleware
The details panel shows three ordered middleware pipelines applied to every request through this virtual model.
Each middleware entry shows its plugin name, config type, config reference, and inline config payload if one is set. A guardrails middleware entry, for example, shows the plugin nemo-guardrails, the config type guardrail_config, and a config ID pointing to a workspace guardrail configuration.