Skip to main content
GET
Get Model

Query Parameters

string
required
The unique identifier of the model to retrieve. Can contain ’/’ characters.

Response

string
The model’s unique identifier used in API calls
string
ID of the user who created the model
string
Optional pointer to the actual model used when proxying requests
string
Human-readable display name of the model
object
JSON object containing model parameters (flexible schema)
object
Metadata about the model
string
URL or data URI for the model’s profile image (defaults to “/static/favicon.png”)
string
User-facing description of the model
object
Object describing model capabilities
array
Array of access grant objects defining who can access this model and with what permissions
boolean
Whether the model is currently active and available for use
boolean
Whether the current user has write access to modify this model
object
Information about the user who created the model
string
User ID
string
User’s display name
string
User’s email address
integer
Unix timestamp (in seconds) of when the model was created
integer
Unix timestamp (in seconds) of when the model was last updated

Example Request

Example Response

Error Responses

Model not found
Unauthorized - User does not have access to this model