Documentation Index
Fetch the complete documentation index at: https://docs.perceptron.inc/llms.txt
Use this file to discover all available pages before exploring further.
Isaac 0.1 is supported for existing integrations. New projects should use Isaac 0.2 or Perceptron Mk1.
Try Isaac 0.1 in 30 seconds
Create an API key
Get your key from the Perceptron platform
Join Discord
Get help and see what others are building
Get started with Image
Step through this example interactively
Using Python? Install with
pip install perceptron or pip install openai. Isaac 0.1 does not support reasoning; the SDK silently drops reasoning=True and warns. To trigger grounding via raw chat completions, use <hint>BOX</hint> or <hint>POINT</hint> as a system-role message.temperature defaults to 0.0). See API Reference for all parameters.
Explore Isaac 0.1 capabilities
Image Q&A
Ask questions about images and get grounded answers
Object Detection
Locate targets with precise bounding boxes
OCR
Extract text from images and documents
Image Captioning
Generate descriptions of images
In-Context Learning
Adapt Isaac 0.1 to image tasks with a handful of examples
Structured Outputs
Constrain replies to Pydantic, JSON schemas, or regex