Skip to main content
Lyceum offers GPU resources in two distinct contexts: serverless workloads (per-job execution via the CLI or API) and VM instances (long-running dedicated machines launched from the dashboard or API). The available machine identifiers and pricing differ between the two.

Serverless Workloads

When running code through lyceum python run, lyceum docker run, lyceum compose run, or lyceum notebook, select the underlying hardware with the -m / --machine flag.
The default is gpu.a100. Common GPU values include gpu.a100, gpu.h100, gpu.b200, and others depending on your account quota.
Available machine types are gated per account. The CLI validates your selection against /api/v2/external/user/quotas/available-hardware before submitting the job. To see the machines you have access to, run any execution command with an unavailable type, the CLI will print the list.

VM Instances

When launching dedicated VMs via the dashboard or the VMs API, the following GPU profiles are available: Each profile can be launched with 1, 2, 4, or 8 GPUs per instance, subject to availability and account limits. For current pricing and committed-term discounts, see the dashboard launch page.

Storage

All machine types, serverless and VM, have access to your cloud storage. See Storage for mount paths and usage.