Summarize
Fast CLI to summarize URLs, local files, and YouTube links.
Quick start
```bash summarize "https://example.com" --model google/gemini-3-flash-preview summarize "/path/to/file.pdf" --model google/gemini-3-flash-preview summarize "https://youtu.be/dQw4w9WgXcQ" --youtube auto ```
Model + keys
Set the API key for your chosen provider:
Default model is `google/gemini-3-flash-preview` if none is set.
Useful flags
Config
Optional config file: `~/.summarize/config.json`
```json { "model": "openai/gpt-5.2" } ```
Optional services: