Skip to main content
The Tandemn CLI is the user-facing tool for checking connectivity and submitting inference jobs.

Install

Install the package in your preferred Python 3.12+ environment.

Connect to the server

Set TD_SERVER_URL to the URL provided by your Tandemn administrator.
If your deployment requires API key authentication, also set TD_API_KEY.
Persist the variable in your shell profile if you use the same server regularly.

Check connectivity

Successful output means the CLI can reach the Tandemn server and you can submit jobs.
If your organization uses multiple Tandemn environments, keep separate shell profiles or terminal sessions for development, staging, and production.

Next step

Submit your first inference job in Run your first job.