Running Isaac 0.1
Follow these steps to install the SDK, authenticate, and run a perceptive query.1
Create and export an API key
Before you begin, create an API key in the dashboard, which you’ll use to securely access the API. Store the key in a safe location, like a
.zshrc
file or another text file on your computer. Once you’ve generated an API key, export it as an environment variable in your terminal.2
Install the SDK and helpers
To use the Perceptron API in Python, you can use the official Perceptron SDK for Python. Get started by installing the SDK and helpers using uv:
- perceptron — our official SDK for authentication, uploads, and model calls.
- Pillow — lightweight image loader used to draw the detection boxes.
3
Grab the sample image
4
Make your first request
Create a new file named
quickstart.py and add the following code (it targets Isaac 0.1 via model="isaac-0.1". Swap this value to qwen3-vl-235b-a22b-thinking when you want the Qwen hosted model without changing anything else):quickstart.py
Perceptron’s models use a 1–1000 normalized coordinate system for every point, box, and polygon. Convert back to pixel coordinates before rendering overlays. See coordinate system for conversion helpers.
5
Run the code
truck_scene_annotated.jpg appear in your directory: