jishnu-mohan/Validate LLM API Keys
Validate API keys for OpenAI, Anthropic, Google, Groq, Mistral, OpenRouter, Cohere, DeepSeek, Together, Fireworks, xAI, and Perplexity.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Arguments passed to llm-key-validator. Defaults to '--env --json' (validates every <PROVIDER>_API_KEY env var). | no | --env --json |
| version | Package version to run. Use 'latest' for the most recent release. | no | latest |
| fail-on-invalid | Fail the action (exit 1) when any key is invalid. Default true. | no | true |
Outputs
| name | description |
|---|---|
| results | The JSON output of the CLI (when --json is in args). |