Skip to main content
GET
List Models

Query Parameters

string
Search query to filter models by name, base_model_id, or user information
string
Filter models by ownership:
  • created - Only models created by the current user
  • shared - Only models shared with the current user
string
Filter models by tag name
string
Field to sort by:
  • name - Sort by model name
  • created_at - Sort by creation date
  • updated_at - Sort by last update date
string
Sort direction:
  • asc - Ascending order
  • desc - Descending order (default)
integer
default:1
Page number for pagination (30 items per page)

Response

array
Array of model objects with access information
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
object
Metadata about the model
string
URL or data URI for the model’s profile image
string
User-facing description of the model
object
Object describing model capabilities
array
Array of access grant objects defining permissions
boolean
Whether the model is currently active
boolean
Whether the current user has write access to 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 of when the model was created
integer
Unix timestamp of when the model was last updated
integer
Total number of models matching the filter criteria

Example Request

Example Response