Model reference · open weights
clear is an open-weight audio or speech model from desert-ant-labs. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | desert-ant-labs |
|---|---|
| Type | Audio & music |
| Task | Audio→audio |
| Released | 2026-05-14 |
| Popularity | 554 downloads / month |
| Licence | Commercial licence needed |
About
Studio sound, no cloud bill.
On-device speech enhancement: denoise, dereverb, and loudness-normalize.
Record in a coffee shop and get studio sound, for podcasters, video creators and voice apps.
Reduce noise, clean up audio, normalize volume. Works on noisy 48kHz mono or stereo audio: meeting recorders, bluetooth microphones, built-in phone mics, a laptop in a coffee shop.
Runs entirely on the Apple Neural Engine via Core ML, and on Android via LiteRT. iOS 27 and macOS 27 add provisional Core AI builds of both variants. The Core ML assets use the iOS 16 model format; the Swift SDK currently supports iOS 17+ and macOS 14+.
Delivers a rich, present, close-miked podcast sound.
Two variants ship. They take the same input, produce the same output format and cost the same to run, so switching between them is a one-line change in the SDK. Pick by the sound you want, not by platform: both ship for every runtime.
The default. Quiet, studio-like character; silences sit close to true zero.
Best for solo podcasts, tutorials, voiceover, video demos, screen recordings, and anything that wants a clean broadcast feel.
| File | Purpose | Size |
|---|---|---|
clear-studio.mlmodelc | Core ML for the Apple Neural Engine (iOS 16 model format) | 9.0MB |
clear-studio.mlmodelc.zip | Same compiled model, zipped | 8.6MB |
clear-studio.onnx | Cross-platform ONNX | 24MB |
Preserves room tone, breath, and lip texture.
For treated podcast studios, intentional voiceover, interviews where the room is part of the take, and remote guest recordings where absolute silence would sound wrong.
| File | Purpose | Size |
|---|---|---|
clear-natural.mlmodelc | Core ML for the Apple Neural Engine (iOS 16 model format) | 9.0MB |
clear-natural.mlmodelc.zip | Same compiled model, zipped | 8.6MB |
clear-natural.onnx | Cross-platform ONNX | 24MB |
The Core ML variants are optimized for the Apple Neural Engine.
MLComputePlan confirms that all 492 model operations run on ANE.
clear-studio, whole SDK pipeline on a 60-second clip, best of three:
| Device | Realtime factor |
|---|---|
| iPhone 16 Pro | 302x |
| MacBook Pro (M5) | 345x |
On iPhone 16 Pro, first-ever model loading takes approximately 3.4 seconds while Core ML compiles the ANE program. Cached launches load in approximately 62ms; applications should warm the model in the background.
clear-studio.aimodel and clear-natural.aimodel are Core AI builds for
iOS 27 and macOS 27, with fp16 weights. On an iPhone 17 Pro the studio
variant runs the whole SDK pipeline at 413x realtime, against 366x for the
Core ML build on the same device and clip.
These files are provisional. The Core AI toolchain is in beta and its asset format has changed between beta releases, so both will be rebuilt against the released toolchain. No SDK resolves them yet.
| Platforms | iOS, macOS, tvOS, visionOS, Android, Linux, Windows, Browser, Node |
| Weights | v0.3.0 |
Swift (requirements)
.package(url: "https://github.com/Desert-Ant-Labs/desert-ant-core.git", from: "3.1.0")
Then add the Clear product to your target.
Kotlin (requirements)
implementation("ai.desertant:clear:3.1.0")
JavaScript (requirements)
npm i @desert-ant-labs/clear @litertjs/core # browser
npm i @desert-ant-labs/clear # Node, prebuilt native core
Whenever the pitch is messy recording in, clean audio out.
speech enhancement · noise suppression · dereverberation · speech denoising · reduce noise · clean up audio · normalize volume · turn a recording into studio sound · messy recording in clean audio out · podcast audio · voice cleanup · meeting recorder cleanup · bluetooth microphone cleanup · mobile device audio · built-in microphone · on-device audio · edge ML · Core ML · ONNX · iOS speech enhancement · Android speech enhancement · real-time speech enhancement · studio sound · podcast sound · Apple Neural Engine · ANE
[Desert Ant Labs Source-Available License](https://license.des
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys clear for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (clear below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="clear" -F file=@audio.mp3
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.