Run Isaac 0.1 on Replicate
📰 Replicate Blog
Run Isaac 0.1, a 2B-parameter vision-language model, on Replicate for grounded perception and visual reasoning tasks
Action Steps
- Try Isaac 0.1 on Replicate using the provided JavaScript code and Replicate API
- Explore the model's capabilities, such as grounded visual reasoning, strong OCR, and spatial awareness
- Use the model to build applications that need transparency, traceability, or step-by-step evidence
- Fine-tune the model for specific tasks using annotated examples
Who Needs to Know This
AI engineers and data scientists can leverage Isaac 0.1 on Replicate to build applications that require transparency and step-by-step evidence, while product managers can explore its potential for real-time or edge-constrained applications
Key Insight
💡 Isaac 0.1 is a compact yet powerful model that can rival larger models in OCR, object recognition, and visual reasoning tasks
Share This
️️️ Run Isaac 0.1 on Replicate for vision-language tasks!
Key Takeaways
Run Isaac 0.1, a 2B-parameter vision-language model, on Replicate for grounded perception and visual reasoning tasks
Full Article
# Run Isaac 0.1 on Replicate – Replicate blog
[Replicate has joined Cloudflare](https://replicate.com/blog/replicate-cloudflare)
[](https://replicate.com/)
cmd+k
[Explore](https://replicate.com/explore)[Pricing](https://replicate.com/pricing)[Enterprise](https://replicate.com/enterprise)[Docs](https://replicate.com/docs)[Blog](https://replicate.com/blog)[Sign in](https://replicate.com/signin)[Try for free](https://replicate.com/signin)
Menu
[Explore](https://replicate.com/explore)[Pricing](https://replicate.com/pricing)[Enterprise](https://replicate.com/enterprise)[Docs](https://replicate.com/docs)[Blog](https://replicate.com/blog)[Sign in](https://replicate.com/signin)[Try for free](https://replicate.com/signin)
* * *
[Compare models in the Playground](https://replicate.com/playground)
* Replicate
* [Blog](https://replicate.com/blog)
# Run Isaac 0.1 on Replicate
Posted November 26, 2025 by
* [pranavsekhar](https://replicate.com/pranavsekhar)
Try Isaac 0.1 on Replicate[Run Isaac 0.1](https://replicate.com/perceptron-ai-inc/isaac-0.1)

Perceptron AI has released [**Isaac 0.1**](https://replicate.com/perceptron-ai-inc/isaac-0.1), a **2B-parameter, open-weight vision-language model** built for grounded perception. Isaac answers questions about images, reasons about spatial relationships, reads text in cluttered environments, and points to where its answers come from.
Despite its small size, Isaac rivals models many times larger at OCR, object recognition, and visual reasoning.
## [](https://replicate.com/blog/isaac-01#what-makes-isaac-01-special)What makes Isaac 0.1 special
### [](https://replicate.com/blog/isaac-01#grounded-visual-reasoning)Grounded visual reasoning
Isaac not only describes a scene, but can explain why its answers are correct, returning bounding boxes or regions tied to each claim. This helps you build applications that need transparency, traceability, or step-by-step evidence.

### [](https://replicate.com/blog/isaac-01#strong-ocr-in-real-world-conditions)Strong OCR in real-world conditions
The model reads small or partially obstructed text on signs, labels, packaging, and documents. It combines OCR with contextual understanding, so you can ask questions like: _“What’s the return address?”_ or _“How much time is left in the game?”_.
### [](https://replicate.com/blog/isaac-01#spatial-awareness-for-physical-environments)Spatial awareness for physical environments
Isaac understands how objects relate to each other: where they are, how they interact, and when something is out of place. This makes it useful for tasks like identifying misaligned components, spotting broken parts, or determining which bin or location an item belongs to.

### [](https://replicate.com/blog/isaac-01#learns-new-tasks-from-examples)Learns new tasks from examples
Show Isaac a few annotated examples of the defects, components, or conditions you care about, and it adapts immediately, without the need to fine-tune.
### [](https://replicate.com/blog/isaac-01#built-for-efficiency)Built for efficiency
At just 2B parameters, Isaac is fast enough for real-time or edge-constrained applications. It’s practical for robotics, manufacturing, visual inspection, and document workflows at scale.
## [](https://replicate.com/blog/isaac-01#getting-started-with-the-api)Getting started with the API
Here’s how to run Isaac 0.1 using JavaScript and the Replicate API:
Copy
```
import Replicate from "replicate";
const replicate = new Replicate();
const input = {
image: "https://replicate.delivery/pbxt/O3bB4rzBd1qi3wMWb1GFvjuxduAw9AfASgAkfCLcaT1380ZN/woman-street.webp"
};
const output = await replicate.run("perceptron-a
[Replicate has joined Cloudflare](https://replicate.com/blog/replicate-cloudflare)
[](https://replicate.com/)
cmd+k
[Explore](https://replicate.com/explore)[Pricing](https://replicate.com/pricing)[Enterprise](https://replicate.com/enterprise)[Docs](https://replicate.com/docs)[Blog](https://replicate.com/blog)[Sign in](https://replicate.com/signin)[Try for free](https://replicate.com/signin)
Menu
[Explore](https://replicate.com/explore)[Pricing](https://replicate.com/pricing)[Enterprise](https://replicate.com/enterprise)[Docs](https://replicate.com/docs)[Blog](https://replicate.com/blog)[Sign in](https://replicate.com/signin)[Try for free](https://replicate.com/signin)
* * *
[Compare models in the Playground](https://replicate.com/playground)
* Replicate
* [Blog](https://replicate.com/blog)
# Run Isaac 0.1 on Replicate
Posted November 26, 2025 by
* [pranavsekhar](https://replicate.com/pranavsekhar)
Try Isaac 0.1 on Replicate[Run Isaac 0.1](https://replicate.com/perceptron-ai-inc/isaac-0.1)

Perceptron AI has released [**Isaac 0.1**](https://replicate.com/perceptron-ai-inc/isaac-0.1), a **2B-parameter, open-weight vision-language model** built for grounded perception. Isaac answers questions about images, reasons about spatial relationships, reads text in cluttered environments, and points to where its answers come from.
Despite its small size, Isaac rivals models many times larger at OCR, object recognition, and visual reasoning.
## [](https://replicate.com/blog/isaac-01#what-makes-isaac-01-special)What makes Isaac 0.1 special
### [](https://replicate.com/blog/isaac-01#grounded-visual-reasoning)Grounded visual reasoning
Isaac not only describes a scene, but can explain why its answers are correct, returning bounding boxes or regions tied to each claim. This helps you build applications that need transparency, traceability, or step-by-step evidence.

### [](https://replicate.com/blog/isaac-01#strong-ocr-in-real-world-conditions)Strong OCR in real-world conditions
The model reads small or partially obstructed text on signs, labels, packaging, and documents. It combines OCR with contextual understanding, so you can ask questions like: _“What’s the return address?”_ or _“How much time is left in the game?”_.
### [](https://replicate.com/blog/isaac-01#spatial-awareness-for-physical-environments)Spatial awareness for physical environments
Isaac understands how objects relate to each other: where they are, how they interact, and when something is out of place. This makes it useful for tasks like identifying misaligned components, spotting broken parts, or determining which bin or location an item belongs to.

### [](https://replicate.com/blog/isaac-01#learns-new-tasks-from-examples)Learns new tasks from examples
Show Isaac a few annotated examples of the defects, components, or conditions you care about, and it adapts immediately, without the need to fine-tune.
### [](https://replicate.com/blog/isaac-01#built-for-efficiency)Built for efficiency
At just 2B parameters, Isaac is fast enough for real-time or edge-constrained applications. It’s practical for robotics, manufacturing, visual inspection, and document workflows at scale.
## [](https://replicate.com/blog/isaac-01#getting-started-with-the-api)Getting started with the API
Here’s how to run Isaac 0.1 using JavaScript and the Replicate API:
Copy
```
import Replicate from "replicate";
const replicate = new Replicate();
const input = {
image: "https://replicate.delivery/pbxt/O3bB4rzBd1qi3wMWb1GFvjuxduAw9AfASgAkfCLcaT1380ZN/woman-street.webp"
};
const output = await replicate.run("perceptron-a
DeepCamp AI