Product Launch2 min read

AWS Launches No-Training Image Detection via Nova 2 Lite

June 5, 2026Synthesized from 1 source: AWS

Amazon has released a way to add object detection to any business operation using plain English descriptions and a pay-per-image pricing that runs as low as a few dollars a month, removing the need for a data science team or months of custom development.

A system that can look at a photo and tell you exactly where a damaged box, an unprotected worker, or a defective part appears in the image used to be the exclusive territory of large operations with dedicated data science teams. That has changed.

Amazon Web Services has published a working guide for deploying object detection using Nova 2 Lite, a model already available on its cloud platform. The approach is straightforward: you upload an image and type a list of objects you want found. The system returns the location of each object as coordinates you can use to draw a box around it on the image. No training, no data labeling, no specialized staff required.

The cost difference versus traditional computer vision is the story here. Building a traditional defect detection system for a factory floor typically costs between $50,000 and $120,000 upfront, with ongoing monthly costs of $2,500 to $12,000 for compute, monitoring, and model retraining. A basic solution takes two to four months to deploy. More complex systems can take six to eighteen months. Before a single photo is analyzed, teams spend weeks labeling thousands of images by hand just to teach the model what to look for.

The AWS approach skips all of that. Nova 2 Lite already knows what most objects look like. You just tell it what to find. AWS gives concrete running cost examples: a metal parts facility checking 5 images per part across 10,000 parts a month pays around $8. A farm processing 1.2 million drone images across a growing season pays around $200. These are extremely low numbers compared to what a traditional build costs to maintain.

Nova 2 Lite is priced at roughly $0.05 per million tokens of text processed, making image analysis tasks extremely cheap at scale. The model is already being used by early customers for document processing and business automation, and AWS itself uses Nova models internally to automate inspection at its fulfillment centers.

For business operators, the practical question is where this fits and where it does not. The API approach works well for standard objects in standard conditions: packages, vehicles, people, common defects, missing equipment. It works without any preparation. You can test a proof of concept in an afternoon rather than commissioning a multi-month project.

Where it may fall short is in highly specific industrial detection. Identifying a particular type of micro-fracture in a specific alloy under controlled lighting, or distinguishing between two nearly identical components on a production line, may require a system trained precisely on your environment and your products. A custom-built system trained on thousands of your own labeled images will generally outperform a general model in those narrow cases, despite the higher cost and longer timeline.

The more realistic scenario for most operators is that this kind of API-based detection is a practical way to start. A procurement manager wanting to flag damaged inbound shipments, a logistics operator monitoring compliance with safety gear rules, or a quality team doing a first pass on visible defects can all get a working system running within days. If the accuracy proves insufficient for a specific use case, that is the point at which investing in a custom build becomes a justified decision rather than a speculative one.

The underlying shift is that computer vision is no longer a capital project. It has become closer to a software subscription. For operations that have delayed visual inspection automation because of the perceived cost and complexity, the barrier is now considerably lower.

Stay informed

Get AI intelligence like this delivered to your inbox.


You May Also Find Valuable