Skip to main content
GET
Python (SDK)

Authorizations

Authorization
string
header
required

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Headers

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Path Parameters

name
string
required

Response

Accelerator

A catalogue entry. Each hardware class exposes what it has and omits what it lacks: gpu entries always carry vendor, memory_gb, gpu_counts and interconnects; cpu entries always carry vcpu and memory_gb_per_vcpu. Fields of the other class are absent, never reinterpreted.

display_name
string
required
hardware_class
enum<string>
required
Available options:
gpu,
cpu
name
string
required
gpu_counts
integer[]

Present on every gpu-class entry, absent on cpu-class entries.

Required range: 1 <= x <= 8
interconnects
string[]

Present on every gpu-class entry, absent on cpu-class entries.

memory_gb
integer

Present on every gpu-class entry, absent on cpu-class entries.

memory_gb_per_vcpu
integer

Present on every cpu-class entry, absent on gpu-class entries.

Required range: x >= 1
vcpu
object

Present on every cpu-class entry, absent on gpu-class entries.

vendor
enum<string>

Present on every gpu-class entry, absent on cpu-class entries.

Available options:
nvidia,
amd