anomalyco/models.dev
An open-source database of AI models.
What it solves
It addresses the lack of a single, comprehensive database for AI model specifications, pricing, and capabilities, providing a community-contributed source of truth for developers.
How it works
Data is stored as TOML files organized by provider and model. The project separates provider-agnostic model metadata (e.g., release date, capabilities) from provider-specific serving details (e.g., pricing, context limits). This data is then used to power a website and a public API that allows users to look up model IDs, metadata, and provider logos via JSON endpoints.
Who it’s for
Developers who need reliable, standardized metadata and pricing information for various AI models to integrate them into their applications or compare different providers.
Highlights
- Provider-agnostic metadata: Separates the core facts about a model from how a specific provider serves it.
- API access: Provides dedicated JSON endpoints for the full catalog, model-only metadata, and provider logos.
- AI SDK integration: Uses Model IDs compatible with the AI SDK.
- Community-driven: Open-source and community-contributed data updates.
Related
- Dispatch
- Project
- Project
- Project
- Project