rightrank-cli
Version, currently 0.1.01 version
- 0.1.0latestSep 26, 2026
github.com/aluminumio/rightrank-cli
RightRank CLI: AI model rankings, recommendations and pricing from your terminal
Installation
# Add this to your shard.yml
dependencies:
rightrank-cli:
github: aluminumio/rightrank-cli
version: ~> 0.1.0Then run:
shards installshard.yml
- Crystal
>= 1.13.0- License
- MIT
- Target
rightrankfrom src/main.cr
Dependencies
Runtime Dependencies
- athena-console~> 0.4.3github: athena-framework/console
README
rightrank
AI model rankings, recommendations and pricing from your terminal, from the RightRank API (OpenAPI spec, llms.txt).
Install
brew install aluminumio/tap/rightrank-cli
From source (Crystal 1.13 or later):
git clone https://github.com/aluminumio/rightrank-cli && cd rightrank-cli
shards build --release && cp bin/rightrank /usr/local/bin/
Usage
rightrank leaderboard # top 3 of every dimension
rightrank leaderboard --dimension long-context # one dimension, with cost and value
rightrank leaderboard --benchmark livecodebench --limit 5
rightrank recommend --task coding --minimize hallucinations
rightrank recommend -t "image generation" -m cost
rightrank compare gpt-4o anthropic-claude-opus-4-5 "gemini 2.5 pro"
rightrank pricing # all prices, 25 per page (--page, --limit)
rightrank pricing --model gpt-4o
rightrank search claude opus
compare and pricing --model take a RightRank slug (openai-gpt-4o), a provider model ID (gpt-4o) or a name (gemini 2.5 pro). They take the closest match of the API's q search.
Add --json to any command to print the raw API JSON. Colors are off when the output is not a terminal or NO_COLOR is set; --ansi and --no-ansi override this. RIGHTRANK_API overrides the API base URL.
$ rightrank leaderboard -d coding -l 3
# Model Provider Score Price Value
1 Gemini 3 Pro Preview (high) Google 100.0 $2.00 / $12.00 per M 7.1
2 claude-opus-4-5-20251101-thinking-32k Anthropic 100.0 $5.00 / $25.00 per M 3.3
3 Claude Opus 5.5 (Adaptive Reasoning, Max Effort, Default Fallback) Anthropic 100.0 $4.00 / $20.00 per M 4.2
Development
shards install
crystal spec
crystal tool format --check
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Sep 26, 2026
- Commit
cde9c4571a1a- Crystal
>= 1.13.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/aluminumio/rightrank-cli
Metadata
- Created
- Sep 26, 2026
- Updated
- Sep 26, 2026
- Synced
- Sep 26, 2026
- Versions
- 1