Models.dev - Open Source AI Models Pricing Database
We’ve so many AI models these days and keep track of pricing and the capabilities is not a easy task anymore.
And some of the providers might hide the older model pricing from the pricing page as well.
Today, I’ve came across Models.dev - an open source database of AI models
Here are the things that are there in the dataset
- Provider
- Model Name
- Provider Id
- Model Id
- Capabilities
- Tool Call Support
- Reasoning
- Input - Text, Image, Video, Audio, Pdf
- Output - Text
- Cost (per 1 million tokens)
- Input
- Output
- Cache Read (if supported)
- Cache Write (if supported)
- Context Limit
- Output Limit
- Temperature
- Weights
- Knowledge cut off (Month + Year)
- Release Date
- Last Updated
API Support
You can access all this information via API as well 🤯
curl https://models.dev/api.json
Dataset
Description | Link |
---|---|
Source Code | https://github.com/sst/models.dev |
Dataset | https://github.com/sst/models.dev/tree/dev/providers |
Happy measuring cost!