Skip to main content
GPU and memory names are exact strings. They must match spelling, casing, and spacing. URL-encode spaces and slashes in paths and query values.

GPU models

Fetch this list programmatically from GET /api/gpu-types so your code stays current if models are added. Use GET /api/gpu-types-free to get just the free-tier subset — handy for rendering a paid/free split without a key.

Token (OTPI) labs

Fetch this list programmatically from GET /api/token-types, and the free-tier subset from GET /api/token-types-free. These are the valid lab values for /api/otpi and /api/workload.

Memory types

Fetch the live list from GET /api/memory-types (public, no key required). Each type belongs to one of three categories: dram, flash, or module.

DRAM

Flash

Module

This list reflects the types tracked at the time of writing. Always treat /api/memory-types as the source of truth.