Desert Ant Labs has launched with a catalog of 18 specialized artificial-intelligence models designed to run directly on consumer devices, positioning local inference as an alternative to repeatedly sending product data to cloud services.

The European company says 12 of the models are stable and six are in beta. They cover audio, vision and text tasks and are available through one software-development kit for Swift, Kotlin and JavaScript. Rather than offering one general-purpose model, the lab is building a separate compact model for each narrowly defined function.

Its pitch rests on latency, operating cost and privacy. A model running on a phone or computer does not incur a charge for every request or wait for a network round trip. Input can remain on the user’s device, reducing the amount of customer material sent to an external server. Desert Ant says the models are free for products with as many as 100,000 monthly active devices and do not require end users to manage tokens or accounts.

The work grew from the team’s experience building Detail, a video application developed with an on-device-first approach. Features such as automatic clip editing and podcast audio enhancement nonetheless required cloud APIs, according to the launch account, and infrastructure costs increased as usage grew. The team responded by training models for those specific jobs.

Desert Ant reports that its Clear model replaced Dolby processing for audio enhancement and that Voz made local transcription five times faster in its application. Another model, Clips, is a 284-megabyte system that selects short segments from a ten-minute video. The company claims it can produce a dozen clips in five seconds, ten times faster and with 470 times less energy than a Claude Sonnet workflow at comparable quality. Those benchmark claims come from the company and have not been independently verified in the supplied evidence.

The next version of Detail, planned for iOS 27, is intended to replace the application’s remaining cloud AI calls with Desert Ant’s local models. On Apple hardware, Clear and Voz use the Neural Engine; in a browser, Clear can execute the same weights through WebAssembly. Developers can access native SDKs on GitHub and try models through a command-line tool or in a browser through Hugging Face.

The company describes the first hundred planned models as an always-on layer for repetitive jobs such as cleaning recordings, tagging images or extracting a date from text. A later routing layer would choose a small local model first, escalate to a larger one when necessary and use the cloud only when the task genuinely requires it.

That approach reflects a wider bet that many frequent product interactions do not need a frontier-scale general model. Desert Ant will now need to demonstrate that its compact systems maintain accuracy across real devices and workloads, but its launch gives developers a unified route for testing that proposition.