For the complete documentation index, see llms.txt. This page is also available as Markdown.

Inference CLI

Command-line tool for running the Inference Server, processing data with Workflows, benchmarking, making predictions, and deploying to the cloud.

The Roboflow Inference CLI is a command-line interface for the inference ecosystem. Use it to:

Installation

pip install inference-cli

If you have installed the inference Python package, the CLI is already included.

This is the Inference CLI (inference ...), which manages the open source Inference Server. It is a different tool from the Roboflow CLI (roboflow ...), which manages platform resources such as projects, datasets, and versions.

Supported devices

The Inference CLI currently supports the following device targets:

  • x86 CPU

  • ARM64 CPU

  • NVIDIA GPU (including Jetson)

For Jetson-specific Inference Server images, see the Inference Server page or pull the images directly.

Commands

Command
Description

Start, stop, and check the local Inference Server.

Run predictions on images, directories, and video files.

Process images and videos with a Workflow.

Benchmark the Inference Server or the inference Python package.

Deploy the Inference Server to AWS or GCP virtual machines.

Last updated

Was this helpful?