Voice Cloning is out in beta with Elevenlabs integration!
cURL
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>", "provider": "openai", "status": "active", "description": "<string>", "maxTokens": 123, "contextWindow": 123 } ] }
Retrieves the list of system-wide AI models available
JWT token passed in x-access-token header
System models retrieved successfully
Show child attributes
Was this page helpful?