We have entered into a definitive merger agreement with Willow Lane Acquisition ($WLAC). Learn more

...

We are Boost Run

We provide the latest NVIDIA GPU servers within top-tier data centers allowing you to run hpc, inference and training jobs in an environment that is:


For bare metal GPU access, pricing and related questions:

Contact Us

What we do

We offer a diverse range of GPU servers hosted within top-tier datacenter facilities. These AI-compute solutions are designed to enable our users to maximize the value of their data, models, and intellectual property. By combining powerful GPU hardware with stringent security measures and compliance, we provide an ideal platform for running AI and other high-performance computing workloads.

How we do it

Leveraging the power of Infrastructure as Code (IaC), we streamline the provisioning and management of both networking and compute resources. Our IaC approach automates the deployment of complex network configurations, ensuring consistent and secure connectivity across multiple data centers. These workflows enable us to rapidly spin up high-performance GPU compute instances on demand.

Compliance & Security

Boost Run is SOC2 Type 1 & 2, HIPAA and ISO27001 certified. We understand the critical importance of compliance and security when it comes to handling sensitive data and leveraging powerful AI technologies. Our unwavering commitment to industry-leading standards ensures that your data, models, and intellectual property are safeguarded with the utmost care and diligence.

Boost Run Server Configurations
Bare Metal Instances

Our enterprise-grade infrastructure delivers market-leading performance through strategic deployment of cutting-edge GPU architectures across top-tier data centers. By leveraging advanced interconnect technologies and bare metal provisioning, we provide institutional clients with the computational advantage needed to accelerate AI innovation while maintaining predictable cost structures and operational efficiency.

How can I rent GPU servers from Boost Run?

Contact us via email for more information:
info@boostrun.com

How do I pay for the GPU server rentals?

We have flexible pricing options with customized rental durations (in months) and pre-payment plans.

...
...
Server specs for: H200, H100, A100, L40S and 6000 ADA GPUs.

Tailored Solutions with our
Request for Build (RFB) Program

While our GPU server offerings cater to a wide range of AI workloads, we understand that some organizations may have unique and specialized requirements. That's why we offer our Request for Build (RFB) program, enabling you to work closely with our experts to design and deploy fully customized cluster solutions tailored to your specific needs.

...
1

GPU Selection

Choose from our extensive range of GPU options, including the latest NVIDIA and AMD offerings, to ensure optimal performance for your AI applications.

2

Storage Customization

Specify your storage requirements, whether you need high-performance NVMe SSDs, scalable object storage, or a combination of solutions to meet your data storage and access demands.

3

Networking Configuration

Define your network requirements, including dedicated IP addresses, bandwidth allocation, and connectivity options, to ensure seamless data transfer and communication for your AI workloads.

?

How does payment for this program work?

Explore flexible pre-payment options that align with your budgetary requirements, enabling you to secure the resources you need for your custom cluster solution. Contact us for more information: info@boostrun.com

?

What can I expect when signing up for RFB?

Our team of experts will work closely with you throughout the RFB process, providing guidance and insights to ensure that your custom cluster meets or exceeds your performance, scalability, and security requirements.


# Create a rental request for H200 GPU servers
import requests

headers = {
    "Authorization": "Bearer YOUR_API_TOKEN",
    "Content-Type": "application/json"
}

rental_data = {
    "server_type": "available-server-types/h200-141gb",
    "quantity": 4,
    "duration_hours": 168
}

# Create rental
response = requests.post(
    "https://api.boostrun.com/rental-requests",
    headers=headers, json=rental_data
)

# Monitor rental status
status = requests.get(
    f"https://api.boostrun.com/rentals/{response.json()['id']}",
    headers=headers
)
// Create a rental request for H200 GPU servers
package main

import (
    "bytes"
    "encoding/json"
    "fmt"
    "net/http"
)

type RentalRequest struct {
    ServerType    string `json:"server_type"`
    Quantity      int    `json:"quantity"`
    DurationHours int    `json:"duration_hours"`
}

// Create rental request
rental := RentalRequest{
    ServerType:    "available-server-types/h200-141gb",
    Quantity:      4,
    DurationHours: 168,
}

data, _ := json.Marshal(rental)
req, _ := http.NewRequest("POST", 
    "https://api.boostrun.com/rental-requests", bytes.NewBuffer(data))
req.Header.Set("Authorization", "Bearer YOUR_API_TOKEN")
req.Header.Set("Content-Type", "application/json")
# Create a rental request for H200 GPU servers
curl -X POST "https://api.boostrun.com/rental-requests" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "server_type": "available-server-types/h200-141gb",
    "quantity": 4,
    "duration_hours": 168
  }'

# Monitor rental status
curl -X GET "https://api.boostrun.com/rentals/rental_12345" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
// Create a rental request for H200 GPU servers
use serde_json::json;
use reqwest;

let client = reqwest::Client::new();
let token = "YOUR_API_TOKEN";

// Create rental request
let rental_data = json!({
    "server_type": "available-server-types/h200-141gb",
    "quantity": 4,
    "duration_hours": 168
});

let response = client
    .post("https://api.boostrun.com/rental-requests")
    .header("Authorization", format!("Bearer {}", token))
    .json(&rental_data)
    .send()
    .await?;

The Boost Run Platform

The Boost Run Platform offers comprehensive management of your entire AI infrastructure lifecycle through both an intuitive web interface and powerful REST API. Whether you prefer point-and-click simplicity or programmatic automation, our platform enables you to control server rentals, monitor GPU utilization, manage network configurations, and orchestrate deployment workflows. Access real-time server availability, create and cancel rental requests, manage SSH keys, configure firewall policies, and track billing across multiple organizations—all through your preferred interface.

