Releases: gitstq/ModelPulse-CLI
Releases · gitstq/ModelPulse-CLI
ModelPulse-CLI v1.0.0 - Initial Release
ModelPulse-CLI v1.0.0 - Initial Release
What's New
First release of ModelPulse-CLI, a zero-dependency terminal tool for AI model monitoring and recommendation.
Features
- 21 AI Models tracked across 7 providers (OpenAI, Anthropic, Google, DeepSeek, Meta, Qwen, Mistral)
- Smart Recommendation Engine with 7 task profiles
- API Endpoint Monitoring with latency measurement
- Side-by-Side Model Comparison
- Pricing Dashboard with cost analysis
- Multi-Format Export (JSON, CSV, Markdown)
- Historical Trend Tracking (90-day retention)
- Zero External Dependencies (Python stdlib only)
- Cross-Platform (Linux, macOS, Windows)
- 24 Unit Tests, all passing
Installation
git clone https://github.com/gitstq/ModelPulse-CLI.git
cd ModelPulse-CLI
pip install -e .
modelpulse listQuick Start
modelpulse list # List all models
modelpulse recommend -t code_gen # Get recommendation
modelpulse monitor # Check API status
modelpulse compare "gpt-4o,claude-sonnet-4" # Compare models
modelpulse pricing # View pricingProviders Covered
| Provider | Models |
|---|---|
| OpenAI | GPT-4o, GPT-4o Mini, GPT-4.1, GPT-4.1 Mini, o3, o3 Mini, o4 Mini |
| Anthropic | Claude Sonnet 4, Claude 3.5 Haiku, Claude Opus 4 |
| Gemini 2.5 Pro, Gemini 2.5 Flash, Gemini 2.0 Flash | |
| DeepSeek | DeepSeek V3, DeepSeek R1 |
| Meta | Llama 3.1 405B, Llama 4 Maverick |
| Qwen | Qwen3 235B, Qwen3 32B |
| Mistral | Mistral Large, Codestral |