From 003681c68e610f75be030e4c173f5f0995a21c78 Mon Sep 17 00:00:00 2001 From: liushuai Date: Fri, 22 May 2026 00:36:34 +0800 Subject: [PATCH] Add AI Models Catalog to NLP section Structured database of 4,587+ AI models across 95 providers with pricing, context windows, and capabilities for model selection. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a91fc..746dfde 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ * [Phonemizer](https://github.com/bootphon/phonemizer) - Simple text-to-phonemes converter for multiple languages. * [flair](https://github.com/zalandoresearch/flair) - Very simple framework for state-of-the-art NLP. +* [AI Models Catalog](https://github.com/i-need-token/ai-models) - Structured database of 4,587+ AI models across 95 providers with pricing, context windows, and capabilities. Machine-readable YAML with TypeScript types and Zod validation. [Interactive catalog](https://i-need-token.github.io/ai-models/) ## Computer Audition * [torchaudio](https://github.com/pytorch/audio) - An audio library for PyTorch. PyTorch based/compatible * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.