Skip to main content
Isaac 0.1 triggers grounding through <hint>...</hint> system messages. Reasoning and Focus are not supported on Isaac 0.1 — see Isaac 0.2 for those capabilities. See the API reference for details.

Quick reference


Grounding on Isaac 0.1 (<hint> syntax)

Place hint values inside a system-role message.

Example: boxes

Example: points


Advanced: @perceive decorator

The Python SDK wraps the chat-completions endpoint with a typed decorator that handles hint setup and result parsing for you.

Basic usage

With structured output (Pydantic)