Model reference · open weights
react-native-executorch-whisper-small.en is an open-weight audio or speech model from software-mansion. 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 | software-mansion |
|---|---|
| Type | Audio & music |
| Task | Speech→text |
| Runs with | executorch |
| Released | 2025-08-20 |
| Popularity | 659 downloads / month |
| Licence | Open weights |
About
This repository hosts the whisper-small.en models exported for the
React Native ExecuTorch
library as ExecuTorch .pte programs, ready to run on device.
Upstream model: whisper-small.en
| Path | Backend | Precision |
|---|---|---|
coreml/whisper_small_en_coreml_fp16.pte | coreml | fp16 |
mlx/whisper_small_en_mlx_int8.pte | mlx | int8 |
vulkan/whisper_small_en_vulkan_fp16.pte | vulkan | fp16 |
vulkan/whisper_small_en_vulkan_int8.pte | vulkan | int8 |
xnnpack/whisper_small_en_xnnpack_int8.pte | xnnpack | int8 |
xnnpack/whisper_small_en_xnnpack_fp32.pte | xnnpack | fp32 |
config.json 38 B
coreml/config.json 1.5 kB
coreml/whisper_small_en_coreml_fp16.pte 462 MB
mlx/config.json 1.5 kB
mlx/whisper_small_en_mlx_int8.pte 276 MB
tokenizer.json 2.3 MB
vulkan/config.json 2.6 kB
vulkan/whisper_small_en_vulkan_fp16.pte 881 MB
vulkan/whisper_small_en_vulkan_int8.pte 484 MB
xnnpack/config.json 2.6 kB
xnnpack/whisper_small_en_xnnpack_fp32.pte 1.1 GB
xnnpack/whisper_small_en_xnnpack_int8.pte 427 MB
These files are published for the ExecuTorch v1.4.1 runtime. ExecuTorch gives no forward compatibility guarantee, so an older runtime may fail to load them.
To use them in React Native ExecuTorch, pass the model constant shipped in the library's model registry to the corresponding task pipeline. See the documentation.
To load these files in your own ExecuTorch runtime, read the compatibility note first.
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 react-native-executorch-whisper-small-en for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (react-native-executorch-whisper-small-en 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="react-native-executorch-whisper-small-en" -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.