Smart AI Tools
A modular suite of free and open-source AI APIs built with FastAPI. Smart AI Tools provides CPU-friendly microservices for text, image, audio and data processing — including summarization, classification, vision, and automation — deployable entirely on free cloud tiers.
Smart AI Tools endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Transcribe Video /transcribe/video |
Uploads an MP4 video, extracts and transcribes all spoken content exactly as it appears in the video (original language), and optionally generates a summarized version using… |
| POST |
Abstractive Summarization (AI) /summarize/ai |
Generates a human-like abstractive summary using the free Hugging Face model `sshleifer/distilbart-cnn-12-6`. CPU-only; no paid LLMs or GPUs required. |
| POST |
Extractive Summarization /summarize |
Returns a concise extractive summary by selecting the most relevant sentences from the input text. Lightweight heuristic (no ML), CPU-only, low latency. |
| GET |
Health Check /health |
Returns a simple JSON payload confirming that the API is online and operational. Useful for monitoring, health checks, and deployment verification. |
Smart AI Tools pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $50 / month | — |
|