Key API Capabilities

Server Management

Rental requests, reprovisioning, maintenance

GPU Pricing & Inventory

Real-time availability and pricing

Network Infrastructure

Cluster management, firewall policies

Automation Workflows

Playbook execution, deployment profiles

Multi-tenant Organization

Management with granular access controls


Compliance & Security

We understand the critical importance of compliance and security when it comes to handling sensitive data and leveraging AI technologies. Our commitment to industry-leading standards ensures that your data, models, and intellectual property are safeguarded with the utmost care and diligence.

...

SOC2 (1&2) Certification

We have implemented rigorous controls and processes to achieve SOC2 compliance, providing assurance that our systems and operations meet the highest standards for security, availability, processing integrity, confidentiality, and privacy.

...

HIPAA Compliance

Our HIPAA-compliant infrastructure and procedures ensure the secure handling and protection of sensitive healthcare data, enabling you to leverage AI technologies while adhering to stringent privacy and security regulations.

...

ISO 27001 Certification

This recognized standard demonstrates our adherence to best practices in implementing and maintaining an Information Security Management System (ISMS), safeguarding the confidentiality, integrity, and availability of your valuable assets.

...

Robust Security Measures

We employ robust security measures to protect your data and infrastructure. Our security protocols include advanced encryption techniques, stringent access controls, regular security audits, and comprehensive incident response procedures.

Our Management Team

Boost Run brings together a wealth of experience from diverse backgrounds in engineering, software development, financial mathematics, operations management, AI data-pipeline orchestrations and large-scale infrastructure deployments. With decades of combined expertise, we have honed our skills in tackling complex challenges and delivering innovative solutions.

...
CEO

Andrew Karos

As owner and CEO of Blue Fire Capital, his quantitative trading firm established a global presence with robust infrastructure across 6 countries and 13 top-tier data centers. This resulted in a competitive edge with best-in-class connectivity, low-latency processing and quantitative modeling/back-testing capabilities.

In 2020, Blue Fire Capital was acquired by the publicly listed company Galaxy Digital - one of the most reputable companies in its space. At Galaxy, Andrew served as Managing Director, Head of Electronic Trading and an Executive Committee member.

With an innate talent for identifying emerging trends, Andrew drives innovation at the forefront of disruptive technologies. With over 3000 GPUs in production, his latest self-funded venture, Boost Run is currently facilitating and automating AI-infrastructure deployments.

...
COO

Harry Georgakopoulos

As a quant, trader and manager, he deployed AI data-pipelines in cloud environments for trading applications and led talented teams in developing high-frequency trading strategies across multiple asset classes.

He holds master's degrees in Electrical Engineering (from NTU) and Financial Mathematics (from the University of Chicago). In addition, Harry has taught financial risk management and quantitative techniques at Loyola University as an adjunct lecturer.

He is also the author of "Quantitative Trading with R: Understanding Mathematical and Computational Tools from a Quant's Perspective."

...
CFO

Erik Guckel

He has specialized expertise in financial planning & analysis, mergers & acquisitions, structured finance, debt capital markets and strategic management focused on the financing and deployment of proprietary technologies and strategic growth.

He has closed over $2 billion in corporate transactions, has managed a $3B debt portfolio and has secured funding for first-of-a-kind facility construction. He has also led the development of significant strategic partnerships and joint ventures in the Americas, Europe and Asia.

Erik holds an MBA in Finance, Accounting and Economics from the University of Chicago, a PhD in Chemical Engineering from the University of Illinois-Urbana-Champaign, and a BS in Chemical Engineering from UW-Madison, focused on computational science and engineering and applied mathematics.

...
CTO

Daniel Gormley-Rahn

At Boost Run, Daniel currently manages the secure and scalable deployment of thousands of GPUs across datacenters for high-performance AI/ML workloads.

Daniel's strategic approach ensures an optimal network architecture design, security implementation, and resource optimization for operational efficiency. He drives technological innovation and deploys cutting-edge AI/ML capabilities at scale.

His background includes managing mission-critical systems, robust data solutions, implementing advanced security measures, and earning an Army Commendation Medal during military service for maintaining complex communications equipment.

...
CIO

Tynan Wilke

Formerly a team lead for a proprietary high-frequency trading (HFT) platform, he developed and managed multiple mission-critical systems ensuring 24/7 uptime. Tynan is proficient in C++ and Python, particularly in Linux environments, with a strong focus on managing and monitoring a comprehensive software and hardware stack for real-time analysis and automated issue diagnosis and remediation.

In his role as CIO, Tynan offers a holistic view of both high and low-level technologies utilized across the company. He drives the vision for future technological needs, encompassing both the internal software stack and customer-facing technologies. His hands-on approach to management and development ensures a tightly integrated stack, fostering innovation and efficiency at Boost Run.

Prior to his career in finance, Tynan specialized in computer security and forensic analysis, participating in multiple capture-the-flag security competitions. His deep understanding of low-level systems seamlessly transitioned to the trading industry and is now being applied in the GPU-as-a-service industry. Tynan's diverse background and strategic foresight make him a pivotal asset in driving technological advancements at Boost Run.

Our Partners

Our strategic partnerships with industry-leading technology providers are fundamental to delivering scalable, enterprise-grade AI infrastructure solutions. These alliances enable us to leverage proven technologies, streamline deployment processes, and provide our clients with comprehensive, battle-tested solutions that accelerate time-to-market while reducing operational risk and total cost of ownership.

Contact Us

Ready to accelerate your AI infrastructure? Get in touch with our team to discuss your specific requirements and learn how Boost Run can help you achieve your goals.