Prosody Labs
Private beta — Perth, Western Australia

AI infrastructure
for Australian research

GPU compute, model hosting, and training jobs — built and operated in Western Australia. Your data never leaves Australian soil. One API, from laptop to cluster.

What is this?

Built for sovereign compute

Yarn is a GPU-aware AI platform designed from the ground up for Australian data residency, research workflows, and elastic scaling.

Sovereign by default

Every request, every token, every byte of training data stays on Australian soil. No data leaves. No exceptions.

GPU compute on demand

RTX 4090 on bare metal today. H100 cloud spokes when you need them. One API, any scale.

Research-first platform

Submit training jobs, launch interactive GPU sessions, fine-tune models. Built for researchers, not DevOps engineers.

OpenAI-compatible API

Drop-in replacement. Switch one base URL and your existing code works. Streaming, function calling, embeddings.

One install to GPU

One command registers your machine, detects your GPUs, and joins the network. No Kubernetes, no Docker, no config files. Submit training jobs, launch interactive GPU sessions, or register models for inference — all through the same SDK.

Bring your own GPU for free. Need more compute? Set a budget and Yarn provisions on demand — per-second billing, no surprises.

Read the docs
import yarn
import torch

# Your code. Wrap it in a session and it runs on a GPU.
with yarn.session(gpu="rtx4090") as device:
    model = MyModel().to(device)
    optimizer = torch.optim.Adam(model.parameters())

    for epoch in range(100):
        loss = train_step(model, data, device)
        device.log({"epoch": epoch, "loss": loss.item()})

    device.save("model.pt", model.state_dict())
# GPU released. Logs and checkpoints in your dashboard.

Simple, transparent pricing

Start free with your own GPU. Pay only for what you use with credit packs. Private beta pricing — no contracts, no lock-in.

BYO GPU

Free

Bring your own hardware. Share compute across your team or institution.

  • Connect your GPUs to the Yarn network
  • Share compute between teams and researchers
  • Manage distribution across an entire institution
  • Australian data residency
  • Overflow to shared pool when you need more
Request access

Managed compute

From $0.20/hr

Set clear budgets and plan your spending. Per-second billing, full cost visibility, no surprises.

  • Training jobs and interactive GPU sessions
  • Chat and API inference
  • Budget limits, alerts, and auto-reload
  • Per-team and per-user spend controls
  • No subscriptions, no lock-in
Request access

We're looking for research partners

Yarn is in private beta. We're working with a small number of research groups to test the platform before general availability. If you're a researcher, lab, or institution interested in sovereign GPU compute — we'd love to hear from you.