Once speech recognition reaches a real product, the question is no longer simply whether a model can understand speech. Cloud services optimize for accuracy and throughput, desktops for responsiveness, and phones must balance memory, power, and privacy at once. Audio8 ASR brings these constraints into one model family: larger models handle the most demanding recordings, while compact models bring speech recognition to ordinary CPUs and mobile devices.
This is not a single model scaled down three times. It is a set of choices organized around deployment boundaries, with each size optimized for a different balance of quality, cost, and device capability.
| Model | Scale | Primary runtime | Best suited for | Languages |
|---|
| Audio8-ASR-3B | 3B | High-performance GPU | Noisy audio, multilingual and high-accuracy transcription | 19 languages (Chinese, English, German, Japanese, French, Korean, Spanish, Polish, Italian, Romanian, Hungarian, Czech, Dutch, Finnish, Croatian, Slovak, Slovenian, Estonian, Lithuanian) |
| Audio8-ASR-0.6B | 0.6B | GPU, workstation and server | Balanced quality, throughput and cost | 19 languages (Chinese, English, German, Japanese, French, Korean, Spanish, Polish, Italian, Romanian, Hungarian, Czech, Dutch, Finnish, Croatian, Slovak, Slovenian, Estonian, Lithuanian) |
| Audio8-ASR-0.1B | 0.1B | CPU, edge and mobile | Private, local recognition under tight resource limits | 7 languages (Chinese, English, Cantonese, French, Japanese, German, Korean) |
Three Models, One Clear Path
Audio8 ASR is organized around 3B, 0.6B, and 0.1B parameter tiers. They share the same goal of turning continuous sound into useful text, but make different trade-offs for quality, cost, and hardware. Runtime and hardware adaptations are how each tier reaches a product; they do not change the family structure.
From Sound to Text
An audio recording first becomes a stable acoustic representation. The model then follows speech, pauses, and context along the timeline before producing readable text. It must preserve pronunciation while suppressing background noise, repeated fragments, and empty silence.
Large models usually show their value where audio is hardest to hear: attenuation in far-field recordings, context switching when multiple people talk, vocabulary uncertainty caused by specialist terms, and connections between the beginning and end of long audio. Smaller models focus on predictable and controllable runtime overhead.
Model differences in Audio8 ASR should therefore not be judged only by parameter count. The same recognition task can trade for more context and throughput on a GPU, while CPU and phone deployments require every computation to be more economical.
Audio8-ASR-3B: Accuracy for the Hardest Audio
Audio8-ASR-3B is the family's high-quality recognition path. It is suited to scenarios where errors are more sensitive: meeting records, interview transcription, media subtitles, and detail-preserving multilingual transcription.
Audio8-ASR-0.6B: The Practical Balance
Audio8-ASR-0.6B occupies the middle ground. It keeps recognition reliable on real recordings while giving GPU services and local workstations a more manageable resource budget. For teams that need batch processing but do not want to put their entire budget into a single inference, it is the more natural starting point.
The 0.6B line also includes CPU-oriented quantized and general-runtime forms. Their purpose is to move the model beyond a strict CUDA dependency, allowing ordinary servers and edge hosts to participate in transcription while reducing storage and memory pressure.
Audio8-ASR-0.1B: Small Is a Different Product Constraint
When a model must remain resident on a device, parameter count, peak memory, and power directly determine whether the product can exist. Audio8-ASR-0.1B targets local voice input, field notes, offline subtitles, and privacy-sensitive applications. Its ONNX Runtime path works across x86 and ARM CPUs, with INT8 and INT4 variants that make deployment practical without a full deep-learning environment.
When 0.1B is placed in a phone or edge device, stable response time, controlled memory, and low power matter more than peak performance. It is suited to voice input, field notes, offline captions, and privacy-sensitive applications.
Keep speech recognition on the device
Mobile is not a smaller server. Applications move between foreground and background, available compute changes with battery and temperature, and users have strong reasons to keep private audio local. For the 0.1B line, on-device operation means incorporating these constraints into the model design and providing a concrete path for each hardware target.
A Low-Power Path for Apple Hardware
Audio8-ASR-0.1B-iOS-ANE combines Core ML and ONNX Runtime to run on the Apple Neural Engine in iPhone and iPad, with a Swift integration layer. Moving recognition away from the CPU and GPU enables sustained transcription on a steadier power curve while keeping recordings on the device.
General runtime and mobile experience
The same 0.1B line also provides a cross-device form, Audio8-ASR-0.1B-onnx-runtime. Based on ONNX Runtime, it removes CUDA, PyTorch, and Transformers dependencies, runs on ordinary x86/ARM CPU edge devices, and provides INT8 and INT4 variants to further reduce storage and memory use.
Recognition Performance That Holds Across the Family
Audio8 ASR has remained at the front of public speech-recognition evaluations for months, spanning Chinese CER, English WER, and multilingual transcription. From cloud-scale 3B to on-device 0.1B, each model is designed to deliver dependable results on its target hardware, including recordings with noise, distance, accents, and multiple speakers.
| Evaluation area | Leading behavior |
|---|
| Recognition quality | Leading Chinese CER, English WER, and multilingual results |
| Difficult audio | Stable under noise, distance, accents, overlap, and long recordings |
| Runtime efficiency | Strong real-time factor, first-token latency, and throughput |
| Device cost | Lower VRAM and memory use with controlled power consumption |
From high-accuracy recognition with 3B to on-device operation with 0.1B, Audio8 ASR brings “understanding speech” to every model size so recognition quality and deployment cost can work together.
Choosing the Right Model
Start with Audio8-ASR-3B when accuracy on difficult audio is the first priority. Choose Audio8-ASR-0.6B for general GPU serving and a more balanced cost profile. When the deployment is primarily a CPU, edge device, or phone, evaluate the 0.1B family and the runtime built for that hardware.
The most reliable selection process begins with where the audio originates, how quickly a result must return, how much memory is available, and which recordings cannot leave the device. The purpose of a model family is to turn those constraints into a clear choice.
Limitations and Responsible Use
Automatic transcripts can still be affected by noise, accents, overlapping speech, specialist terms, and source quality. They should not be treated as verified records without review. Medical, legal, financial, and other high-risk uses require human oversight. Obtain appropriate consent before processing personal voices or sensitive conversations, and protect stored audio and text with suitable access and retention rules.
Audio8-ASR / Model Family
From high-accuracy 3B transcription to low-power recognition on a phone, Audio8 ASR maps speech recognition onto the constraints of the device where it must run.