Installing Runpod Provider
Runpod is a cloud provider that offers on-demand GPU infrastructure. Transformer Lab can connect to Runpod using an API key that you can generate from your Runpod account.
Create a Runpod account and API key​
Before adding Runpod as a compute provider in Transformer Lab:
- Create a Runpod account.
- Generate a Runpod API key in your Runpod account settings.
- Copy and store the API key so you can paste it into Transformer Lab.
Add Runpod in Team Settings​
After Transformer Lab is set up and you've logged in, follow these steps to add your Runpod provider:
- Open Team Settings.
- Go to Compute Providers.
- Click Add Compute Provider.
- In the modal:
- Set Type to runpod.
- Give the provider a name (for example:
runpod-prov). - In Config, set your Runpod API key from your Runpod account.
- Click Add Compute Provider.
Example Runpod config​
{
"api_key": "<RUNPOD_API_KEY>",
"api_base_url": "https://rest.runpod.io/v1",
}

Run health check​
After the provider is listed in Team Settings:
- Find your Runpod provider in Compute Providers.
- Click Health.
- Confirm the provider reports healthy/connected.
