givemeanode

Give your agent GPUs.

Givemeanode is a slurm-like GPU orchestrator built for AI agents like claude, codex, or opencode. Queue up thousands of jobs on large scale GPU clusters, get billed by the minute. Read the docs.

What people use it for

Each of these is one sentence to your agent. The docs show every example as English, CLI, and the MCP calls underneath.

Run anything on an H100 in one sentence

You say to your agent
Get me a GPU node, clone github.com/you/yourrepo on it, and run the benchmark.

A container on an H100 with a persistent disk, billed by the minute. See nodes.

Fine-tune a model overnight

You say to your agent
Start the fine-tune on the node in the background, check the loss every hour, and stop the node when it converges.

Training runs detached and outlives the conversation. Stopping the node stops the bill with the files intact, like tmux on a machine you can power off. See long-running commands.

Sweep and evaluate as batch jobs

You say to your agent
Sweep learning rates 1e-4, 3e-4, and 1e-3 over the training job as a batch, and show me a results table when they finish.

Up to 256 variants in one call, billed only while running, with queued time free. Jobs can checkpoint, so a preempted run resumes where it left off and you pay only for progress that survives. Each job declares its result as JSON, so a finished sweep reads as a table. See batch jobs.

Serve a model at a public URL

You say to your agent
Serve the merged model with vLLM and give me a URL the eval harness can call.

Any port on a running node gets a public HTTPS URL, with optional bearer auth. Traffic is free. See exposing ports.

Pricing

ItemRateMinimum / free tierDiscount
1×H100 node$0.06/min ($3.60/hr)--
8×H100 node$0.48/min ($28.80/hr)--
Batch jobs (H100)$0.045/min per GPU-25% below interactive
Job builds$0.01/min300 min/month free-
Logs$0.50/GB ingested5 GB/month free-
Metrics$8 per 1,000 active series/monthfirst 10,000 series free-
Traces$0.50/GB ingested5 GB/month free-
Snapshot storage$0.10/GiB-month250 GiB free-
Object storage$0.10/GB-month100 GB free-