Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request GET \
--url https://pria.praxislxp.com/api/admin/aimodel/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"data": {
"_id": "<string>",
"name": "<string>",
"institution": "<string>",
"model_use": "conversationModel",
"description": "",
"api_url": "https://api.openai.com/v1",
"api_key": "<string>",
"default_headers": {},
"client_library": "openai_cli",
"features": {
"stream": false,
"tools": false,
"code": false,
"vision": false,
"mcp": false
},
"input_media": {
"text": true,
"image": false,
"audio": false,
"video": false,
"pdf": false
},
"output_media": {
"text": true,
"audio": false,
"video": false,
"image": false
},
"max_input_tokens": 128000,
"max_output_tokens": 64000,
"reasoning_effort": null,
"extended_context": false,
"status": "active",
"picture_url": "<string>",
"created": "2023-11-07T05:31:56Z"
}
}Retrieves details of a specific AI model, with the institution field populated to { _id, name, ainame, picture }.
curl --request GET \
--url https://pria.praxislxp.com/api/admin/aimodel/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"data": {
"_id": "<string>",
"name": "<string>",
"institution": "<string>",
"model_use": "conversationModel",
"description": "",
"api_url": "https://api.openai.com/v1",
"api_key": "<string>",
"default_headers": {},
"client_library": "openai_cli",
"features": {
"stream": false,
"tools": false,
"code": false,
"vision": false,
"mcp": false
},
"input_media": {
"text": true,
"image": false,
"audio": false,
"video": false,
"pdf": false
},
"output_media": {
"text": true,
"audio": false,
"video": false,
"image": false
},
"max_input_tokens": 128000,
"max_output_tokens": 64000,
"reasoning_effort": null,
"extended_context": false,
"status": "active",
"picture_url": "<string>",
"created": "2023-11-07T05:31:56Z"
}
}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?