Skip to main content
The Tandemn CLI is the main interface for Tandemn System. Use it to check server connectivity, run placement planning, submit batch inference jobs, scale replicas, monitor progress, and inspect completed runs. Tandemn System is self-hosted. You run the control plane in your own AWS account, point the CLI at that server, and submit workloads from your environment. Your data stays inside your infrastructure.
Naming note: the product is Tandemn System. Parts of the repository, CLI output, and environment variables may still reference the legacy codename orca.

Install

Configure

If the server requires API key authentication, also set:

Core commands

check

Verify that the CLI can reach the Tandemn server.

plan and deploy

Preview or launch a job with a model, input file, and deadline.

replicas

Add, kill, or hot-swap replica clusters while work is queued.

monitoring

Watch progress, metrics, logs, clusters, and the dashboard.

analytics

Review completed runs and scheduler timeseries.

input format

Build OpenAI-compatible JSONL batch files.

Typical workflow

Command groups

Responsibilities

The CLI user is responsible for:
  • Installing the CLI
  • Pointing it at the correct Tandemn server
  • Preparing valid input files
  • Choosing a supported model
  • Sharing useful error details with the administrator when something fails