2023-12-06 13:01:59 +10:00
2023-11-10 06:41:57 +10:00
2023-11-10 07:57:50 +10:00
2023-12-06 12:42:32 +10:00
2023-12-06 12:42:32 +10:00
2023-12-06 10:55:08 +10:00
2023-11-10 06:41:57 +10:00
2023-12-06 10:55:08 +10:00
2023-11-10 09:21:13 +10:00
2023-12-06 13:01:59 +10:00
2023-12-06 13:01:59 +10:00

keychecker

a bulk key checker for various AI services

Currently supports and checks for the following various 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 PaLM
  • AWS - (Admin status, auto-fetch the region, logging status, username, bedrock status)
  • Azure - (Auto-fetch all deployments, auto-fetch best deployment/model, filter status)

May add support for Google Vertex in the future.

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)

S
Description
a key checker for various AI services
Readme MIT 313 KiB
Languages
Python 100%