Skip to main content

Models

GET 

/v1/models

info

Get an API Token (Bearer Token) via http://nilai.nillion.com

List all available models in the system.

  • user: Authenticated user information (through HTTP Bearer header)
  • Returns: Dictionary of available models

Example

# Retrieves list of available models
models = await get_models(user)

Responses

Successful Response