Skip to main content
GET
/
hub
/
v1
/
models
List all available models
curl --request GET \
  --url https://api.mountsea.ai/hub/v1/models \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

capability
enum<string>

Return only models for this capability. Omit to return all.

Available options:
image,
video,
audio,
transcribe

Response

200 - undefined