Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
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
}
]
}Retrieves the list of system-wide AI models available
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?