This application facilitates searching and comparing AI models from various providers, allowing you to quickly find the necessary information for integration with LLM frontends like AnythingLLM, LiteLLM, and other platforms that make API calls.
- Python installed on the system
- Python
requestsmodule:pip install requests
Run the script to download the latest data:
Windows:
update.batOr directly:
python download_costs.pyOpen the model_explorer.html file in your browser.
- Provider: Filter by provider (OpenAI, Anthropic, Azure, Bedrock, etc.)
- Mode: Filter by mode (chat, completion, etc.)
- Search: Search by model name
- Chat models only: Show only chat models
Click on column headers to sort by:
- Model name
- Provider
- Mode
- Input/output cost
- Maximum tokens
Blank values always appear at the end, regardless of sort direction.
- Save: Enter a name and click "Save" to save current filters
- Load: Select a saved view from the dropdown
- Delete: Remove unnecessary views
Views are saved in the browser and persist between sessions.
To keep data up to date, run download_costs.py periodically, as prices and available models change frequently.