gemmozero/ai-models-2026
AI Models & Releases 2026 AI model releases, benchmarks, capabilities. Updated daily via automated collection pipeline. Part of the Legion Data Factory โ historical AI ecosystem datasets 2026. Methodology Automated collection from public sources (HackerNews, RSS feeds, APIs). Updated daily via cron job. Raw data, minimal processing. License CC BY 4.0 ๐ API Access โ Updated Daily Live data via Legion AI API | Documentation Free: 100โฆ See the full description on the dataset page: https://huggingface.co/datasets/gemmozero/ai-models-2026.
0191
1---2license: cc-by-4.03tags:4 - models5 - releases6 - capabilities7 - ai-ecosystem8 - historical-data9size_categories:10 - n<1K11---12 13# AI Models & Releases 202614 15AI model releases, benchmarks, capabilities. Updated daily via automated collection pipeline.16 17Part of the [Legion Data Factory](https://huggingface.co/gemmozero) โ historical AI ecosystem datasets 2026.18 19## Methodology20Automated collection from public sources (HackerNews, RSS feeds, APIs).21Updated daily via cron job. Raw data, minimal processing.22 23## License24CC BY 4.025 26---27 28## ๐ API Access โ Updated Daily29 30Live data via [Legion AI API](https://legion-api.com) | [Documentation](https://legion-api.com/compare/ai-guard.html)31 32**Free:** 100 req/day ยท **[Pro โฌ29/month](https://gemmo.gumroad.com/l/ngtmw):** 50K req/day + full fields33 34```bash35curl "https://api.legion-api.com/incidents?limit=10" \36 -H "X-API-Key: YOUR_PRO_KEY"37```38 39Premium archive (1,285 incidents, full analysis): **[AISI Intelligence Pack โฌ299](https://gemmo.gumroad.com/l/mdevxu)**40 41---42 43## ๐ฆ Install44 45```bash46pip install legion-intel47```48 49```python50from legion_intel import LegionClient51c = LegionClient()52print(c.guard(["openai","anthropic"]))53```54 55**API:** [api.legion-api.com](https://api.legion-api.com) ยท **App:** [legion-api.com/app.html](https://legion-api.com/app.html) ยท **Pro โฌ29/mo:** [gemmo.gumroad.com/l/ngtmw](https://gemmo.gumroad.com/l/ngtmw)56 