Skip to main content
GET
/api/v1/models/traits

Postman Collection

For additional examples, please see this Postman Collection.

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>
default:text

Filter models by type.

Available options:
asr,
embedding,
image,
music,
text,
tts,
upscale,
inpaint,
video
Example:

"text"

Response

OK

data
object
required

List of available models

Example:
object
enum<string>
required
Available options:
list
type
required

Type of models returned.

Available options:
asr,
embedding,
image,
music,
text,
tts,
upscale,
inpaint,
video
Example:

"text"