Get system AI models
curl --request POST \
--url https://pria.praxislxp.com/api/user/systemModels \
--header 'x-access-token: <api-key>'{
"success": true,
"data": [
{
"_id": "<string>",
"name": "<string>",
"model": "<string>",
"description": "<string>",
"maxTokens": 123,
"contextWindow": 123
}
]
}User
Get system AI models
Retrieves the list of system-wide AI models available
POST
/
api
/
user
/
systemModels
Get system AI models
curl --request POST \
--url https://pria.praxislxp.com/api/user/systemModels \
--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