Status: operational
This endpoint is API-only. Inference requires a JWT issued by Keycloak:
POST /v1/models/<model>:predict
Authorization: Bearer <token>
Content-Type: application/json
{"instances": [[6.8, 2.8, 4.8, 1.4]]}
Health check: GET /healthz · Without a token, the API returns 401/403.