API Usage
Submit a generation task via the GMI request queue. Polling and full parameter docs are in the API reference.Submit request
request_id. Poll the status endpoint until the audio is ready, then download from the returned URL.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
LLM-based audio model for zero-shot voice cloning and iterative audio editing.
Step-Audio-EditX
curl -X POST "https://console.gmicloud.ai/api/v1/ie/requestqueue/apikey/requests" \
-H "Authorization: Bearer $GMI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "Step-Audio-EditX",
"payload": {
"prompt": "your prompt here"
}
}'
request_id. Poll the status endpoint until the audio is ready, then download from the returned URL.
curl "https://console.gmicloud.ai/api/v1/ie/requestqueue/apikey/requests/<request_id>" \
-H "Authorization: Bearer $GMI_API_KEY"