Get custom AI models
curl --request POST \
--url https://pria.praxislxp.com/api/user/customModels \
--header 'x-access-token: <api-key>'{
"success": true,
"data": [
{
"_id": "<string>",
"name": "<string>",
"model": "<string>",
"description": "<string>",
"maxTokens": 123,
"contextWindow": 123
}
]
}User
Get custom AI models
Retrieves the list of custom AI models available for the current institution
POST
/
api
/
user
/
customModels
Get custom AI models
curl --request POST \
--url https://pria.praxislxp.com/api/user/customModels \
--header 'x-access-token: <api-key>'{
"success": true,
"data": [
{
"_id": "<string>",
"name": "<string>",
"model": "<string>",
"description": "<string>",
"maxTokens": 123,
"contextWindow": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I