About NVIDIA NeMo Studio

View as Markdown

Studio is still in early development. Many features are missing or should be expected to change.

NeMo Studio is the web app for AI development with NVIDIA NeMo Platform. It provides a workspace-oriented UI for managing local platform resources, reviewing agents, running agent optimization workflows, monitoring agent telemetry, and working with filesets, jobs, and secrets.


Getting Started

NeMo Studio is included with the platform. Follow the Setup guide to start NeMo Platform, then access Studio at /studio on your running server.

Features

Agents

Use the Studio Agents area to review platform-managed NeMo Agent Toolkit workflows, inspect agent details, deploy agents, open a chat session against a running deployment, and clean up deployments that are no longer needed.

For the full workflow, see Studio Agents.

Suggestions

Use Agents > Suggestions to review optimizer suggestions for deployed agents. Studio groups suggestions by workspace or agent and lets you filter by type, priority, scope, and agent.

For the full workflow, see Studio Suggestions.

Monitor

Use Agents > Monitor to inspect agent telemetry stored by the platform, including recent inference logs and token usage summaries.

For the full workflow, see Studio Monitor.

Workspaces

Keep models and data organized in dedicated workspaces.

Filesets

Use Filesets to organize files by purpose, which determines which metadata fields are available. Purpose is chosen at creation time and can’t be changed afterward.

PurposeUse for
GenericDefault. Files that don’t fit the Dataset or Model categories. Doesn’t add purpose-specific metadata fields.
DatasetTraining and evaluation data. Enables dataset-specific metadata, including schema information. Use built-in tools to transform data schemas with LLM assistance or create train/test splits.
ModelModel weights and checkpoints. Enables model-specific metadata, including tool-calling and model configuration fields.

Supported file formats: JSON (.json), JSONL (.jsonl), CSV (.csv), and Parquet (.parquet). PDF, image, and other binary formats are not currently supported.

You can upload any file type into a fileset. However, each service supports specific input file types:

ServiceSupported File Types
Data Designer.json, .jsonl, .csv, .parquet

Evaluations

Evaluations appears in two separate sidebar groups because it covers two distinct scopes:

LocationWhat it shows
Agents > EvaluationsEvaluation runs scoped to a specific agent — results tied to agent deployments and versions.
Evaluate > EvaluationsAll evaluation results across the workspace, regardless of which agent or model was evaluated.

Use Agents > Evaluations when reviewing how a specific agent performed. Use Evaluate > Evaluations for a broader view of evaluation history across the workspace.

Jobs

Track and manage all platform jobs from a single view. The Jobs page aggregates jobs across enabled capabilities, such as Data Designer, so you can monitor progress, view logs, download artifacts, and cancel jobs in one place.

Navigate to Jobs in the workspace sidebar to see all jobs in the current workspace.

Search and filter — Find jobs by name, filter by status, or narrow results by creation or update date range.

Status tracking — Each job displays its current status:

StatusDescription
CreatedJob has been created but not yet scheduled
PendingJob is queued and waiting for resources
ActiveJob is currently running
CompletedJob finished successfully
ErrorJob encountered an error
CancelledJob was cancelled by a user
CancellingCancellation is in progress
PausedJob execution is paused
PausingJob is transitioning to paused
ResumingPaused job is restarting

Service routing — Clicking a job navigates to its service-specific detail view when one exists. Jobs from services that aren’t enabled fall back to the generic job detail view.

Cancelling a job — Active or pending jobs can be cancelled from the job list or the detail page. Cancelling a job permanently stops it and cannot be undone.

Secrets

Store API keys and credentials to securely connect with external providers. See manage-secrets for details.