Basilica
Introduction

Enter the Basilica

Basilica is on-demand compute for AI. GPUs and CPUs, ready when you need them.

Basilica aggregates datacenter supply at market rates, with more infrastructure sources coming soon.

No gatekeepers. No waitlists. No genuflecting before cloud providers for quota increases.

Deploy containerized applications, serve LLMs, or claim raw compute nodes via SSH. Pay by the minute. Leave whenever you want.

from basilica import BasilicaClient

client = BasilicaClient()
deployment = client.deploy(
    name="my-model",
    source="app.py",
    gpu_count=1,
    gpu_models=["H100"],
)
print(f"Blessed with a URL: {deployment.url}")

That's it. Your code is running on an H100.

Two Ways to Compute

Rentals

Grab a GPU node via SSH. Full root access, your container, your rules. Perfect for training runs, interactive development, or anything where you want direct control.

Managed Deployments

Ship your code, get a public URL. We handle containers, HTTPS, and routing. Your app runs, you pay per minute.

Both access models draw from the same underlying infrastructure.

Where the Compute Comes From

Every rental and deployment runs on one of two infrastructure sources:

The Bourse

Coming soon. The Bourse is Basilica's community cloud for decentralized compute nodes.

The Citadel

Curated datacenter partners: DataCrunch, Lambda, Hyperstack, HydraHost. Fixed pricing, SLA guarantees, enterprise reliability. The fortress for production workloads.

Why the names? Basilica uses Knights Templar naming. The Bourse was the medieval merchant exchange. The Citadel, the fortified stronghold.

Why Developers Choose Basilica

No YAML confessionals. Your infrastructure is defined in Python, not sprawling configuration files.

Pay for what you use. Per-minute billing. Spin up an H100 for a few minutes of inference, pay for a few minutes.

No quota purgatory. Access A100s, H100s, and B200s without begging for limit increases or waiting for approval.

More supply paths coming soon. Basilica is expanding the ways compute reaches developers while keeping the same simple rental and deployment experience.

The Essentials

ConceptWhat It Means
DeploymentYour application running on Basilica. Gets a public URL automatically.
RentalDirect compute access via SSH. For when you need raw control.
CreditsYour account balance. Funded by TAO deposits.

What Can You Build?

LLM Inference

Run Llama, Mistral, or your fine-tuned models. vLLM or SGLang, your choice. OpenAI-compatible APIs out of the box.

ML Model Serving

PyTorch, TensorFlow, Hugging Face. GPU-accelerated, publicly accessible.

Web Applications

FastAPI, Flask, Gradio, Streamlit. If it runs in a container, it gets a public HTTPS URL. Simple as that.

Batch Processing

Train models, process datasets, generate embeddings. Jobs clean up after themselves.

Development Environments

Spin up in seconds. Tear down when you're done. No commitments, no lingering bills.

Begin Your Journey

  1. Installation: Install the CLI and SDK
  2. Authentication: Get your credentials
  3. Getting Started: Deploy your first application
  4. Core Concepts: Understand the fundamentals

Join the Community

The faithful gather here:

On this page