Console API
GET/api/video/models

Model catalog

Five modality-scoped catalog endpoints, each returning the deduplicated, alphabetically sorted list of active unifiedModelName values on the platform:

EndpointModality
GET /api/chat/modelsChat / text
GET /api/image/modelsImage generation
GET /api/video/modelsVideo generation
GET /api/audio/modelsSpeech (TTS)
GET /api/embedding/modelsEmbeddings
Platform catalog vs. your project's models

These endpoints list what exists on the platform. What your key can call is the project's allowed-model list — query that on the data plane with GET https://api.atptoken.ai/v1/models using your atp- key (chat models only). Media models enabled for your project are shown in the console's key wizard.