Skip to main content
GET
List models

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth2 JWT. Create a PAT at app.layer.ai → Settings → Personal Access Tokens.

Path Parameters

workspace_id
string<uuid>
required

Query Parameters

modality
enum<string> | null

Filter by modality

Available options:
image,
video,
three_d,
audio,
text
search
string | null

Full-text search on model name/description

supports_reference_images
boolean | null

Require reference image support

inpainting
boolean | null

Require inpainting support

outpainting
boolean | null

Require outpainting support

generate_audio
boolean | null

Require audio generation with video

text_to_3d
boolean | null

Require text-to-3D

image_to_3d
boolean | null

Require image-to-3D

text_to_speech
boolean | null

Require text-to-speech

sound_effect
boolean | null

Require sound effect generation

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null

Response

Successful Response

models
ModelSummary · object[]
required
pagination
PaginationOutput · object
required