⚡ ZE-Tech LLM Gateway v2 · OpenAI-kompatibel

Self-hosted Ollama-Gateway mit Split-Auth. Verwaltung im Dashboard.

Endpoints

Authentifizierung

Coding-Modelle: x-api-key: <dein-key>
Chat-Modelle: API-Key mit scope=chat oder all, oder JWT vom Dashboard-Login.

Beispiel

curl https://openclaw.ze-tech.de/v1/chat/completions \
  -H "x-api-key: <dein-key>" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen2.5-coder:14b-instruct-q4_K_M","messages":[{"role":"user","content":"Hallo"}]}'

Rate-Limit: 120 req/min · TLS via Let's Encrypt