A collection of AI model specifications across different providers, available as both a JavaScript/TypeScript package (npm install aimodels) and a Python package (pip install aimodels.dev). Both implementations provide normalized data about AI models, including their capabilities, context windows, and pricing information.
aimodels/
├── js/ # JavaScript/TypeScript implementation
│ └── README.md # JavaScript package documentation
├── python/ # Python implementation
│ └── README.md # Python package documentation
├── data/ # Shared data
│ ├── models/ # Model specifications
│ └── providers/ # Provider information
└── docs/ # Shared documentation
- Practical, modern AI models from major providers (OpenAI, Anthropic, Google, etc.)
- Normalized data structure for easy comparison
- Model capabilities (chat, img-in, img-out, fn-out, etc.)
- Context window information
- Creator and provider associations
MIT