Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@ Open-source artificial intelligence models, libraries, infrastructure, and devel

#### CLI Tools & API Clients

- [llm-prices](https://github.com/benbencodes/llm-prices) - Zero-dependency CLI and MCP server for comparing LLM API pricing across 22 providers (OpenAI, Anthropic, Google, xAI, Mistral, and more). Calculate exact API costs, find cheapest models for any workload, 130 models, offline-first with no API key required. MIT licensed. ![GitHub stars](https://img.shields.io/github/stars/benbencodes/llm-prices?style=social)
- [Ruler](https://github.com/intellectronica/ruler) - Central AI agent rule registry. Manages and distributes rules for AI coding agents across projects. MIT licensed. ![GitHub stars](https://img.shields.io/github/stars/intellectronica/ruler?style=social)
- [PR-Agent (Qodo)](https://github.com/qodo-ai/pr-agent) - AI-powered code review agent for GitHub, GitLab, Bitbucket, and Azure DevOps. Automated PR analysis, improvement suggestions, and multi-platform deployment via CLI, GitHub Actions, or webhooks. AGPL-3.0 licensed. ![GitHub stars](https://img.shields.io/github/stars/qodo-ai/pr-agent?style=social)
- [LLM (Simon Willison)](https://github.com/simonw/llm) - CLI tool and Python library for interacting with dozens of LLMs via remote APIs or locally. Extensible plugin ecosystem, SQLite logging. Apache 2.0 licensed. ![GitHub stars](https://img.shields.io/github/stars/simonw/llm?style=social)
Expand Down