Models

Gets all models available to the organization.

get

Retrieves all models available to the organization, optionally filtered by type and disabled status.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Query parameters
modelTypeinteger · enumOptional

The type of model to filter by.

Possible values:
includeDisabledbooleanOptional

Whether to include disabled models.

Default: false
Responses
get
/models

Gets a model by its object identifier if authorized for the organization.

get

Retrieves a model by its object identifier if authorized for the organization.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the model.

Responses
get
/models/{objectIdentifier}

Gets models by a list of object identifiers if authorized for the organization.

get

Retrieves models by a list of object identifiers if authorized for the organization.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Query parameters
modelIdentifiersstring · uuid[]Optional

The collection of model object identifiers.

Responses
get
/models/get-by-identifiers

Gets the price for token usage for a specific model if authorized for the organization.

get

Retrieves the price for token usage for a specific model if authorized for the organization.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Query parameters
modelIdentifierstring · uuidOptional

The object identifier of the model.

tokenUsageinteger · int32Optional

The number of tokens used.

Responses
get
/models/pricing

Last updated