-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nick edited this page Nov 13, 2025
·
4 revisions
Welcome to the ReliAPI Wiki — your guide to building reliable HTTP and LLM API integrations.
- Overview — What is ReliAPI and when to use it
- Architecture — How ReliAPI works internally
- Configuration — Configuring targets and policies
- Reliability Features — Detailed feature explanations
- Comparison — Comparison with other tools
- FAQ — Frequently asked questions
ReliAPI is a small reliability layer for ANY HTTP API and ANY LLM API — REST services, internal microservices, payment gateways, SaaS APIs, and LLM providers.
Quick start:
docker run -d \
-p 8000:8000 \
-e REDIS_URL=redis://localhost:6379/0 \
-v $(pwd)/config.yaml:/app/config.yaml \
reliapi/reliapi:latest- How to make your LLM API idempotent
- How to keep AI costs predictable using budget caps
- Self-hosted LLM reliability layer in one Docker container
ReliAPI — Reliability layer for HTTP and LLM calls. Simple, predictable, stable.