Core Terms

TermMeaning
Host agentLocal Go service that owns node identity, inventory, local setup APIs, runtime probes, model jobs, receipts, heartbeats, and command polling
Setup wizardLocal React UI served by the host agent at /setup
Local ModeLocal node setup and inference without cloud enrollment
Managed ModeControl-plane enrollment with signed heartbeats and outbound command polling
Network ModeGated readiness for serving routed inference to the owning account — requires route, model, benchmark, queue, and policy readiness
Machine modePer-machine operating mode: bare_metal (default — dedicated to the owner, SSH on, serves the owner's own inference) or earn (excluded from all B3IQ inference and SSH so the machine can be offered to external GPU marketplaces)
Model profileB3IQ model readiness object with install state, runtime, route tier, benchmark, and paid-route policy
Observed benchmarkControl-plane-observed benchmark evidence used by hosted model listing and billable dispatch
Route tierServing-policy class such as local_convenience, portable_local, network_beta, datacenter_optimized, or fleet_orchestrated
Route readinessPublic-safe diagnosis of whether a node/model can serve routed paid work
Hosted gatewayHosted OpenAI-compatible endpoint surface backed by B3IQ router, own-account routing, and receipts
Mixture of ExpertsOne chat request fanned out to several expert models (optionally combined by an aggregator model) via b3iq.mixture, returning one combined answer with a metadata-only trace
Private transportEncrypted private-job transport that protects content from B3IQ services and public surfaces, not yet from node operators
ReceiptSigned evidence of completed work and usage
Payout batchPublic-safe aggregate of node payout rows committed through a root and optional settlement proof
B3IQSettlementPayout proof pilot reference used for public-safe payout batch settlement evidence on the settlement network

Credential Prefixes

PrefixMeaning
b3iq_local_Local API key for host-agent local inference clients
b3iq_gateway_Hosted gateway API key; routes inference to the machines on your account (inference is free)
b3iq_support_Expiring diagnostics support grant
b3iq_pat_Personal access token for the b3iq CLI and automation, minted from Settings → CLI tokens

Public-Safe

Public-safe means suitable for public docs, explorer payloads, and public settlement metadata. Public-safe data can include IDs, hashes, roots, counts, aggregate totals, readiness blockers, status, public settlement tx hashes, and summarized benchmark evidence.

Public-safe data excludes prompts, outputs, secrets, exact private routes, customer identity, local URLs, filesystem paths, raw logs, and raw TEE material.

Ask a question... ⌘I