maxgfr/LLM Models Check
Check LLM model costs, status, and availability in CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 9, 2026
- License
- MIT
Pinned Snippet
uses: maxgfr/llm-models@db03128d230e9ad5c2aa8e4e1d8696251da4aaf7 # v1.2.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run (find, cost, cheapest, compare, recommend, stats) | yes | — |
| args | Arguments for the command | no | "" |
| max-budget | Maximum total cost budget (USD). Fails the step if any model exceeds this. | no | — |
| fail-on-deprecated | Fail if any matched model is deprecated (true/false) | no | false |
| node-version | Node.js version to use | no | 20 |
Outputs
| name | description |
|---|---|
| result | JSON output of the command |
| model-count | Number of models matched |