# B3IQ > Own the hardware outright. We build it and host it in Oregon. Put a rack to work under our offtake contracts and keep 85% of what it earns, or keep any machine entirely to yourself for a flat monthly fee. Last updated: 2026-09-15 Canonical site: https://b3iq.org Docs: https://docs.b3iq.org Expanded guide: https://b3iq.org/llms-full.txt ## Machines - [NVIDIA H200 NVL](https://b3iq.org/machines/h200): The frontier machine. DeepSeek-V3 and Llama 405B on a full 8-GPU node.. 141 GB HBM3e · 4.8 TB/s · NVLink · up to 8× (4U rack). Starting at $59,136 (earning mode: about $1,259/mo to you), paid in full, you own it. - [NVIDIA RTX PRO 6000](https://b3iq.org/machines/rtx-pro-6000): The 70B workhorse: a whole Llama 70B on one 96 GB card. 96 GB GDDR7 · 1.8 TB/s · Blackwell · up to 4× (Workstation tower / 4U rack). Starting at $34,766 (earning mode: about $574/mo to you), paid in full, you own it. - [NVIDIA RTX 5090](https://b3iq.org/machines/rtx-5090): The entry box: 8B–32B models, render + AI. 32 GB GDDR7 · 1.8 TB/s · Blackwell · up to 2× (Prosumer tower / Workstation tower). Starting at $7,880 (private mode only: flat hosting from $230/mo), paid in full, you own it. Pay in full and hold title from day one. B3IQ builds the machine and racks it in Eugene, Oregon. A hosted machine then runs in one of two modes. EARNING: we fill it with our offtake contracts and the owner keeps 85% of what it earns, less Managed Hosting. Two charges, neither invoiced while it earns: the 15% network fee buys the offtake work (contract sourcing, demand matching, routing, billing, SLA), and Managed Hosting covers electricity, rack space, monitoring, security, insurance, remote hands and networking. PRIVATE: the machine runs the owner's own workloads only, earns nothing, and is invoiced a flat monthly colocation fee. Rack machines offer both, with earning the default; workstations and towers are private-mode only. Rent-to-own is available on select units in earning mode and is arranged on a call, not at checkout. Payback figures are projected at current market rates, not a promised date. Ship the machine to yourself at any time with notice. ## Who it's for - [AI startups](https://b3iq.org/solutions/ai-startups): Make the token bill predictable. - [Private AI](https://b3iq.org/solutions/private-ai): Sovereignty for regulated teams. - [Local AI, scaled](https://b3iq.org/solutions/scale-your-local-ai): Your homelab setup, datacenter-grade. - [Agencies & consultancies](https://b3iq.org/solutions/agencies): Dedicated serving for client models. ## API OpenAI-compatible gateway at https://b3iq.org/v1/api. API keys are scoped to your own machines (a key's /v1/models lists the models your machines serve). Swap the SDK base URL and go: ```python from openai import OpenAI client = OpenAI(base_url="https://b3iq.org/v1/api", api_key="") ``` Endpoints: GET /models · GET /stats · GET /pricing · POST /chat/completions. Full machine-readable contract (OpenAPI 3.1), including request and response schemas: https://b3iq.org/openapi.json ## Field notes - [You should own your compute](https://b3iq.org/blog/you-should-own-your-compute): Owning compute gives an AI team a dedicated GPU asset, predictable capacity, and inference that does not accrue a per-token B3IQ bill. B3IQ procures, hosts, configures, and operates the machine while routing the owner's API keys only to machines on that account. - [How B3IQ works: from bare metal to sovereign AI](https://b3iq.org/blog/how-b3iq-works): B3IQ turns a physical GPU server into managed AI infrastructure with a host agent on the machine, an orchestration control plane, and an OpenAI-compatible gateway. Machines use cryptographic identity and outbound-only connections; account routing is limited to that account's machines. ## Key pages - [Machines: configure & buy](https://b3iq.org/machines) - [Ownership: how it works](https://b3iq.org/ownership) - [Live GPU inference rates](https://b3iq.org/inference-rates) - [GPU earnings calculator](https://b3iq.org/gpu-earnings-calculator) - [Hardware & specs](https://b3iq.org/hardware) - [B3IQ field notes](https://b3iq.org/blog) - [HIPAA compliance: BAA, scope, and what we do not claim](https://b3iq.org/hipaa) - [API contract (OpenAPI)](https://b3iq.org/openapi.json) - [Docs](https://docs.b3iq.org)