Everything is API

Our REST API, SDKs, and CLI give you complete control over your compute infrastructure. Integrate in minutes.

Python SDK
import tamga_run as tr

# Initialize client
client = tr.Client(api_key="tr_sk_...")

# Deploy a GPU instance
instance = client.instances.create(
    gpu="RTX 4090",
    image="pytorch:latest",
    duration=3600,
    region="eu-west"
)

print(f"Instance {instance.id} running")
CLI
# Install the CLI
$ npm install -g @tamga/cli

# Authenticate
$ tamga login

# Deploy a container
$ tamga deploy \
  --gpu RTX4090 \
  --image pytorch:latest \
  --duration 3600 \
  --region eu-west

# List instances
$ tamga ps
# → 3 running, 0 stopped

Frequently asked questions

Everything you need to know about Tamga Run.

Tamga Run is a distributed compute network. We connect compute resource providers with users who need GPU, CPU, and container capacity. Think of it as a platform for sharing unused hardware and renting compute power.

You only pay for the compute you use, billed by the second. GPU pricing ranges from $0.18/hr for RTX 3060s to $3.49/hr for H100s. CPU instances start at $0.03/hr per vCPU. There are no setup fees, and you can stop any instance at any time.

Yes! Share your unused GPU, CPU, or storage and earn passive income. Our platform supports hardware providers in monetizing idle resources.

We support a wide range of hardware: NVIDIA GPUs (RTX 3060 through H100), AMD GPUs, Intel and AMD CPUs, Apple Silicon (M-series), and any Docker-compatible system. Our platform automatically benchmarks and verifies all hardware before it goes online.

Absolutely. You can run any Docker container on our network. We also offer native Kubernetes integration — connect your existing K8s clusters or spin up new ones with a single click. Our platform automatically handles node discovery, scheduling, and scaling.

Security is our top priority. All workloads run in isolated containers with hardware-level GPU partitioning. Data is encrypted in transit and at rest. We support VPC peering, private networking, and regular security audits.

Ready to join the compute marketplace?

Download TamgaControlCenter and start earning, or rent hardware and start building.