Models.dev: open-source database of AI model specs, pricing, and capabilities
Models.dev is an open-source database that compiles specifications, pricing, and capabilities of various AI models. It aims to provide a centralized resource for information that is currently scattered across different platforms. The project encourages community contributions to keep the data updated and accessible through an API.
- ▪Models.dev serves as a comprehensive database for AI model specifications and pricing.
- ▪The project is community-driven and aims to consolidate information about available AI models.
- ▪Users can access the database through an API and contribute by adding new models and provider logos.
Opening excerpt (first ~120 words) tap to expand
Models.dev is a comprehensive open-source database of AI model specifications, pricing, and capabilities. There's no single database with information about all the available AI models. We started Models.dev as a community-contributed project to address this. We also use it internally in opencode. API You can access this data through an API. curl https://models.dev/api.json Use the Model ID field to do a lookup on any model; it's the identifier used by AI SDK. Logos Provider logos are available as SVG files: curl https://models.dev/logos/{provider}.svg Replace {provider} with the Provider ID (e.g., anthropic, openai, google). If we don't have a provider's logo, a default logo is served instead. Contributing The data is stored in the repo as TOML files; organized by provider and model.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.