This is a simple price calculator for llm models
deployed at https://llmprice.app
This app offers a comprehensive suite of features designed to calculate and compare prices for different AI models and platforms efficiently. It supports multiple AI models and platforms, showcasing the app's versatility in handling various price calculation needs. With a user-friendly interface, users can quickly access price calculations, making it an essential tool for anyone looking to analyze and compare AI model costs effectively.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add new llm price data config to
src/data/xxx.ts
. - Add config to
src/data/platform.ts
. - Commit your changes:
git commit -am 'Add xxx price data'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Wait for review
- Once approved, the changes will be merged and deployed
- Enjoy your new feature!
You can run the development server with the following command
yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.