Files
keychecker/README.md
T
2023-12-16 12:22:34 +10:00

981 B

keychecker

a bulk key checker for various AI services

Currently supports and validates keys for the services below, and checks for the listed attributes a key might have:

  • OpenAI - (Best model, key in quota, RPM, list of organizations if applicable, trial key status)
  • Anthropic - (Pozzed check)
  • AI21 - (Trial check)
  • Google MakerSuite (Gemini)
  • AWS - (Admin status, auto-fetch the region, logging status, username, bedrock status)
  • Azure - (Auto-fetch all deployments, auto-fetch best deployment/model, filter status)
  • Google Cloud Vertex AI - (Requires a key file since oauth tokens expire hourly. Good luck scraping for those.)
  • MistralAI - (Subscription status)

Usage:

pip install -r requirements.txt

python main.py

Optional Arguments:

-proxyoutput

Outputs keys in a format that can be easily copy pasted into khanon's proxy instead of pretty print

-nooutput

Stops outputting and saving keys to the snapshot file (proxyoutput will also do this)