This is a web application that allows you to explore the cost of different models and providers for the Gen-AI project.
The cost data for the models is sourced from the LiteLLM project.
- Explore cost of different models and providers
- Filter models by mode, provider, and search term
- View cost calculator for selected model
- View pricing information for selected model
- Clone the repository
- Install dependencies
- Run the development server
git clone https://github.com/Keshav13142/gen_ai_cost_explorer.git
cd gen_ai_cost_explorer/client
npm install
npm run dev
- Open your browser and navigate to
http://localhost:5173
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.