LLM-API-TestSuite is a frontend project designed to perform consistency and functionality testing for various Large Language Model (LLM) APIs. Built on the OpenAI API standard, this project supports multiple LLM interfaces, helping developers validate different model APIs through a pure frontend approach.
- Multi-Model Support: Compatible with OpenAI and other LLM API interface testing
- OpenAI API Standard Based: Provides a unified testing framework ensuring all models follow the same API standards
- Pure Frontend Implementation: No backend required, all tests run in the browser for quick integration
- Lightweight & Extensible: Support custom test cases through JS files for easy adaptation to new models
- Clone Project: Clone locally or view directly on GitHub Pages
- Configure API: Enter required API Key and select model provider
- Run Tests: Click "Get Model List" button and select model for testing
- View Results: Test results display below, including detailed case info and response times
Contributions are welcome! Please submit issues or pull requests to participate.
This project is licensed under the MIT License - see the LICENSE file for details.