Skip to content

Help & Troubleshooting

For issues with maKI, contact:
Philipp Hemattyphilipp.hematty@uni-mannheim.de

Support hours: Mon–Fri, 09:00–17:00 (best effort, no guaranteed response time).

Escalation: Alexander Pfister (department head).

{ "error": { "message": "Invalid API key", "code": 401 } }
  • Check that the API key is correctly set in the Authorization header: Bearer sk-...
  • Key expired or revoked? Contact support for a new key.
{ "error": { "message": "Model not found", "code": 404 } }
  • Check the model name — see Available Models for the current list.
  • Model names are case-sensitive.
{ "error": { "message": "Rate limit exceeded", "code": 429 } }
  • Your key has hit its request limit. Wait briefly and retry.
  • Per-key limits are documented under API Keys.
  • The service is temporarily unreachable (e.g. maintenance or GPU restart).
  • Try again in a few minutes.
  • If the outage persists, contact support.
  • Large models and long prompts require more compute time.
  • Use stream: true for incremental output.
  • Reduce max_tokens if possible.

The health endpoint shows whether the service is reachable:

Terminal window
curl https://maki.uni-mannheim.de/health

Planned maintenance is announced at least 3 business days in advance by email to all API key holders.