ibm-granite-granite-4.0-1b-speech
Version: 1
ibm-granite/granite-4.0-1b-speech powered by vLLM
Transcriptions API
Send Request
You can use cURL or any REST Client to send a request to the Azure ML endpoint with your Azure ML token.curl <AZUREML_ENDPOINT_URL> \
-X POST \
-H "Authorization: Bearer <AZUREML_TOKEN>" \
-H "Content-Type: multipart/form-data" \
-F "model="ibm-granite/granite-4.0-1b-speech" \
-F file="@/path/to/file/audio.mp3"
Supported Parameters
The following are the only mandatory parameters to send in the HTTP POST request tov1/audio/transcriptions.
- model (string): Model ID used to generate the response, in this case since only a single model is deployed within the same endpoint you can either set it to ibm-granite/granite-4.0-1b-speech or leave it blank instead.
- file (file): The audio file object (not file name) to transcribe, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
/openapi.json for the current Azure ML Endpoint. Model Specifications
LicenseApache-2.0
Last UpdatedMarch 2026
ProviderHugging Face