One key · GPUs · language models · video
Serverless GPU endpoints with OpenAI-compatible URLs, hosted video and language models billed per clip or per million tokens, and on-demand GPUs by the second — on one prepaid balance, with teams, budgets and audit built in. Also reachable from Claude Code, Cursor and any MCP-capable agent.
Prices below are live from the same API the dashboard uses. Everything is billed per second of work to prepaid credit; nothing idles on your bill.
Create an account, add credit, copy a key from the dashboard. Then any of these works.
One request, one clip. The charge for the call comes back in the x-swarmdo-charged-cents header.
curl -X POST https://gpu.swarmdo.com/api/managed/kling-2-1-pro/runsync \
-H "Authorization: Bearer $SWARMDO_API_KEY" \
-H "content-type: application/json" \
-d '{"input":{"image":"https://…/frame.png","prompt":"slow dolly in","duration":5}}'Deploy a model to an endpoint from the dashboard, then swap the base URL. Cursor, Continue, Open WebUI and the OpenAI SDKs work unchanged.
# python
client = OpenAI(
base_url="https://gpu.swarmdo.com/run/<endpoint-id>/openai/v1",
api_key=os.environ["SWARMDO_API_KEY"])44 tools: rent GPUs, deploy endpoints, generate video, check the bill.
# hosted — nothing to install claude mcp add --transport http swarmdo-gpu https://gpu.swarmdo.com/mcp \ --header "Authorization: Bearer swdo_…" # or local claude mcp add swarmdo-gpu --env SWARMDO_API_KEY=swdo_… -- npx -y @swarmdo/gpu-mcp npm i @swarmdo/gpu-sdk # in code
Agencies and studios get one consolidated bill and the controls to hand it to a client.
Per-second billing on prepaid credit. Minimum top-up $5, no subscription, no idle charge on scale-to-zero endpoints.
| Loading… |
| Loading… |
GPU rentals are priced per offer in the catalog below. Serverless is billed per GPU-second while a request is running; hosted models are billed per clip, per request or per million tokens, and only when the call succeeds.
On-demand and interruptible machines with SSH and Jupyter, provisioned in one click with a hard spend cap.
Sign in to rent GPUs and manage your instances.