/gen_ai_cost_explorer

Explore Gen-AI models and their prices

Primary LanguageTypeScriptMIT LicenseMIT

Gen-AI Cost Explorer

This is a web application that allows you to explore the cost of different models and providers for the Gen-AI project.

Models and cost Data

The cost data for the models is sourced from the LiteLLM project.

Features

  • 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

Usage

  1. Clone the repository
  2. Install dependencies
  3. 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
  1. Open your browser and navigate to http://localhost:5173

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.