Compute Broker API
ComputeBroker is an intelligent compute routing layer that sits between your application and multiple cloud GPU providers. Instead of manually comparing prices and availability across Lambda Cloud, RunPod, Together AI, and others, ComputeBroker evaluates all options in real time and routes your workload to the optimal provider based on cost, latency, and availability. Key features: Smart routing…
Compute Broker API endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
healthCheck /health |
Returns API health status. No authentication required. |
| Routing | ||
| POST |
simulateRouting /v1/simulate |
Simulate routing without creating a job. Available on all tiers. |
| POST |
routeWorkload /v1/route |
Route a workload to the best provider based on cost, latency, and availability. |
| Jobs | ||
| POST |
replayJob /v1/job/{id}/replay |
Replay a job with new routing. PRO tier and above. |
| GET |
getJob /v1/job/{id} |
Retrieve details of a specific job by ID. |
| Providers | ||
| GET |
listProviders /v1/providers |
List all available compute providers with pricing and availability. |
| Policies | ||
| POST |
createPolicy /v1/policies |
Create a new routing policy. |
| GET |
listPolicies /v1/policies |
List all routing policies for your API key. |
| PATCH |
updatePolicy /v1/policies/{id} |
|
| DELETE |
deletePolicy /v1/policies/{id} |
|
| Account | ||
| GET |
getUsage /v1/usage |
Get usage statistics for your API key. |
| GET |
getBillingEstimate /v1/billing/estimate |
Get billing estimates and projections for current period. |
| Webhooks | ||
| POST |
testWebhook /v1/webhooks/test |
Send a test webhook event to verify your webhook configuration. |
Compute Broker API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $75 / month | — |
|
| MEGA | $150 / month | — |
|