List all models
Models
List all models
Flat list of every available Magica model with its nodeType, name, category, and sub-model IDs.
GET
List all models
Returns a single array containing every model the platform exposes — image, video, audio, LLM, and utility. Each entry surfaces the
For single-mode models (no
nodeType and any subModels for multi-mode models.
Authorizations
Bearer API key. Format:
Bearer gx_your_api_key.Response
Array of model entries — one per registered node type.
Request
- cURL
- Node.js
- Python
Response example
Truncated to two entries (the live response includes ~80 models):What the IDs are for
| Field | Use it where |
|---|---|
nodeType | Path param in POST /v1/nodes/{nodeType}/run; also use as nodeType in POST /v1/nodes/estimate-credits |
subModels[].subModelId | Path param in GET /v1/models/{modelId}/schema and GET /v1/models/{modelId}/pricing; also pass as subModelId when running a multi-mode model |
subModels), the schema endpoint accepts the nodeType directly.
Errors
| Status | Reason |
|---|---|
401 | Missing or invalid API key |
500 | Server error |