Create an Instance
Interactive Mode
Run the create command to launch an interactive menu:One-Line Creation
Specify all options in a single command:Configuration Options
| Flag | Description |
|---|---|
--mode | prototyping or production |
--gpu | GPU type. Available options depend on mode |
--num-gpus | Number of GPUs. Options depend on mode and GPU type |
--vcpus | CPU cores (prototyping only). Options vary by GPU type and count |
--template | base, comfy-ui, ollama, or a snapshot name |
--primary-disk | Primary disk storage in GB. Range varies by mode |
--ephemeral-disk | Fast temporary storage in GB, mounted at /ephemeral (0 to disable, default: 0). See Ephemeral Storage |
Mode Selection
Choose between optimized development pricing or full compatibility:- Prototyping (default): Lower cost with CUDA-level optimizations. Best for development.
- Production: Standard VM with full compatibility. Best for long-running jobs and production workloads.
GPU, CPU, and RAM
Available GPU types, GPU counts, vCPU options, and RAM configurations vary by mode. Usetnr create to see current options interactively, or check the pricing page for details.
Templates
Templates pre-configure your instance for common AI workflows:| Template | Description |
|---|---|
base | Ubuntu with PyTorch + CUDA |
ollama | Ollama server environment |
comfy-ui | ComfyUI for AI image generation |