惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
博客园 - 聂微东
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
B
Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
The GitHub Blog
The GitHub Blog
博客园_首页
博客园 - 叶小钗
腾讯CDC
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
宝玉的分享
宝玉的分享
D
Docker

Replicate's blog

How to make remarkable videos with Seedance 2.0 – Replicate blog How to prompt Seedream 5.0 – Replicate blog Recraft V4: image generation with design taste – Replicate blog Run FLUX.2 on Replicate – Replicate blog How to prompt Nano Banana Pro – Replicate blog Retro Diffusion's pixel art models are now on Replicate – Replicate blog Replicate is joining Cloudflare – Replicate blog Extract text from documents and images with Datalab Marker and OCR – Replicate blog How to prompt Veo 3.1 – Replicate blog IBM's Granite 4.0 is now on Replicate – Replicate blog Which image editing model should I use? – Replicate blog Introducing our new search API – Replicate blog Torch compile caching for inference speed – Replicate blog Announcing Replicate's remote MCP server – Replicate blog How to prompt Veo 3 with images – Replicate blog Open source video is back – Replicate blog Generate consistent characters – Replicate blog Bria is now on Replicate – Replicate blog How we optimized FLUX.1 Kontext [dev] – Replicate blog Compare AI video models – Replicate blog The FLUX.1 Kontext hackathon – Replicate blog How to prompt Veo 3 for the best results – Replicate blog Get the most from Google Veo 3 – Replicate blog FLUX.1 Kontext from the community – Replicate blog Use FLUX.1 Kontext to edit images with words – Replicate blog Generate incredible images with Google's Imagen 4 – Replicate blog Run OpenAI’s latest models on Replicate – Replicate blog NVIDIA H100 GPUs are here – Replicate blog Run 30,000+ LoRAs on Hugging Face with Replicate – Replicate blog Ideogram 3.0 on Replicate – Replicate blog
Run Isaac 0.1 on Replicate – Replicate blog
2025-11-26 · via Replicate's blog

Posted November 26, 2025 by

Isaac 0.1 model example

Perceptron AI has released 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.

What makes Isaac 0.1 special

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.

Isaac 0.1 model example

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?”.

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.

Isaac 0.1 model example

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.

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.

Getting started with the API

Here’s how to run Isaac 0.1 using JavaScript and the Replicate API: