Your AI endpoints are available and ready to serve requests.
curl -X POST "$(document.location.origin + '/api/ai')" \ -H "Content-Type: application/json" \ -d '{"prompt":"Hello AI","maxTokens":150}'