Get all models
Models
Get All Models
This endpoint used to get all the models registered in the Pawa AI Platform with pagination, search, and filtering support.
GET
Get all models
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by model ID
Example:
1
Search term for model name
Example:
"ember"
Filter by model type
Available options:
chat, voice, embedding, parsing Page number (starts from 1)
Example:
1
Number of items per page
Example:
10