Live: https://ai-api-hub.vercel.app
Live-tested directory of AI and LLM APIs. Free tiers highlighted. Code snippets in Python, JS, and cURL included.
Status badges are updated daily via GitHub Actions.
- Next.js 14 with static export
- Tailwind CSS
- GitHub Actions for daily health checks
- Vercel for hosting
To add a new API:
- Fork the repo
- Add your entry to
data/apis.json(copy the shape of an existing entry) - Leave
snippetsas empty strings, maintainers will generate them - Open a pull request
The PR template will guide you through the required fields.
npm install
npm run devGROQ_API_KEY=your_key node scripts/generate-snippets.js --id <api-id>The health check runs daily at 06:00 UTC via GitHub Actions. To run it manually:
node scripts/health-check.jsMIT