FuZe FuZeFACTORY · Configure FuZeLLM

FuZeFACTORY

Choose how you want FuZeLLM delivered

Configure a physical FuZeBOX appliance or a FuZeCLOUD subscription. Or start from an invitation-based trial.

Deployment

FuZeBOX Appliance

A physical appliance with FuZeLLM pre-baked. Runs as a standalone device or inside your private network.

  • • 100% under your physical control
  • • Air-gapped or private network ready
  • • Lease terms available from 3 to 36 months
  • • Appliances ship once a 3-month lease deposit is received

All pricing details are provided in your quote after configuration.

Configure like a car: type → personas → precision → checkout. Configure FuZeBOX →

Deployment

FuZeCLOUD Subscription

A TrulyPrivate cloud-hosted platform to run FuZeLLM. Your perimeter, our infrastructure.

  • • Private tenancy per customer
  • • Managed scaling, upgrades, and reliability
  • • Persona-aware, precision-aware routing
  • • Invitation-based 1-week trial for qualified customers

We offer one-week, low-precision trial environments with full persona capabilities for invite-code holders.

Fastest path to production for most customers. Configure FuZeCLOUD →

Request access to FuZeCLOUD

Don’t have an invitation code yet? Tell us who you are and how you’d like to use FuZeLLM. If approved, we’ll send you an invitation code for a one-week trial tenancy.

If approved, you’ll receive an invitation code by email. That code unlocks a one-week, low-precision FuZeCLOUD trial with the personas you care about.

Already have an invitation code?

Use your invitation code together with a 4096-bit RSA public key. We’ll bootstrap a TrulyPrivate FuZeCLOUD tenancy and bring your FuZeLLM stack online.

We only accept your public key. Your private key and passphrase never leave your machine.

How to generate a 4096-bit RSA key with your invitation code

Your FuZeFACTORY invitation code doubles as the passphrase for your RSA key. This keeps your key material bound to something only you and our onboarding system know, and helps prevent man-in-the-middle attacks.

macOS / Linux

  1. Open a terminal.
  2. Run:
    ssh-keygen -t rsa -b 4096 -C "FuZeCLOUD"
  3. When prompted for a passphrase, paste your FuZeFACTORY invitation code exactly.
  4. By default this creates a private key file (for example id_rsa) and a public key file (for example id_rsa.pub) in ~/.ssh.
  5. Open the .pub file in a text editor and paste its full contents into the “RSA public key” box above.

Windows (PowerShell / OpenSSH)

  1. Open PowerShell.
  2. Run the same command:
    ssh-keygen -t rsa -b 4096 -C "FuZeCLOUD"
  3. Use your FuZeFACTORY invitation code as the passphrase when prompted.
  4. Locate the generated id_rsa.pub file (usually under C:\Users\<you>\.ssh), open it, and paste the contents into the public key field above.

Keep your private key and invitation-code passphrase secret. We never ask for either — only the public key.