Accelerator Emulation Lab API
AccelLab is an accelerator emulation API that lets engineers simulate co-processor behavior before physical hardware is available. Submit workloads against curated accelerator profiles — including GPU, NPU, FPGA, and quantum architectures — and receive detailed latency distributions (p50/p95/p99), throughput ceilings, queueing risk signals, and estimated cost indices. Compare two profiles…
Accelerator Emulation Lab API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Status | ||
| GET |
getHealth /health |
|
| Profiles | ||
| GET |
getProfile /profiles/{id} |
|
| GET |
listProfiles /profiles |
|
| Packs | ||
| GET |
listPacks /packs |
|
| GET |
getPack /packs/{name} |
|
| Simulation | ||
| POST |
compareRuns /compare |
|
| POST |
runSimulation /simulate |
|
| Compatibility | ||
| POST |
checkCompatibility /compatibility-check |
|
Accelerator Emulation Lab API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $29 / month | 120 / minute |
|
| ULTRA | $149 / month | 1200 / minute |
|
| MEGA | $499 / month | 6000 / minute |
|