API reference · Platform

Engine capabilities

Which models are live here, and what each can serve.

GET/v1/enginesFree

Deployment truth for the roster: models (id → available right now), resolutions and seconds grids per video engine, audio support. A model listed in /v1/models but false here answers 503 model_unavailable — nothing is ever silently substituted.

curl https://eroq.ai/v1/engines \
  -H "Authorization: Bearer $EROQ_API_KEY"
/v1/engines
→ GET /v1/engines
Press run — this replays a real exchange from the docs' own data. No key, no request, no charge.

Response

200 · application/json
{
  "models": { "eroq-motion-one": true, "seedance-1-pro": false },
  "resolutions": { "seedance-1-pro": ["480p", "720p", "1080p"] },
  "seconds": { "seedance-1-pro": { "min": 3, "max": 12, "step": 1 } },
  "audio": {}
}