Skip to main content
GET
/
supported_devices
Supported Devices
curl --request GET \
  --url https://api.example.com/supported_devices
{
  "cpu": true,
  "cuda": true,
  "dml": true
}

Query Parameters

core_version
string

Response

Successful Response

Information about supported devices.

cpu
boolean
required

Whether CPU is supported

cuda
boolean
required

Whether CUDA (Nvidia GPU) is supported

dml
boolean
required

Whether DirectML (Nvidia GPU / Radeon GPU etc.) is supported

Last modified on May 27, 2026