Status

Check service health before you queue a task.

Use this page when task latency feels unusual, a provider family is under pressure, or you want a fast read before debugging credits, retries, or queue time.

Voice Core

Voice-backed tasks

Covers text to speech, dubbing, speech to text, sound effects, voice changer, and voice isolate flows.

checking…

Minimax

TTS and music generation

Use this signal when MiniMax TTS, voice clone, voice list, or music generation feels slower than usual.

checking…

How to read this page

Good

Requests should behave normally. If a task is still slow, check your payload, model choice, or queue volume.

Degraded

Expect longer queue times or intermittent retries. Favor smaller requests and use polling or webhooks.

Overloaded

High pressure upstream. Delay non-urgent jobs, surface retries in your app, and avoid burst traffic.

Image generation availability

Image pricing and model support are model-specific. Before creating a task, fetch the model list and ask for a credit estimate. That is the most reliable availability check for image flows.

GET  /v1i/models
POST /v1i/task/price
POST /v1i/task/generate-image

Live endpoint

The public status view is powered by the same health-check endpoint available to API consumers.

GET https://api.cheapaiapi.com/v1/health-check