Estado: operativo
Este endpoint es solo API. La inferencia requiere un token JWT (Keycloak):
POST /v1/models/<modelo>:predict
Authorization: Bearer <token>
Content-Type: application/json
{"instances": [[6.8, 2.8, 4.8, 1.4]]}
Health-check: GET /healthz · Sin token, la API responde 401/403.