granite-4.0-1b-speech
62.1K
211
license:apache-2.0
by
ibm-granite
Audio Model
OTHER
1B params
Fair
62K downloads
Community-tested
Edge AI:
Mobile
Laptop
Server
3GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
1GB+ RAM
Code Examples
Usage with `transformers`bash
pip install transformers torchaudio soundfileUsage with `vLLM`bashvllm
pip install vllmUsage with `mlx-audio` for Apple Silicon M series chipsbash
pip install -U mlx-audioUsage with `mlx-audio` for Apple Silicon M series chipsbash
python -m mlx_audio.stt.generate --model ibm-granite/granite-4.0-1b-speech --verbose --audio "audio.wav" --output-path "transcript"python
from mlx_audio.stt.utils import load_model
from mlx_audio.stt.generate import generate_transcription
model = load_model("mlx-community/granite-4.0-1b-speech-8bit")
transcription = generate_transcription(
model=model,
audio="audio.wav",
output_path="transcript.txt",
format="txt",
verbose=True,
)
print(transcription.text)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.