Skip to main content
Use this endpoint to retrieve full details for one model, including the artifact_paths map that tells you which output formats are available for download.

Endpoint

Authentication

Send your token in the Authorization: Bearer <jwt-or-api-key> header.

Path Parameters

string
required
The unique model identifier.

Response

integer
Always 0 for success.
object
string
Model identifier.
string
Human-readable model name.
string
Current model status.
object
Map of artifact names to download URLs or paths. Keys include: adapter, merged, gguf, mlx, mnn, qnn.