Skip to main content
GET
List all models
Returns a single array containing every model the platform exposes — image, video, audio, LLM, and utility. Each entry surfaces the nodeType and any subModels for multi-mode models.
Need the response grouped by category with role labels (GENERATE / EDIT / TRANSFORM)? Use GET /v1/models/search instead. This endpoint is intentionally flat — best when you just want to enumerate every model ID.

Authorizations

string
required
Bearer API key. Format: Bearer gx_your_api_key.

Response

array
Array of model entries — one per registered node type.

Request

Response example

Truncated to two entries (the live response includes ~80 models):

What the IDs are for

For single-mode models (no subModels), the schema endpoint accepts the nodeType directly.

Errors