A lightweight, user-friendly Streamlit web app to test API keys from various AI providers:
- OpenAI
- Google AI
- Anthropic
- Huggingface
- OpenAI-compatible endpoints
- Select provider and enter API key
- Test connection and basic API call
- Customize endpoints and parameters for other providers
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
- Add or modify providers in
app.pyas needed.
This project is intended for quick API key validation and experimentation.