CoreML Speech Models
Collection
Speech AI models for Apple Neural Engine via CoreML. iOS/macOS ready. ASR, TTS, VAD, diarization. • 34 items • Updated • 4
CoreML ML Program export of
google/functiongemma-270m-it
for on-device function calling.
MLStateThe model uses FunctionGemma's compact function-call syntax. Parse and validate the generated call against an application-side allowlist before executing any tool.
FunctionGemmaStatefulDecoder.mlpackage: CoreML model packageconfig.json: runtime input and cache metadatatokenizer.json, tokenizer_config.json, chat_template.jinja: tokenizer assetsThe export has been verified with an end-to-end weather tool call and a second-pass user-facing response after the tool result.
Use the FunctionGemmaCoreMLStateful runtime in this repository's export
directory. It performs a padded 128-token prefill followed by one-token decode
calls, preserving MLState between invocations.