SPB Git forge

spb/websensor

Public
33commits 1branches 0releases
3.4 MBsize
maindefault branch
10 days agolast push
TypeScript 55.4% Python 43.2% SQL 1.2%
207.4 KB · 3,149 lines yaml
Raw Blame History
1# config/sources.d/56-ai-model-watch.yaml — 2026-09-13 — the **AI Model Watch** vertical: sensors that detect a new model,2# a removed model, a context-window / pricing / rate-limit change, a benchmark or leaderboard change, a licence change,3# weights published or removed, an API endpoint change or a deprecation. Sources, in order of preference: official JSON4# APIs (Hugging Face `api/models?author=…` for 183 author ids and `api/datasets?author=…` for 65 publishers not covered5# by 40-ai-frontier.yaml, sorted by lastModified; hub-wide firehoses under `hf-hub-firehose` with `llm: false`;6# provider model catalogues: NVIDIA NIM `integrate.api.nvidia.com/v1/models`, Vercel AI Gateway `/v1/models`, Civitai7# REST API, models.dev `api.json`), GitHub `releases.atom` / `tags.atom` / `commits/<branch>.atom` of SDKs, runtimes,8# fine-tuning and quantization toolkits, agent frameworks, coding agents and model repositories without tags, then9# server-rendered documentation pages (model lists, pricing, rate limits, deprecations / retirements of OpenAI,10# Anthropic, Google Vertex, Azure OpenAI, AWS Bedrock, Mistral, Cohere, DeepSeek, Moonshot, Alibaba Model Studio,11# Oracle OCI, IBM watsonx, Databricks, Snowflake, Together, Groq, Cerebras, Replicate, Baseten, Nebius…) and12# leaderboards (SWE-bench experiments commits, ARC Prize, HELM, AlpacaEval, BFCL, Aider, MLPerf, Artificial Analysis13# sub-leaderboards, Vellum, EQ-Bench, SimpleBench, LLM Stats, Vals AI…). Every Hugging Face author id below was verified14# to return ≥ 1 model / dataset; every sensor was fetched and parsed by apps/engine/src/validate.ts on 2026-09-1315# (candidate run: 732 sensors → OK 655 · WARN 36 · FAIL 41; WARN / FAIL removed with scripts/prune-fragment.py16# --drop-warn; confirmation run OK 654 / 655 — ideogram.ai/pricing flipped to 403 and was dropped; 654 sensors remain:17# 259 jsonlist, 197 http, 187 github, 8 rss, 3 statuspage).18# 82 organizations already declared in earlier files are extended (`extend: true`); 190 labs, model companies, tool19# vendors and evaluators are declared here with domain, categories, country, aliases and AI_model products.20# Not usable (do not re-probe blindly): api.together.xyz/v1/models, api.hyperbolic.xyz/v1/models,21# api.siliconflow.com/v1/models, api.studio.nebius.com/v1/models, api.lambda.ai/v1/models, inference.baseten.co/v1/models,22# api.groq.com/openai/v1/models, api.cerebras.ai/v1/models, api.mistral.ai/v1/models (all 401 without a key);23# models.github.ai/catalog/models (410, GitHub Models retirement brownout); build.nvidia.com/models, lmarena.ai /24# arena.ai leaderboards, livebench.ai, openrouter.ai/rankings, crfm.stanford.edu/helm, hai.stanford.edu/ai-index,25# tbench.ai, console.upstage.ai/docs, lgresearch.ai, cohere.com/pricing, cloud.sambanova.ai/pricing, sakana.ai/blog,26# unsloth.ai/blog, rwkv.com, openbmb.cn (client-rendered / thin); leonardo.ai, mbzuai.ac.ae and ideogram.ai/pricing (403); rinna.co.jp,27# play.ht, rhymes.ai, nexusflow.ai (DNS / TLS failures from Node); ai.sber.ru (unresolvable); 404 on the documented28# paths of docs.x.ai rate limits, docs.sambanova.ai rate limits, docs.mistral.ai tiers, docs.fireworks.ai deprecations,29# docs.ai21.com deprecation, docs.nomic.ai models, docs.speechmatics.com changelog, docs.factory.ai / support.bolt.new /30# v0.app changelogs; no RSS at mistral.ai, sakana.ai, lmstudio.ai, arcprize.org, tech.kakao.com, laion.ai, lmsys.org,31# blog.vllm.ai, cartesia.ai, haystack.deepset.ai, docs.openwebui.com, vercel.com/changelog/category/ai-sdk (404) and32# jina.ai/feed.rss + news.lmarena.ai/rss (HTML). Hugging Face authors that return nothing: THUDM (moved to zai-org),33# Tencent / tencent-hunyuan (the real ids `tencent` / `Tencent-Hunyuan` are already in 40), rednote-hilab, databricks,34# Anthropic (models; datasets exist), KwaiVGI, fal-ai, ElevenLabs, OpenBMB (use openbmb), CohereForAI (renamed35# CohereLabs), Widn, reka-ai, cognitivecomputations, AIDC-AI, iic, PKU-YuanGroup, vivo-ai-lab, TeleAI, fnlp, LLM360,36# scb10x, inceptionai, ALLaM-AI, MoonshotAI / MiniMax-AI (use moonshotai / MiniMaxAI), runwayml, epoch-ai / epochai.37# GitHub repos without releases or tags (Qwen3, Wan2.2, MiMo, GLM-4, Step3, Zonos, csm, dia, bark, EXAONE-4.0, kanana,38# LiveBench, arena-hard-auto, BitNet, open-r1…) are followed through `commits/main.atom`; inclusionAI/Ling has no39# `main` branch (404).40sources:41  # ───────────────────────── Hugging Face Hub — hub-wide signals ─────────────────────────42  - id: hf-hub-firehose43    name: Hugging Face Hub firehose44    domain: huggingface.co45    homepage: https://huggingface.co/models46    categories: [ai, open-source, developer]47    tier: A48    aliases: [hf hub firehose, new models on hugging face]49    llm: false50    country: US51    discover: { rss: true, status: false }52    notes: "Hub-wide model / dataset / space lists (newest, trending, most downloaded). High volume: heuristics only; per-organization lists live on each organization. Separate source so that `llm: false` does not affect the `huggingface` organization."53    sensors:54      - { name: newest models firehose, url: "https://huggingface.co/api/models?sort=createdAt&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: A, config: { keyField: id, titleField: id, dateField: createdAt, compareFields: [pipeline_tag], maxItems: 50 } }55      - { name: trending models, url: "https://huggingface.co/api/models?sort=trendingScore&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }56      - { name: most downloaded models, url: "https://huggingface.co/api/models?sort=downloads&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag], maxItems: 50 } }57      - { name: most liked models, url: "https://huggingface.co/api/models?sort=likes&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag], maxItems: 50 } }58      - { name: trending datasets, url: "https://huggingface.co/api/datasets?sort=trendingScore&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }59      - { name: newest datasets firehose, url: "https://huggingface.co/api/datasets?sort=createdAt&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: createdAt, compareFields: [author], maxItems: 50 } }60      - { name: trending spaces, url: "https://huggingface.co/api/spaces?sort=trendingScore&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [sdk], maxItems: 50 } }61  - id: huggingface62    extend: true63    country: US64    products:65      - { name: FineWeb, type: AI_model }66      - { name: Zephyr, type: AI_model }67      - { name: Idefics, type: AI_model }68      - { name: Inference Providers, type: service }69      - { name: Gradio, type: software }70      - { name: sentence-transformers, type: software }71    sensors:72      - { name: h4 alignment team models, url: "https://huggingface.co/api/models?author=HuggingFaceH4&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }73      - { name: m4 multimodal team models, url: "https://huggingface.co/api/models?author=HuggingFaceM4&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }74      - { name: fineweb team models, url: "https://huggingface.co/api/models?author=HuggingFaceFW&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }75      - { name: open-r1 models, url: "https://huggingface.co/api/models?author=open-r1&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }76      - { name: sentence-transformers models, url: "https://huggingface.co/api/models?author=sentence-transformers&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }77      - { name: cross-encoder models, url: "https://huggingface.co/api/models?author=cross-encoder&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }78      - { name: onnx-community models (transformers.js), url: "https://huggingface.co/api/models?author=onnx-community&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }79      - { name: parler-tts models, url: "https://huggingface.co/api/models?author=parler-tts&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }80      - { name: distil-whisper models, url: "https://huggingface.co/api/models?author=distil-whisper&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }81      - { name: llava-hf models, url: "https://huggingface.co/api/models?author=llava-hf&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }82      - { name: argilla models, url: "https://huggingface.co/api/models?author=argilla&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }83      - { name: fineweb datasets, url: "https://huggingface.co/api/datasets?author=HuggingFaceFW&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }84      - { name: smollm team datasets, url: "https://huggingface.co/api/datasets?author=HuggingFaceTB&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }85      - { name: h4 datasets, url: "https://huggingface.co/api/datasets?author=HuggingFaceH4&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }86      - { name: m4 datasets, url: "https://huggingface.co/api/datasets?author=HuggingFaceM4&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }87      - { name: open-r1 datasets, url: "https://huggingface.co/api/datasets?author=open-r1&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }88      - { name: open llm leaderboard datasets, url: "https://huggingface.co/api/datasets?author=open-llm-leaderboard&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }89      - { name: lighteval datasets, url: "https://huggingface.co/api/datasets?author=lighteval&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }90      - { name: argilla datasets, url: "https://huggingface.co/api/datasets?author=argilla&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }91      - { name: inference providers pricing, url: "https://huggingface.co/docs/inference-providers/pricing", type: HTML, connector: http, tier: C }92      - { name: huggingface.js releases, url: "https://github.com/huggingface/huggingface.js/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: huggingface/huggingface.js, kind: releases } }93      - { name: optimum releases, url: "https://github.com/huggingface/optimum/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: huggingface/optimum, kind: releases } }94      - { name: lighteval releases, url: "https://github.com/huggingface/lighteval/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: huggingface/lighteval, kind: releases } }95      - { name: chat-ui releases, url: "https://github.com/huggingface/chat-ui/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: huggingface/chat-ui, kind: releases } }96      - { name: text embeddings inference releases, url: "https://github.com/huggingface/text-embeddings-inference/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: huggingface/text-embeddings-inference, kind: releases } }97      - { name: gradio releases, url: "https://github.com/gradio-app/gradio/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: gradio-app/gradio, kind: releases } }98      - { name: open-r1 repository commits, url: "https://github.com/huggingface/open-r1/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: huggingface/open-r1, kind: commits, branch: main } }99  - id: hf-community-quantizers100    name: Hugging Face community quantizers and repackagers101    domain: huggingface.co102    homepage: https://huggingface.co/bartowski103    categories: [ai, open-source]104    tier: B105    aliases: [bartowski, mradermacher, quantfactory, thebloke, gguf quantizers]106    llm: false107    country: INT108    discover: { rss: true, status: false }109    notes: "Community accounts that publish GGUF / safetensors conversions within hours of a model release: a second-order release signal (a new quant = weights are public and runnable). High volume: heuristics only."110    sensors:111      - { name: bartowski gguf quantizations, url: "https://huggingface.co/api/models?author=bartowski&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }112      - { name: mradermacher gguf quantizations, url: "https://huggingface.co/api/models?author=mradermacher&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }113      - { name: quantfactory gguf quantizations, url: "https://huggingface.co/api/models?author=QuantFactory&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }114      - { name: thebloke quantizations (legacy), url: "https://huggingface.co/api/models?author=TheBloke&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }115      - { name: lm studio community gguf, url: "https://huggingface.co/api/models?author=lmstudio-community&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }116      - { name: lodestones (chroma) models, url: "https://huggingface.co/api/models?author=lodestones&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }117      - { name: city96 gguf diffusion quantizations, url: "https://huggingface.co/api/models?author=city96&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }118      - { name: kijai video-model conversions, url: "https://huggingface.co/api/models?author=Kijai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }119      - { name: lllyasviel (controlnet, fooocus) models, url: "https://huggingface.co/api/models?author=lllyasviel&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }120      - { name: comfy-org repackaged models, url: "https://huggingface.co/api/models?author=Comfy-Org&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }121  # ───────────────────────── Frontier labs and hyperscalers (extend) ─────────────────────────122  - id: openai123    extend: true124    country: US125    sensors:126      - { name: openai-community hugging face models (gpt-2 era), url: "https://huggingface.co/api/models?author=openai-community&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }127      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=openai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }128      - { name: models docs, url: "https://developers.openai.com/api/docs/models", type: HTML, connector: http, tier: A }129      - { name: api pricing docs, url: "https://developers.openai.com/api/docs/pricing", type: HTML, connector: http, tier: B }130      - { name: deprecations docs, url: "https://developers.openai.com/api/docs/deprecations", type: HTML, connector: http, tier: A }131      - { name: rate limits guide, url: "https://developers.openai.com/api/docs/guides/rate-limits", type: HTML, connector: http, tier: C }132      - { name: codex changelog, url: "https://developers.openai.com/codex/changelog", type: HTML, connector: http, tier: B }133      - { name: sdk go releases, url: "https://github.com/openai/openai-go/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: openai/openai-go, kind: releases } }134      - { name: sdk java releases, url: "https://github.com/openai/openai-java/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: openai/openai-java, kind: releases } }135      - { name: sdk dotnet releases, url: "https://github.com/openai/openai-dotnet/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: openai/openai-dotnet, kind: releases } }136      - { name: sdk ruby releases, url: "https://github.com/openai/openai-ruby/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: openai/openai-ruby, kind: releases } }137      - { name: evals releases, url: "https://github.com/openai/evals/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: openai/evals, kind: releases } }138      - { name: harmony releases, url: "https://github.com/openai/harmony/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: openai/harmony, kind: releases } }139      - { name: simple-evals commits, url: "https://github.com/openai/simple-evals/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: openai/simple-evals, kind: commits, branch: main } }140  - id: anthropic141    extend: true142    country: US143    sensors:144      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=Anthropic&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }145      - { name: pricing docs, url: "https://platform.claude.com/docs/en/about-claude/pricing", type: HTML, connector: http, tier: B }146      - { name: rate limits docs, url: "https://platform.claude.com/docs/en/api/rate-limits", type: HTML, connector: http, tier: C }147      - { name: sdk ruby releases, url: "https://github.com/anthropics/anthropic-sdk-ruby/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: anthropics/anthropic-sdk-ruby, kind: releases } }148      - { name: agent sdk python releases, url: "https://github.com/anthropics/claude-agent-sdk-python/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: anthropics/claude-agent-sdk-python, kind: releases } }149      - { name: agent sdk typescript releases, url: "https://github.com/anthropics/claude-agent-sdk-typescript/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: anthropics/claude-agent-sdk-typescript, kind: releases } }150  - id: google-ai151    extend: true152    country: US153    sensors:154      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=google&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }155      - { name: t5 models (legacy), url: "https://huggingface.co/api/models?author=google-t5&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }156  - id: google-developers-ai157    extend: true158    country: US159    sensors:160      - { name: litert community models, url: "https://huggingface.co/api/models?author=litert-community&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }161      - { name: gemini api rate limits, url: "https://ai.google.dev/gemini-api/docs/rate-limits", type: HTML, connector: http, tier: C }162      - { name: adk go releases, url: "https://github.com/google/adk-go/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: google/adk-go, kind: releases } }163      - { name: gemma model card, url: "https://ai.google.dev/gemma/docs/core/model_card_3", type: HTML, connector: http, tier: C }164  - id: google-cloud165    extend: true166    country: US167    sensors:168      - { name: vertex generative ai models, url: "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models", type: HTML, connector: http, tier: A }169      - { name: vertex model versions and lifecycle, url: "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/model-versions", type: HTML, connector: http, tier: B }170      - { name: vertex deprecations, url: "https://cloud.google.com/vertex-ai/generative-ai/docs/deprecations", type: HTML, connector: http, tier: B }171      - { name: vertex generative ai pricing, url: "https://cloud.google.com/vertex-ai/generative-ai/pricing", type: HTML, connector: http, tier: C }172      - { name: model garden partner models, url: "https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models", type: HTML, connector: http, tier: C }173  - id: azure-ai174    extend: true175    country: US176    sensors:177      - { name: azure openai models, url: "https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models", type: HTML, connector: http, tier: A }178      - { name: azure openai model retirements, url: "https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/model-retirements", type: HTML, connector: http, tier: A }179      - { name: azure openai quotas and limits, url: "https://learn.microsoft.com/en-us/azure/ai-foundry/openai/quotas-limits", type: HTML, connector: http, tier: C }180      - { name: azure openai whats new, url: "https://learn.microsoft.com/en-us/azure/ai-foundry/openai/whats-new", type: HTML, connector: http, tier: B }181      - { name: foundry models lifecycle and retirement, url: "https://learn.microsoft.com/en-us/azure/ai-foundry/concepts/model-lifecycle-retirement", type: HTML, connector: http, tier: B }182      - { name: foundry models whats new, url: "https://learn.microsoft.com/en-us/azure/ai-foundry/whats-new-azure-ai-foundry", type: HTML, connector: http, tier: B }183      - { name: azure openai pricing, url: "https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/", type: HTML, connector: http, tier: C }184  - id: aws185    extend: true186    country: US187    sensors:188      - { name: bedrock supported models, url: "https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html", type: HTML, connector: http, tier: A }189      - { name: bedrock model support by region, url: "https://docs.aws.amazon.com/bedrock/latest/userguide/models-regions.html", type: HTML, connector: http, tier: C }190      - { name: bedrock quotas, url: "https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html", type: HTML, connector: http, tier: C }191      - { name: amazon nova models, url: "https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html", type: HTML, connector: http, tier: C }192      - { name: strands agents sdk releases, url: "https://github.com/strands-agents/sdk-python/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: strands-agents/sdk-python, kind: releases } }193  - id: meta-ai194    extend: true195    country: US196    sensors:197      - { name: facebook hugging face datasets, url: "https://huggingface.co/api/datasets?author=facebook&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }198      - { name: meta-llama hugging face datasets, url: "https://huggingface.co/api/datasets?author=meta-llama&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }199      - { name: llama stack releases, url: "https://github.com/llamastack/llama-stack/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: llamastack/llama-stack, kind: releases } }200      - { name: audiocraft releases, url: "https://github.com/facebookresearch/audiocraft/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: facebookresearch/audiocraft, kind: releases } }201  - id: microsoft-ai202    extend: true203    country: US204    sensors:205      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=microsoft&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }206      - { name: e5 embeddings (intfloat), url: "https://huggingface.co/api/models?author=intfloat&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }207      - { name: bitnet repository commits, url: "https://github.com/microsoft/BitNet/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: microsoft/BitNet, kind: commits, branch: main } }208  - id: mistral209    extend: true210    country: FR211    sensors:212      - { name: mistral-community conversions, url: "https://huggingface.co/api/models?author=mistral-community&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }213      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=mistralai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }214      - { name: models overview docs, url: "https://docs.mistral.ai/getting-started/models/models_overview/", type: HTML, connector: http, tier: A }215  - id: cohere216    extend: true217    country: CA218    sensors:219      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=CohereLabs&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }220      - { name: rate limits docs, url: "https://docs.cohere.com/docs/rate-limits", type: HTML, connector: http, tier: C }221      - { name: deprecations docs, url: "https://docs.cohere.com/docs/deprecations", type: HTML, connector: http, tier: B }222      - { name: sdk go releases, url: "https://github.com/cohere-ai/cohere-go/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: cohere-ai/cohere-go, kind: releases } }223      - { name: toolkit releases, url: "https://github.com/cohere-ai/cohere-toolkit/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: cohere-ai/cohere-toolkit, kind: releases } }224  - id: deepseek225    extend: true226    country: CN227    sensors:228      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=deepseek-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }229      - { name: rate limit docs, url: "https://api-docs.deepseek.com/quick_start/rate_limit", type: HTML, connector: http, tier: C }230      - { name: api news, url: "https://api-docs.deepseek.com/news/", type: HTML, connector: http, tier: A }231  - id: moonshot-ai232    extend: true233    country: CN234    sensors:235      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=moonshotai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }236      - { name: api pricing, url: "https://platform.moonshot.ai/docs/pricing/chat", type: HTML, connector: http, tier: C }237      - { name: kimi k2 quickstart, url: "https://platform.moonshot.ai/docs/guide/kimi-k2-quickstart", type: HTML, connector: http, tier: C }238  - id: zhipu-ai239    extend: true240    country: CN241    sensors:242      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=zai-org&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }243      - { name: glm-4 repository commits, url: "https://github.com/zai-org/GLM-4/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: zai-org/GLM-4, kind: commits, branch: main } }244  - id: qwen245    extend: true246    country: CN247    sensors:248      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=Qwen&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }249      - { name: qwen3 repository commits, url: "https://github.com/QwenLM/Qwen3/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: QwenLM/Qwen3, kind: commits, branch: main } }250  - id: minimax251    extend: true252    country: CN253    sensors:254      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=MiniMaxAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }255  - id: tencent256    extend: true257    country: CN258    sensors:259      - { name: tencent arc lab models, url: "https://huggingface.co/api/models?author=TencentARC&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }260  - id: shanghai-ai-lab261    extend: true262    country: CN263    products:264      - { name: LMDeploy, type: software }265      - { name: InternVL, type: AI_model }266    sensors:267      - { name: vchitect video models, url: "https://huggingface.co/api/models?author=Vchitect&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }268      - { name: alpha-vllm models, url: "https://huggingface.co/api/models?author=Alpha-VLLM&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }269      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=internlm&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }270      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=OpenGVLab&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }271      - { name: internvl releases, url: "https://github.com/OpenGVLab/InternVL/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: OpenGVLab/InternVL, kind: releases } }272      - { name: internlm releases, url: "https://github.com/InternLM/InternLM/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: InternLM/InternLM, kind: releases } }273      - { name: lmdeploy releases, url: "https://github.com/InternLM/lmdeploy/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: InternLM/lmdeploy, kind: releases } }274      - { name: lmdeploy supported models, url: "https://lmdeploy.readthedocs.io/en/latest/supported_models/supported_models.html", type: HTML, connector: http, tier: C }275  - id: stepfun276    extend: true277    country: CN278    sensors:279      - { name: step-audio repository commits, url: "https://github.com/stepfun-ai/Step-Audio/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: stepfun-ai/Step-Audio, kind: commits, branch: main } }280      - { name: step3 repository commits, url: "https://github.com/stepfun-ai/Step3/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: stepfun-ai/Step3, kind: commits, branch: main } }281  - id: bytedance-seed282    extend: true283    country: CN284    sensors:285      - { name: verl releases, url: "https://github.com/volcengine/verl/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: volcengine/verl, kind: releases } }286  - id: nvidia287    extend: true288    country: US289    sensors:290      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=nvidia&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }291      - { name: nim api model catalogue, url: "https://integrate.api.nvidia.com/v1/models", type: REST_API, connector: jsonlist, tier: B, config: { itemsPath: data, keyField: id, titleField: id, compareFields: [owned_by], maxItems: 1000 } }292      - { name: nemo framework changelog, url: "https://docs.nvidia.com/nemo-framework/user-guide/latest/changelog.html", type: HTML, connector: http, tier: C }293      - { name: tensorrt-llm release notes, url: "https://nvidia.github.io/TensorRT-LLM/release-notes.html", type: HTML, connector: http, tier: C }294      - { name: nemotron page, url: "https://developer.nvidia.com/nemotron", type: HTML, connector: http, tier: C }295      - { name: nemo releases, url: "https://github.com/NVIDIA/NeMo/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: NVIDIA/NeMo, kind: releases } }296      - { name: model optimizer releases, url: "https://github.com/NVIDIA/TensorRT-Model-Optimizer/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: NVIDIA/TensorRT-Model-Optimizer, kind: releases } }297      - { name: nemo guardrails releases, url: "https://github.com/NVIDIA/NeMo-Guardrails/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: NVIDIA/NeMo-Guardrails, kind: releases } }298  - id: amd299    extend: true300    country: US301    sensors:302      - { name: aiter releases, url: "https://github.com/ROCm/aiter/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: ROCm/aiter, kind: releases } }303  - id: apple-ml-research304    extend: true305    country: US306    sensors:307      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=apple&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }308      - { name: ml-stable-diffusion releases, url: "https://github.com/apple/ml-stable-diffusion/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: apple/ml-stable-diffusion, kind: releases } }309      - { name: fastvlm repository commits, url: "https://github.com/apple/ml-fastvlm/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: apple/ml-fastvlm, kind: commits, branch: main } }310  - id: ai2311    extend: true312    country: US313    sensors:314      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=allenai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }315      - { name: olmo releases, url: "https://github.com/allenai/OLMo/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: allenai/OLMo, kind: releases } }316      - { name: open-instruct releases, url: "https://github.com/allenai/open-instruct/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: allenai/open-instruct, kind: releases } }317      - { name: olmocr releases, url: "https://github.com/allenai/olmocr/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: allenai/olmocr, kind: releases } }318  - id: ibm-research319    extend: true320    country: US321    products:322      - { name: Docling, type: software }323    sensors:324      - { name: ibm research hugging face models, url: "https://huggingface.co/api/models?author=ibm-research&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }325      - { name: ibm-nasa geospatial models, url: "https://huggingface.co/api/models?author=ibm-nasa-geospatial&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }326      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=ibm-research&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }327      - { name: docling releases, url: "https://github.com/docling-project/docling/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: docling-project/docling, kind: releases } }328      - { name: watsonx supported foundation models, url: "https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/fm-models.html?context=wx", type: HTML, connector: http, tier: B }329  - id: salesforce330    extend: true331    country: US332    sensors:333      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=Salesforce&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }334  - id: servicenow335    extend: true336    country: US337    sensors:338      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=ServiceNow&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }339  - id: databricks340    extend: true341    country: US342    sensors:343      - { name: mosaicml hugging face models, url: "https://huggingface.co/api/models?author=mosaicml&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }344      - { name: llm-foundry releases, url: "https://github.com/mosaicml/llm-foundry/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: mosaicml/llm-foundry, kind: releases } }345      - { name: foundation model apis supported models, url: "https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models", type: HTML, connector: http, tier: B }346  - id: together-ai347    extend: true348    country: US349    notes: "api.together.xyz/v1/models requires a key (401)."350    sensors:351      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=togethercomputer&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }352      - { name: serverless models docs, url: "https://docs.together.ai/docs/serverless-models", type: HTML, connector: http, tier: B }353      - { name: deprecations docs, url: "https://docs.together.ai/docs/deprecations", type: HTML, connector: http, tier: B }354  - id: groq355    extend: true356    country: US357    sensors:358      - { name: pricing, url: "https://groq.com/pricing", type: HTML, connector: http, tier: C }359      - { name: rate limits docs, url: "https://console.groq.com/docs/rate-limits", type: HTML, connector: http, tier: C }360  - id: cerebras361    extend: true362    country: US363    sensors:364      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=cerebras&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }365      - { name: pricing docs, url: "https://inference-docs.cerebras.ai/support/pricing", type: HTML, connector: http, tier: C }366  - id: perplexity367    extend: true368    country: US369    sensors:370      - { name: hugging face models, url: "https://huggingface.co/api/models?author=perplexity-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }371      - { name: rate limits docs, url: "https://docs.perplexity.ai/guides/rate-limits", type: HTML, connector: http, tier: C }372  - id: replicate373    extend: true374    country: US375    sensors:376      - { name: language models collection, url: "https://replicate.com/collections/language-models", type: HTML, connector: http, tier: B }377      - { name: text-to-image collection, url: "https://replicate.com/collections/text-to-image", type: HTML, connector: http, tier: B }378      - { name: text-to-video collection, url: "https://replicate.com/collections/text-to-video", type: HTML, connector: http, tier: B }379      - { name: text-to-speech collection, url: "https://replicate.com/collections/text-to-speech", type: HTML, connector: http, tier: C }380      - { name: newest models, url: "https://replicate.com/explore?sort=newest", type: HTML, connector: http, tier: B }381  - id: lambda382    extend: true383    country: US384    notes: "api.lambda.ai/v1/models requires a key."385    sensors:386      - { name: inference page, url: "https://lambda.ai/inference", type: HTML, connector: http, tier: C }387  - id: modal388    extend: true389    country: US390    sensors:391      - { name: llm almanac, url: "https://modal.com/llm-almanac/summary", type: HTML, connector: http, tier: C }392  - id: baseten393    extend: true394    country: US395    sensors:396      - { name: model apis docs, url: "https://docs.baseten.co/development/model-apis/overview", type: HTML, connector: http, tier: C }397  - id: nebius398    extend: true399    country: NL400    categories: [ai]401    notes: "api.studio.nebius.com/v1/models requires a key."402    sensors:403      - { name: ai studio models docs, url: "https://docs.nebius.com/studio/inference/models", type: HTML, connector: http, tier: B }404  - id: ollama405    extend: true406    country: US407    sensors:408      - { name: newest models, url: "https://ollama.com/search?o=newest", type: HTML, connector: http, tier: A }409  - id: vllm410    extend: true411    country: US412    sensors:413      - { name: vllm-ascend releases, url: "https://github.com/vllm-project/vllm-ascend/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: vllm-project/vllm-ascend, kind: releases } }414      - { name: vllm-omni releases, url: "https://github.com/vllm-project/vllm-omni/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: vllm-project/vllm-omni, kind: releases } }415  - id: llama-cpp416    extend: true417    country: BG418    sensors:419      - { name: ggml-org hugging face models, url: "https://huggingface.co/api/models?author=ggml-org&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }420      - { name: llama-cpp-python releases, url: "https://github.com/abetlen/llama-cpp-python/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: abetlen/llama-cpp-python, kind: releases } }421      - { name: llama.vscode releases, url: "https://github.com/ggml-org/llama.vscode/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: ggml-org/llama.vscode, kind: releases } }422      - { name: llama.vim releases, url: "https://github.com/ggml-org/llama.vim/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: ggml-org/llama.vim, kind: releases } }423  - id: mlx424    extend: true425    country: US426    sensors:427      - { name: mlx-community hugging face models, url: "https://huggingface.co/api/models?author=mlx-community&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }428  - id: elevenlabs429    extend: true430    country: US431    categories: [ai]432    sensors:433      - { name: models docs, url: "https://elevenlabs.io/docs/models", type: HTML, connector: http, tier: B }434  - id: cursor435    extend: true436    country: US437    sensors:438      - { name: models docs, url: "https://cursor.com/docs/models", type: HTML, connector: http, tier: B }439  - id: windsurf440    extend: true441    country: US442    sensors:443      - { name: models docs, url: "https://docs.windsurf.com/windsurf/models", type: HTML, connector: http, tier: B }444  - id: github445    extend: true446    country: US447    notes: "models.github.ai/catalog/models returned 410 (GitHub Models retirement brownout, 2026-09)."448    sensors:449      - { name: github models docs, url: "https://docs.github.com/en/github-models", type: HTML, connector: http, tier: C }450      - { name: changelog models feed, url: "https://github.blog/changelog/label/models/feed/", type: RSS, connector: rss, tier: B }451      - { name: changelog copilot feed, url: "https://github.blog/changelog/label/copilot/feed/", type: RSS, connector: rss, tier: B }452  - id: nous-research453    extend: true454    country: US455    sensors:456      - { name: teknium hugging face models, url: "https://huggingface.co/api/models?author=teknium&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }457      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=NousResearch&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }458      - { name: teknium datasets, url: "https://huggingface.co/api/datasets?author=teknium&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }459      - { name: hermes function calling commits, url: "https://github.com/NousResearch/hermes-function-calling/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: NousResearch/hermes-function-calling, kind: commits, branch: main } }460  - id: ai21461    extend: true462    country: IL463    sensors:464      - { name: pricing, url: "https://www.ai21.com/pricing", type: HTML, connector: http, tier: C }465  - id: liquid-ai466    extend: true467    country: US468    sensors:469      - { name: models page, url: "https://www.liquid.ai/models", type: HTML, connector: http, tier: B }470  - id: lmarena471    extend: true472    country: US473    sensors:474      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=lmarena-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }475      - { name: arena-hard-auto repository commits, url: "https://github.com/lmarena/arena-hard-auto/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: lmarena/arena-hard-auto, kind: commits, branch: main } }476  - id: lmsys477    name: LMSYS Org478    domain: lmsys.org479    categories: [ai, research, open-source]480    tier: B481    aliases: [lmsys, large model systems organization]482    products:483      - { name: Vicuna, type: AI_model }484      - { name: FastChat, type: software }485      - { name: SGLang, type: software }486    country: US487    discover: { rss: true, status: false }488    sensors:489      - { name: hugging face models, url: "https://huggingface.co/api/models?author=lmsys&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }490      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=lmsys&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }491      - { name: fastchat releases, url: "https://github.com/lm-sys/FastChat/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: lm-sys/FastChat, kind: releases } }492  - id: artificial-analysis493    extend: true494    country: US495    sensors:496      - { name: providers leaderboard, url: "https://artificialanalysis.ai/leaderboards/providers", type: HTML, connector: http, tier: B }497      - { name: text-to-image arena leaderboard, url: "https://artificialanalysis.ai/text-to-image", type: HTML, connector: http, tier: C }498      - { name: speech-to-text leaderboard, url: "https://artificialanalysis.ai/speech-to-text", type: HTML, connector: http, tier: C }499      - { name: text-to-speech leaderboard, url: "https://artificialanalysis.ai/text-to-speech", type: HTML, connector: http, tier: C }500      - { name: video leaderboard, url: "https://artificialanalysis.ai/video", type: HTML, connector: http, tier: C }501  - id: epoch-ai502    extend: true503    country: US504    sensors:505      - { name: benchmarks hub, url: "https://epoch.ai/benchmarks", type: HTML, connector: http, tier: C }506      - { name: ai benchmarking dashboard, url: "https://epoch.ai/data/ai-benchmarking-dashboard", type: HTML, connector: http, tier: C }507  - id: center-for-ai-safety508    extend: true509    country: US510    sensors:511      - { name: hugging face datasets (mmlu, hle), url: "https://huggingface.co/api/datasets?author=cais&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }512      - { name: humanity's last exam, url: "https://lastexam.ai/", type: HTML, connector: http, tier: C }513      - { name: agi.safe.ai benchmarks, url: "https://agi.safe.ai/", type: HTML, connector: http, tier: C }514      - { name: hle repository commits, url: "https://github.com/centerforaisafety/hle/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: centerforaisafety/hle, kind: commits, branch: main } }515  - id: stanford516    extend: true517    country: US518    products:519      - { name: HELM, type: index, aliases: [holistic evaluation of language models] }520      - { name: DSPy, type: software }521      - { name: ColBERT, type: AI_model }522    sensors:523      - { name: stanford nlp datasets, url: "https://huggingface.co/api/datasets?author=stanfordnlp&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }524      - { name: tatsu lab datasets (alpaca), url: "https://huggingface.co/api/datasets?author=tatsu-lab&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }525      - { name: colbert models, url: "https://huggingface.co/api/models?author=colbert-ir&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }526      - { name: helm releases, url: "https://github.com/stanford-crfm/helm/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: stanford-crfm/helm, kind: releases } }527      - { name: alpacaeval leaderboard, url: "https://tatsu-lab.github.io/alpaca_eval/", type: HTML, connector: http, tier: C }528      - { name: dspy releases, url: "https://github.com/stanfordnlp/dspy/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: stanfordnlp/dspy, kind: releases } }529  - id: berkeley530    extend: true531    country: US532    products:533      - { name: Berkeley Function-Calling Leaderboard, type: index, aliases: [bfcl] }534    sensors:535      - { name: berkeley function calling leaderboard, url: "https://gorilla.cs.berkeley.edu/leaderboard.html", type: HTML, connector: http, tier: C }536  - id: mit537    extend: true538    country: US539    sensors:540      - { name: han lab hugging face models, url: "https://huggingface.co/api/models?author=mit-han-lab&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }541      - { name: efficient large model (vila, sana) models, url: "https://huggingface.co/api/models?author=Efficient-Large-Model&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }542      - { name: nunchaku releases, url: "https://github.com/mit-han-lab/nunchaku/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: mit-han-lab/nunchaku, kind: releases } }543  - id: university-of-waterloo544    extend: true545    country: CA546    sensors:547      - { name: tiger lab hugging face models, url: "https://huggingface.co/api/models?author=TIGER-Lab&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }548      - { name: tiger lab datasets (mmlu-pro), url: "https://huggingface.co/api/datasets?author=TIGER-Lab&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }549  - id: mcgill550    extend: true551    country: CA552    sensors:553      - { name: mcgill nlp hugging face models, url: "https://huggingface.co/api/models?author=McGill-NLP&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }554  - id: university-of-helsinki555    extend: true556    country: FI557    sensors:558      - { name: helsinki-nlp opus-mt models, url: "https://huggingface.co/api/models?author=Helsinki-NLP&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }559  - id: mozilla560    extend: true561    country: US562    sensors:563      - { name: common voice datasets, url: "https://huggingface.co/api/datasets?author=mozilla-foundation&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }564      - { name: llamafile releases, url: "https://github.com/Mozilla-Ocho/llamafile/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: Mozilla-Ocho/llamafile, kind: releases } }565  - id: wikimedia566    extend: true567    country: US568    sensors:569      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=wikimedia&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }570  - id: intel571    extend: true572    country: US573    sensors:574      - { name: intel hugging face models, url: "https://huggingface.co/api/models?author=Intel&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }575      - { name: intel labs models, url: "https://huggingface.co/api/models?author=IntelLabs&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }576      - { name: ipex-llm releases, url: "https://github.com/intel/ipex-llm/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: intel/ipex-llm, kind: releases } }577      - { name: auto-round releases, url: "https://github.com/intel/auto-round/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: intel/auto-round, kind: releases } }578  - id: qualcomm579    extend: true580    country: US581    sensors:582      - { name: ai hub hugging face models, url: "https://huggingface.co/api/models?author=qualcomm&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }583  - id: red-hat584    extend: true585    country: US586    sensors:587      - { name: red hat ai hugging face models, url: "https://huggingface.co/api/models?author=RedHatAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }588      - { name: neural magic models (legacy), url: "https://huggingface.co/api/models?author=neuralmagic&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }589  - id: amazon590    extend: true591    country: US592    categories: [ai]593    sensors:594      - { name: hugging face models, url: "https://huggingface.co/api/models?author=amazon&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }595      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=amazon&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }596  - id: alibaba-cloud597    extend: true598    country: CN599    products:600      - { name: Wan, type: AI_model, aliases: [wan2.2, wan 2.2] }601      - { name: GTE, type: AI_model, aliases: [gte embeddings] }602      - { name: CosyVoice, type: AI_model }603    sensors:604      - { name: alibaba-nlp models (gte embeddings), url: "https://huggingface.co/api/models?author=Alibaba-NLP&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }605      - { name: wan video models, url: "https://huggingface.co/api/models?author=Wan-AI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }606      - { name: ali-vilab models, url: "https://huggingface.co/api/models?author=ali-vilab&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }607      - { name: tongyi-mai models, url: "https://huggingface.co/api/models?author=Tongyi-MAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }608      - { name: funaudiollm models (cosyvoice, sensevoice), url: "https://huggingface.co/api/models?author=FunAudioLLM&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }609      - { name: damo academy models, url: "https://huggingface.co/api/models?author=Alibaba-DAMO-Academy&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }610      - { name: model studio models, url: "https://www.alibabacloud.com/help/en/model-studio/models", type: HTML, connector: http, tier: B }611      - { name: model studio rate limits, url: "https://www.alibabacloud.com/help/en/model-studio/rate-limit", type: HTML, connector: http, tier: C }612      - { name: wan2.2 repository commits, url: "https://github.com/Wan-Video/Wan2.2/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: Wan-Video/Wan2.2, kind: commits, branch: main } }613  - id: huawei614    extend: true615    country: CN616    categories: [ai]617    products:618      - { name: PixArt, type: AI_model }619    sensors:620      - { name: pixart hugging face models, url: "https://huggingface.co/api/models?author=PixArt-alpha&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }621  - id: lg622    extend: true623    country: KR624    categories: [ai]625    products:626      - { name: EXAONE, type: AI_model }627    sensors:628      - { name: exaone hugging face models, url: "https://huggingface.co/api/models?author=LGAI-EXAONE&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }629      - { name: exaone 4.0 repository commits, url: "https://github.com/LG-AI-EXAONE/EXAONE-4.0/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: LG-AI-EXAONE/EXAONE-4.0, kind: commits, branch: main } }630  - id: sk-telecom631    extend: true632    country: KR633    categories: [ai]634    products:635      - { name: A.X, type: AI_model, aliases: [a.x 4.0] }636    sensors:637      - { name: hugging face models (a.x), url: "https://huggingface.co/api/models?author=skt&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }638  - id: krafton639    extend: true640    country: KR641    categories: [ai]642    sensors:643      - { name: hugging face models, url: "https://huggingface.co/api/models?author=KRAFTON&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }644  - id: rakuten645    extend: true646    country: JP647    categories: [ai]648    products:649      - { name: RakutenAI, type: AI_model }650    sensors:651      - { name: hugging face models (rakutenai), url: "https://huggingface.co/api/models?author=Rakuten&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }652  - id: hyundai653    extend: true654    country: KR655    categories: [ai]656    sensors:657      - { name: 42dot hugging face models, url: "https://huggingface.co/api/models?author=42dot&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }658      - { name: 42dot blog, url: "https://www.42dot.ai/blog", type: HTML, connector: http, tier: C }659  - id: qdrant660    extend: true661    country: DE662    sensors:663      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Qdrant&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }664      - { name: fastembed releases, url: "https://github.com/qdrant/fastembed/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: qdrant/fastembed, kind: releases } }665  - id: lancedb666    extend: true667    country: US668    sensors:669      - { name: lancedb releases, url: "https://github.com/lancedb/lancedb/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: lancedb/lancedb, kind: releases } }670  - id: goto671    extend: true672    country: ID673    categories: [ai]674    sensors:675      - { name: sahabat-ai hugging face models, url: "https://huggingface.co/api/models?author=GoToCompany&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }676  - id: lightning-ai677    extend: true678    country: US679    sensors:680      - { name: litgpt releases, url: "https://github.com/Lightning-AI/litgpt/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: Lightning-AI/litgpt, kind: releases } }681  - id: block682    extend: true683    country: US684    products:685      - { name: goose, type: software, aliases: [codename goose] }686    sensors:687      - { name: goose releases, url: "https://github.com/block/goose/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: block/goose, kind: releases } }688  - id: vercel689    extend: true690    country: US691    products:692      - { name: AI SDK, type: software, aliases: [vercel ai sdk] }693      - { name: AI Gateway, type: API, aliases: [vercel ai gateway] }694    sensors:695      - { name: ai sdk releases, url: "https://github.com/vercel/ai/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: vercel/ai, kind: releases } }696      - { name: ai gateway models api, url: "https://ai-gateway.vercel.sh/v1/models", type: REST_API, connector: jsonlist, tier: B, config: { itemsPath: data, keyField: id, titleField: name, compareFields: [owned_by, description], maxItems: 1000 } }697      - { name: ai gateway models and providers docs, url: "https://vercel.com/docs/ai-gateway/models-and-providers", type: HTML, connector: http, tier: C }698      - { name: ai gateway pricing, url: "https://vercel.com/docs/ai-gateway/pricing", type: HTML, connector: http, tier: C }699      - { name: ai sdk model library, url: "https://ai-sdk.dev/model-library", type: HTML, connector: http, tier: C }700  - id: cloudflare701    extend: true702    country: US703    products:704      - { name: Workers AI, type: service }705    sensors:706      - { name: workers ai models catalogue, url: "https://developers.cloudflare.com/workers-ai/models/", type: HTML, connector: http, tier: B }707      - { name: workers ai pricing, url: "https://developers.cloudflare.com/workers-ai/platform/pricing/", type: HTML, connector: http, tier: C }708  - id: oracle-cloud709    extend: true710    country: US711    sensors:712      - { name: oci generative ai pretrained models, url: "https://docs.oracle.com/en-us/iaas/Content/generative-ai/pretrained-models.htm", type: HTML, connector: http, tier: B }713      - { name: oci generative ai model deprecations, url: "https://docs.oracle.com/en-us/iaas/Content/generative-ai/deprecating.htm", type: HTML, connector: http, tier: B }714  - id: metr715    extend: true716    country: US717    categories: [ai]718    sensors:719      - { name: research, url: "https://metr.org/research/", type: HTML, connector: http, tier: B }720  # ───────────────────────── Chinese labs and platforms ─────────────────────────721  - id: 01-ai722    name: 01.AI723    domain: 01.ai724    categories: [ai]725    tier: B726    aliases: [01.ai, zero one ai, lingyiwanwu]727    products:728      - { name: Yi, type: AI_model, aliases: [yi-lightning, yi-large] }729    country: CN730    discover: { rss: true, status: false }731    sensors:732      - { name: hugging face models, url: "https://huggingface.co/api/models?author=01-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }733      - { name: yi releases, url: "https://github.com/01-ai/Yi/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: 01-ai/Yi, kind: releases } }734      - { name: website, url: "https://www.01.ai/", type: HTML, connector: http, tier: C }735  - id: baichuan736    name: Baichuan AI737    domain: baichuan-ai.com738    categories: [ai]739    tier: B740    aliases: [baichuan, baichuan intelligence]741    products:742      - { name: Baichuan, type: AI_model, aliases: [baichuan2, baichuan-m1] }743    country: CN744    discover: { rss: true, status: false }745    sensors:746      - { name: hugging face models, url: "https://huggingface.co/api/models?author=baichuan-inc&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }747      - { name: baichuan2 repository commits, url: "https://github.com/baichuan-inc/Baichuan2/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: baichuan-inc/Baichuan2, kind: commits, branch: main } }748  - id: baai749    name: Beijing Academy of Artificial Intelligence750    domain: baai.ac.cn751    categories: [ai, research]752    tier: B753    aliases: [baai, zhiyuan, flagopen]754    products:755      - { name: BGE, type: AI_model, aliases: [bge-m3, bge embeddings] }756      - { name: Emu, type: AI_model }757      - { name: Aquila, type: AI_model }758    country: CN759    discover: { rss: true, status: false }760    sensors:761      - { name: hugging face models, url: "https://huggingface.co/api/models?author=BAAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }762      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=BAAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }763      - { name: flagembedding releases, url: "https://github.com/FlagOpen/FlagEmbedding/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: FlagOpen/FlagEmbedding, kind: releases } }764      - { name: website, url: "https://www.baai.ac.cn/en/", type: HTML, connector: http, tier: C }765  - id: skywork766    name: Skywork AI (Kunlun Tech)767    domain: skywork.ai768    categories: [ai]769    tier: B770    aliases: [skywork, kunlun tech, kunlun wanwei]771    products:772      - { name: Skywork, type: AI_model, aliases: [skywork-r1v, skywork-or1] }773    country: CN774    discover: { rss: true, status: false }775    sensors:776      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Skywork&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }777      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=Skywork&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }778      - { name: skywork-r1v repository commits, url: "https://github.com/SkyworkAI/Skywork-R1V/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: SkyworkAI/Skywork-R1V, kind: commits, branch: main } }779  - id: xiaomi780    name: Xiaomi781    domain: mi.com782    categories: [consumer-tech, ai]783    tier: B784    aliases: [xiaomi, mimo]785    products:786      - { name: MiMo, type: AI_model, aliases: [xiaomi mimo] }787    country: CN788    discover: { rss: true, status: false }789    sensors:790      - { name: mimo hugging face models, url: "https://huggingface.co/api/models?author=XiaomiMiMo&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }791      - { name: mimo repository commits, url: "https://github.com/XiaomiMiMo/MiMo/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: XiaomiMiMo/MiMo, kind: commits, branch: main } }792  - id: ant-group793    name: Ant Group794    domain: antgroup.com795    categories: [payments, ai]796    tier: B797    aliases: [ant group, ant financial, alipay, inclusionai]798    products:799      - { name: Ling, type: AI_model, aliases: [ling-lite, ling-plus] }800      - { name: Ring, type: AI_model }801    country: CN802    discover: { rss: true, status: false }803    sensors:804      - { name: inclusionai hugging face models (ling, ring), url: "https://huggingface.co/api/models?author=inclusionAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }805  - id: bilibili806    name: Bilibili807    domain: bilibili.com808    categories: [media, ai]809    tier: B810    aliases: [bilibili, indexteam]811    products:812      - { name: Index, type: AI_model, aliases: [index-tts, index-1.9b] }813    country: CN814    discover: { rss: true, status: false }815    sensors:816      - { name: index team hugging face models, url: "https://huggingface.co/api/models?author=IndexTeam&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }817  - id: openbmb818    name: OpenBMB (ModelBest / Tsinghua)819    domain: openbmb.cn820    categories: [ai, open-source]821    tier: B822    aliases: [openbmb, modelbest, mianbi]823    products:824      - { name: MiniCPM, type: AI_model, aliases: [minicpm-v, minicpm-o] }825    country: CN826    discover: { rss: true, status: false }827    sensors:828      - { name: hugging face models, url: "https://huggingface.co/api/models?author=openbmb&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }829      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=openbmb&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }830      - { name: minicpm releases, url: "https://github.com/OpenBMB/MiniCPM/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: OpenBMB/MiniCPM, kind: releases } }831      - { name: minicpm-v releases, url: "https://github.com/OpenBMB/MiniCPM-V/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: OpenBMB/MiniCPM-V, kind: releases } }832  - id: kuaishou833    name: Kuaishou (Kwai)834    domain: kuaishou.com835    categories: [media, ai]836    tier: B837    aliases: [kuaishou, kwai, kling ai]838    products:839      - { name: Kling, type: AI_model, aliases: [kling ai, kling 2.1] }840      - { name: Kolors, type: AI_model }841      - { name: Keye, type: AI_model }842    country: CN843    discover: { rss: true, status: false }844    sensors:845      - { name: kolors hugging face models, url: "https://huggingface.co/api/models?author=Kwai-Kolors&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }846      - { name: keye hugging face models, url: "https://huggingface.co/api/models?author=Kwai-Keye&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }847  - id: meituan848    name: Meituan849    domain: meituan.com850    categories: [food, ai]851    tier: B852    aliases: [meituan, longcat]853    products:854      - { name: LongCat, type: AI_model, aliases: [longcat-flash] }855    country: CN856    discover: { rss: true, status: false }857    sensors:858      - { name: longcat hugging face models, url: "https://huggingface.co/api/models?author=meituan-longcat&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }859  - id: xverse860    name: XVERSE Technology861    domain: xverse.cn862    categories: [ai]863    tier: B864    aliases: [xverse]865    products:866      - { name: XVERSE, type: AI_model }867    country: CN868    discover: { rss: true, status: false }869    sensors:870      - { name: hugging face models, url: "https://huggingface.co/api/models?author=xverse&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }871  - id: tigerbot872    name: TigerBot (Tigerobo)873    domain: tigerbot.com874    categories: [ai]875    tier: B876    aliases: [tigerbot, tigerobo]877    country: CN878    discover: { rss: true, status: false }879    sensors:880      - { name: hugging face models, url: "https://huggingface.co/api/models?author=TigerResearch&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }881  - id: hpc-ai-tech882    name: HPC-AI Tech883    domain: hpc-ai.com884    categories: [ai, open-source]885    tier: B886    aliases: [hpc-ai tech, colossal-ai, open-sora]887    products:888      - { name: Open-Sora, type: AI_model }889      - { name: Colossal-AI, type: software }890    country: SG891    discover: { rss: true, status: false }892    sensors:893      - { name: hugging face models, url: "https://huggingface.co/api/models?author=hpcai-tech&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }894      - { name: open-sora releases, url: "https://github.com/hpcaitech/Open-Sora/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: hpcaitech/Open-Sora, kind: releases } }895      - { name: colossal-ai releases, url: "https://github.com/hpcaitech/ColossalAI/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: hpcaitech/ColossalAI, kind: releases } }896  - id: rwkv897    name: RWKV898    domain: rwkv.com899    categories: [ai, open-source]900    tier: B901    aliases: [rwkv, blinkdl, recursal]902    products:903      - { name: RWKV, type: AI_model, aliases: [rwkv-7, goose] }904    country: INT905    discover: { rss: true, status: false }906    sensors:907      - { name: rwkv hugging face models, url: "https://huggingface.co/api/models?author=RWKV&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }908      - { name: blinkdl hugging face models, url: "https://huggingface.co/api/models?author=BlinkDL&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }909      - { name: recursal hugging face models, url: "https://huggingface.co/api/models?author=recursal&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }910      - { name: rwkv-lm releases, url: "https://github.com/BlinkDL/RWKV-LM/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: BlinkDL/RWKV-LM, kind: releases } }911  # ───────────────────────── Other labs — Americas ─────────────────────────912  - id: eleutherai913    name: EleutherAI914    domain: eleuther.ai915    categories: [ai, research, open-source]916    tier: B917    aliases: [eleuther, eleutherai]918    products:919      - { name: Pythia, type: AI_model }920      - { name: GPT-NeoX, type: AI_model }921      - { name: lm-evaluation-harness, type: software }922      - { name: Common Pile, type: dataset }923    country: US924    discover: { rss: true, status: false }925    sensors:926      - { name: hugging face models, url: "https://huggingface.co/api/models?author=EleutherAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }927      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=EleutherAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }928      - { name: common pile datasets, url: "https://huggingface.co/api/datasets?author=common-pile&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }929      - { name: lm-evaluation-harness releases, url: "https://github.com/EleutherAI/lm-evaluation-harness/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: EleutherAI/lm-evaluation-harness, kind: releases } }930      - { name: gpt-neox releases, url: "https://github.com/EleutherAI/gpt-neox/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: EleutherAI/gpt-neox, kind: releases } }931      - { name: blog feed, url: "https://blog.eleuther.ai/index.xml", type: RSS, connector: rss, tier: B }932      - { name: blog, url: "https://blog.eleuther.ai/", type: HTML, connector: http, tier: B }933  - id: bigscience934    name: BigScience935    domain: bigscience.huggingface.co936    categories: [ai, research, open-source]937    tier: B938    aliases: [bigscience, bloom model]939    products:940      - { name: BLOOM, type: AI_model, aliases: [bloomz] }941    country: FR942    discover: { rss: true, status: false }943    sensors:944      - { name: hugging face models, url: "https://huggingface.co/api/models?author=bigscience&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }945      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=bigscience&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }946      - { name: petals releases, url: "https://github.com/bigscience-workshop/petals/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: bigscience-workshop/petals, kind: releases } }947  - id: bigcode948    name: BigCode949    domain: bigcode-project.org950    categories: [ai, research, open-source]951    tier: B952    aliases: [bigcode, starcoder]953    products:954      - { name: StarCoder, type: AI_model, aliases: [starcoder2] }955      - { name: The Stack, type: dataset }956    country: INT957    discover: { rss: true, status: false }958    sensors:959      - { name: hugging face models, url: "https://huggingface.co/api/models?author=bigcode&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }960      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=bigcode&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }961      - { name: starcoder2 repository commits, url: "https://github.com/bigcode-project/starcoder2/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: bigcode-project/starcoder2, kind: commits, branch: main } }962  - id: prime-intellect963    name: Prime Intellect964    domain: primeintellect.ai965    categories: [ai, open-source]966    tier: B967    aliases: [prime intellect, intellect-2]968    products:969      - { name: INTELLECT, type: AI_model, aliases: [intellect-2, intellect-1] }970    country: US971    discover: { rss: true, status: false }972    sensors:973      - { name: hugging face models, url: "https://huggingface.co/api/models?author=PrimeIntellect&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }974      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=PrimeIntellect&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }975      - { name: prime-rl releases, url: "https://github.com/PrimeIntellect-ai/prime-rl/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: PrimeIntellect-ai/prime-rl, kind: releases } }976      - { name: blog, url: "https://www.primeintellect.ai/blog", type: HTML, connector: http, tier: B }977  - id: ml-foundations978    name: ML Foundations (DataComp)979    domain: mlfoundations.org980    categories: [ai, research]981    tier: B982    aliases: [mlfoundations, datacomp, dclm]983    products:984      - { name: DataComp, type: dataset, aliases: [dclm] }985    country: US986    discover: { rss: true, status: false }987    sensors:988      - { name: hugging face datasets (datacomp, dclm), url: "https://huggingface.co/api/datasets?author=mlfoundations&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }989      - { name: hugging face models, url: "https://huggingface.co/api/models?author=mlfoundations&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }990  - id: arcee-ai991    name: Arcee AI992    domain: arcee.ai993    categories: [ai]994    tier: B995    aliases: [arcee, mergekit]996    products:997      - { name: AFM, type: AI_model, aliases: [arcee foundation model] }998      - { name: mergekit, type: software }999    country: US1000    discover: { rss: true, status: false }1001    sensors:1002      - { name: hugging face models, url: "https://huggingface.co/api/models?author=arcee-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1003      - { name: mergekit releases, url: "https://github.com/arcee-ai/mergekit/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: arcee-ai/mergekit, kind: releases } }1004      - { name: blog, url: "https://www.arcee.ai/blog", type: HTML, connector: http, tier: B }1005  - id: nexusflow1006    name: Nexusflow1007    domain: nexusflow.ai1008    categories: [ai]1009    tier: B1010    aliases: [nexusflow, athene]1011    products:1012      - { name: Athene, type: AI_model }1013      - { name: NexusRaven, type: AI_model }1014    country: US1015    discover: { rss: true, status: false }1016    sensors:1017      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Nexusflow&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1018  - id: nexa-ai1019    name: Nexa AI1020    domain: nexa.ai1021    categories: [ai]1022    tier: B1023    aliases: [nexa ai, octopus model]1024    products:1025      - { name: Octopus, type: AI_model }1026    country: US1027    discover: { rss: true, status: false }1028    sensors:1029      - { name: hugging face models, url: "https://huggingface.co/api/models?author=NexaAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1030  - id: h2o-ai1031    name: H2O.ai1032    domain: h2o.ai1033    categories: [ai, enterprise]1034    tier: B1035    aliases: [h2o.ai, h2ogpt, danube]1036    products:1037      - { name: h2o-danube, type: AI_model }1038      - { name: H2O LLM Studio, type: software }1039    country: US1040    discover: { rss: true, status: false }1041    sensors:1042      - { name: hugging face models, url: "https://huggingface.co/api/models?author=h2oai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1043      - { name: h2ogpt releases, url: "https://github.com/h2oai/h2ogpt/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: h2oai/h2ogpt, kind: releases } }1044      - { name: h2o llm studio releases, url: "https://github.com/h2oai/h2o-llmstudio/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: h2oai/h2o-llmstudio, kind: releases } }1045      - { name: blog, url: "https://h2o.ai/blog/", type: HTML, connector: http, tier: C }1046  - id: writer1047    name: Writer1048    domain: writer.com1049    categories: [ai, enterprise, saas]1050    tier: B1051    aliases: [writer, palmyra]1052    products:1053      - { name: Palmyra, type: AI_model, aliases: [palmyra x5] }1054    country: US1055    discover: { rss: true, status: false }1056    sensors:1057      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Writer&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1058      - { name: pricing, url: "https://www.writer.com/pricing", type: HTML, connector: http, tier: C }1059      - { name: models docs, url: "https://dev.writer.com/home/models", type: HTML, connector: http, tier: B }1060      - { name: blog, url: "https://writer.com/blog/", type: HTML, connector: http, tier: C }1061  - id: answer-ai1062    name: Answer.AI1063    domain: answer.ai1064    categories: [ai, research, open-source]1065    tier: B1066    aliases: [answer.ai, answerdotai, modernbert]1067    products:1068      - { name: ModernBERT, type: AI_model }1069    country: US1070    discover: { rss: true, status: false }1071    sensors:1072      - { name: hugging face models, url: "https://huggingface.co/api/models?author=answerdotai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1073      - { name: blog feed, url: "https://www.answer.ai/index.xml", type: RSS, connector: rss, tier: B }1074      - { name: website, url: "https://www.answer.ai/", type: HTML, connector: http, tier: C }1075  - id: cartesia1076    name: Cartesia1077    domain: cartesia.ai1078    categories: [ai]1079    tier: B1080    aliases: [cartesia, sonic tts, mamba]1081    products:1082      - { name: Sonic, type: AI_model, aliases: [sonic 2, sonic tts] }1083      - { name: Mamba, type: AI_model }1084    country: US1085    discover: { rss: true, status: false }1086    sensors:1087      - { name: hugging face models, url: "https://huggingface.co/api/models?author=cartesia-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1088      - { name: state-spaces (mamba) hugging face models, url: "https://huggingface.co/api/models?author=state-spaces&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1089      - { name: mamba releases, url: "https://github.com/state-spaces/mamba/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: state-spaces/mamba, kind: releases } }1090      - { name: edge releases, url: "https://github.com/cartesia-ai/edge/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: cartesia-ai/edge, kind: releases } }1091      - { name: models docs, url: "https://docs.cartesia.ai/build-with-cartesia/models", type: HTML, connector: http, tier: B }1092      - { name: changelog, url: "https://docs.cartesia.ai/changelog", type: HTML, connector: http, tier: B }1093      - { name: pricing, url: "https://cartesia.ai/pricing", type: HTML, connector: http, tier: C }1094  - id: moondream1095    name: Moondream1096    domain: moondream.ai1097    categories: [ai]1098    tier: B1099    aliases: [moondream, vikhyatk]1100    products:1101      - { name: Moondream, type: AI_model, aliases: [moondream2, moondream 3] }1102    country: US1103    discover: { rss: true, status: false }1104    sensors:1105      - { name: hugging face models, url: "https://huggingface.co/api/models?author=vikhyatk&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1106      - { name: moondream org hugging face models, url: "https://huggingface.co/api/models?author=moondream&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1107      - { name: blog, url: "https://moondream.ai/blog", type: HTML, connector: http, tier: C }1108  - id: rhymes-ai1109    name: Rhymes AI1110    domain: rhymes.ai1111    categories: [ai]1112    tier: B1113    aliases: [rhymes ai, aria model]1114    products:1115      - { name: Aria, type: AI_model }1116      - { name: Allegro, type: AI_model }1117    country: US1118    discover: { rss: true, status: false }1119    sensors:1120      - { name: hugging face models, url: "https://huggingface.co/api/models?author=rhymes-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1121  - id: laion1122    name: LAION1123    domain: laion.ai1124    categories: [ai, research, ngo, open-source]1125    tier: B1126    aliases: [laion, openassistant, open assistant]1127    products:1128      - { name: LAION-5B, type: dataset }1129      - { name: OpenAssistant, type: AI_model }1130      - { name: CLIP (OpenCLIP), type: AI_model, aliases: [openclip] }1131    country: DE1132    discover: { rss: true, status: false }1133    sensors:1134      - { name: hugging face models, url: "https://huggingface.co/api/models?author=laion&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1135      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=laion&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1136      - { name: openassistant hugging face models, url: "https://huggingface.co/api/models?author=OpenAssistant&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1137      - { name: openassistant datasets, url: "https://huggingface.co/api/datasets?author=OpenAssistant&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1138      - { name: blog, url: "https://laion.ai/blog/", type: HTML, connector: http, tier: B }1139  - id: oscar-project1140    name: OSCAR Project1141    domain: oscar-project.org1142    categories: [ai, research, open-data]1143    tier: B1144    aliases: [oscar corpus]1145    products:1146      - { name: OSCAR, type: dataset }1147    country: FR1148    discover: { rss: true, status: false }1149    sensors:1150      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=oscar-corpus&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1151      - { name: website, url: "https://oscar-project.org/", type: HTML, connector: http, tier: D }1152  - id: maritaca-ai1153    name: Maritaca AI1154    domain: maritaca.ai1155    categories: [ai]1156    tier: B1157    aliases: [maritaca, sabiá]1158    products:1159      - { name: Sabiá, type: AI_model, aliases: [sabia-3] }1160    country: BR1161    discover: { rss: true, status: false }1162    sensors:1163      - { name: hugging face models, url: "https://huggingface.co/api/models?author=maritaca-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1164      - { name: website, url: "https://www.maritaca.ai/en", type: HTML, connector: http, tier: C }1165  # ───────────────────────── Other labs — Europe, Middle East, Africa ─────────────────────────1166  - id: aleph-alpha1167    name: Aleph Alpha1168    domain: aleph-alpha.com1169    categories: [ai]1170    tier: B1171    aliases: [aleph alpha, pharia, luminous]1172    products:1173      - { name: Pharia, type: AI_model, aliases: [pharia-1] }1174      - { name: Luminous, type: AI_model }1175    country: DE1176    discover: { rss: true, status: false }1177    sensors:1178      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Aleph-Alpha&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1179      - { name: blog, url: "https://aleph-alpha.com/blog", type: HTML, connector: http, tier: B }1180      - { name: scaling tags, url: "https://github.com/Aleph-Alpha/scaling/tags.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: Aleph-Alpha/scaling, kind: tags } }1181  - id: kyutai1182    name: Kyutai1183    domain: kyutai.org1184    categories: [ai, research]1185    tier: B1186    aliases: [kyutai, moshi]1187    products:1188      - { name: Moshi, type: AI_model }1189      - { name: Hibiki, type: AI_model }1190      - { name: Unmute, type: AI_model }1191    country: FR1192    discover: { rss: true, status: false }1193    sensors:1194      - { name: hugging face models, url: "https://huggingface.co/api/models?author=kyutai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1195      - { name: moshi releases, url: "https://github.com/kyutai-labs/moshi/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: kyutai-labs/moshi, kind: releases } }1196      - { name: delayed streams modeling commits, url: "https://github.com/kyutai-labs/delayed-streams-modeling/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: kyutai-labs/delayed-streams-modeling, kind: commits, branch: main } }1197      - { name: website, url: "https://kyutai.org/", type: HTML, connector: http, tier: B }1198  - id: pleias1199    name: Pleias1200    domain: pleias.fr1201    categories: [ai]1202    tier: B1203    aliases: [pleias, common corpus]1204    products:1205      - { name: Common Corpus, type: dataset }1206      - { name: Pleias, type: AI_model }1207    country: FR1208    discover: { rss: true, status: false }1209    sensors:1210      - { name: hugging face models, url: "https://huggingface.co/api/models?author=PleIAs&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1211      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=PleIAs&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1212      - { name: blog, url: "https://pleias.fr/blog", type: HTML, connector: http, tier: C }1213  - id: lighton1214    name: LightOn1215    domain: lighton.ai1216    categories: [ai]1217    tier: B1218    aliases: [lighton, paradigm]1219    products:1220      - { name: ModernBERT (LightOn), type: AI_model }1221      - { name: GTE-ModernColBERT, type: AI_model }1222    country: FR1223    discover: { rss: true, status: false }1224    sensors:1225      - { name: hugging face models, url: "https://huggingface.co/api/models?author=lightonai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1226  - id: openllm-france1227    name: OpenLLM France1228    domain: openllm-france.fr1229    categories: [ai, open-source]1230    tier: B1231    aliases: [openllm france, lucie llm]1232    products:1233      - { name: Lucie, type: AI_model }1234      - { name: Claire, type: AI_model }1235    country: FR1236    language: fr1237    discover: { rss: true, status: false }1238    sensors:1239      - { name: hugging face models, url: "https://huggingface.co/api/models?author=OpenLLM-France&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1240      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=OpenLLM-France&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1241      - { name: website, url: "https://openllm-france.fr/", type: HTML, connector: http, tier: C }1242  - id: utter-project1243    name: UTTER project (EU)1244    domain: he-utter.eu1245    categories: [ai, research]1246    tier: B1247    aliases: [utter project, eurollm]1248    products:1249      - { name: EuroLLM, type: AI_model }1250    country: EU1251    discover: { rss: true, status: false }1252    sensors:1253      - { name: hugging face models, url: "https://huggingface.co/api/models?author=utter-project&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1254      - { name: website, url: "https://he-utter.eu/", type: HTML, connector: http, tier: D }1255  - id: occiglot1256    name: Occiglot1257    domain: occiglot.eu1258    categories: [ai, research, open-source]1259    tier: B1260    aliases: [occiglot]1261    products:1262      - { name: Occiglot, type: AI_model }1263    country: DE1264    discover: { rss: true, status: false }1265    sensors:1266      - { name: hugging face models, url: "https://huggingface.co/api/models?author=occiglot&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1267      - { name: website, url: "https://occiglot.eu/", type: HTML, connector: http, tier: D }1268  - id: opengpt-x1269    name: OpenGPT-X1270    domain: opengpt-x.de1271    categories: [ai, research]1272    tier: B1273    aliases: [opengpt-x, teuken]1274    products:1275      - { name: Teuken, type: AI_model, aliases: [teuken-7b] }1276    country: DE1277    discover: { rss: true, status: false }1278    sensors:1279      - { name: hugging face models, url: "https://huggingface.co/api/models?author=openGPT-X&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1280      - { name: website, url: "https://opengpt-x.de/en/", type: HTML, connector: http, tier: D }1281  - id: deepset1282    name: deepset1283    domain: deepset.ai1284    categories: [ai, developer, open-source]1285    tier: B1286    aliases: [deepset, haystack]1287    products:1288      - { name: Haystack, type: software }1289    country: DE1290    discover: { rss: true, status: false }1291    sensors:1292      - { name: hugging face models, url: "https://huggingface.co/api/models?author=deepset&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1293      - { name: haystack releases, url: "https://github.com/deepset-ai/haystack/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: deepset-ai/haystack, kind: releases } }1294      - { name: blog, url: "https://www.deepset.ai/blog", type: HTML, connector: http, tier: C }1295  - id: vago-solutions1296    name: VAGO solutions1297    domain: vago-solutions.ai1298    categories: [ai]1299    tier: B1300    aliases: [vago solutions, sauerkrautlm]1301    products:1302      - { name: SauerkrautLM, type: AI_model }1303    country: DE1304    discover: { rss: true, status: false }1305    sensors:1306      - { name: hugging face models, url: "https://huggingface.co/api/models?author=VAGOsolutions&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1307  - id: disco-research1308    name: DiscoResearch1309    domain: huggingface.co1310    homepage: https://huggingface.co/DiscoResearch1311    categories: [ai, open-source]1312    tier: B1313    aliases: [discoresearch, discolm]1314    products:1315      - { name: DiscoLM, type: AI_model }1316    country: DE1317    discover: { rss: true, status: false }1318    sensors:1319      - { name: hugging face models, url: "https://huggingface.co/api/models?author=DiscoResearch&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1320  - id: swiss-ai-initiative1321    name: Swiss AI Initiative (ETH / EPFL)1322    domain: swiss-ai.org1323    categories: [ai, research]1324    tier: B1325    aliases: [swiss ai initiative, apertus]1326    products:1327      - { name: Apertus, type: AI_model }1328    country: CH1329    discover: { rss: true, status: false }1330    sensors:1331      - { name: hugging face models, url: "https://huggingface.co/api/models?author=swiss-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1332      - { name: apertus page, url: "https://www.swiss-ai.org/apertus", type: HTML, connector: http, tier: C }1333  - id: hplt1334    name: HPLT project1335    domain: hplt-project.org1336    categories: [ai, research, open-data]1337    tier: B1338    aliases: [hplt, high performance language technologies]1339    products:1340      - { name: HPLT datasets, type: dataset }1341    country: EU1342    discover: { rss: true, status: false }1343    sensors:1344      - { name: hugging face models, url: "https://huggingface.co/api/models?author=HPLT&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1345      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=HPLT&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1346  - id: speakleash1347    name: SpeakLeash (Bielik)1348    domain: speakleash.org1349    categories: [ai, open-source, ngo]1350    tier: B1351    aliases: [speakleash, bielik]1352    products:1353      - { name: Bielik, type: AI_model }1354    country: PL1355    language: pl1356    discover: { rss: true, status: false }1357    sensors:1358      - { name: hugging face models, url: "https://huggingface.co/api/models?author=speakleash&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1359      - { name: bielik website, url: "https://bielik.ai/", type: HTML, connector: http, tier: C }1360  - id: ai-sweden1361    name: AI Sweden1362    domain: ai.se1363    categories: [ai, research]1364    tier: B1365    aliases: [ai sweden, gpt-sw3]1366    products:1367      - { name: GPT-SW3, type: AI_model }1368    country: SE1369    discover: { rss: true, status: false }1370    sensors:1371      - { name: hugging face models, url: "https://huggingface.co/api/models?author=AI-Sweden-Models&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1372      - { name: news, url: "https://www.ai.se/en/news", type: HTML, connector: http, tier: C }1373  - id: kb-lab1374    name: KBLab (National Library of Sweden)1375    domain: kb.se1376    categories: [ai, research, open-data]1377    tier: B1378    aliases: [kblab, kungliga biblioteket lab]1379    country: SE1380    discover: { rss: true, status: false }1381    sensors:1382      - { name: hugging face models, url: "https://huggingface.co/api/models?author=KBLab&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1383      - { name: blog, url: "https://kb-labb.github.io/", type: HTML, connector: http, tier: D }1384  - id: national-library-of-norway1385    name: National Library of Norway AI Lab1386    domain: nb.no1387    categories: [ai, research, open-data]1388    tier: B1389    aliases: [nb ai lab, nbailab, nasjonalbiblioteket]1390    products:1391      - { name: NB-Whisper, type: AI_model }1392      - { name: NorMistral, type: AI_model }1393    country: "NO"1394    discover: { rss: true, status: false }1395    sensors:1396      - { name: nb ai lab hugging face models, url: "https://huggingface.co/api/models?author=NbAiLab&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1397      - { name: nb ai lab datasets, url: "https://huggingface.co/api/datasets?author=NbAiLab&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1398      - { name: ai lab website, url: "https://ai.nb.no/", type: HTML, connector: http, tier: D }1399  - id: mideind1400    name: Miðeind1401    domain: mideind.is1402    categories: [ai]1403    tier: B1404    aliases: [mideind, miðeind]1405    country: IS1406    discover: { rss: true, status: false }1407    sensors:1408      - { name: hugging face models, url: "https://huggingface.co/api/models?author=mideind&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1409      - { name: website, url: "https://www.mideind.is/en/", type: HTML, connector: http, tier: D }1410  - id: turkunlp1411    name: TurkuNLP (University of Turku)1412    domain: turkunlp.org1413    categories: [ai, research]1414    tier: B1415    aliases: [turkunlp, lumiopen, poro, viking llm]1416    products:1417      - { name: Poro, type: AI_model }1418      - { name: Viking, type: AI_model }1419    country: FI1420    discover: { rss: true, status: false }1421    sensors:1422      - { name: turkunlp hugging face models, url: "https://huggingface.co/api/models?author=TurkuNLP&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1423      - { name: lumiopen hugging face models, url: "https://huggingface.co/api/models?author=LumiOpen&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1424      - { name: lumiopen datasets, url: "https://huggingface.co/api/datasets?author=LumiOpen&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1425      - { name: website, url: "https://turkunlp.org/", type: HTML, connector: http, tier: D }1426  - id: barcelona-supercomputing-center1427    name: Barcelona Supercomputing Center1428    domain: bsc.es1429    categories: [research, ai]1430    tier: B1431    aliases: [bsc, barcelona supercomputing center, salamandra, alia]1432    products:1433      - { name: Salamandra, type: AI_model }1434      - { name: ALIA, type: AI_model }1435    country: ES1436    discover: { rss: true, status: false }1437    sensors:1438      - { name: bsc language technologies models, url: "https://huggingface.co/api/models?author=BSC-LT&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1439      - { name: projecte aina models, url: "https://huggingface.co/api/models?author=projecte-aina&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1440      - { name: news, url: "https://www.bsc.es/news", type: HTML, connector: http, tier: C }1441  - id: hitz1442    name: HiTZ Basque Center for Language Technology1443    domain: hitz.eus1444    categories: [ai, research]1445    tier: B1446    aliases: [hitz, latxa]1447    products:1448      - { name: Latxa, type: AI_model }1449    country: ES1450    discover: { rss: true, status: false }1451    sensors:1452      - { name: hugging face models, url: "https://huggingface.co/api/models?author=HiTZ&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1453  - id: unbabel1454    name: Unbabel1455    domain: unbabel.com1456    categories: [ai]1457    tier: B1458    aliases: [unbabel, tower llm, comet metric]1459    products:1460      - { name: Tower, type: AI_model, aliases: [towerinstruct] }1461      - { name: COMET, type: AI_model }1462    country: PT1463    discover: { rss: true, status: false }1464    sensors:1465      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Unbabel&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1466      - { name: blog, url: "https://www.unbabel.com/blog", type: HTML, connector: http, tier: C }1467  - id: sber-ai1468    name: Sber AI1469    domain: sberbank.ru1470    homepage: https://www.sberbank.com/en/press_center/all1471    categories: [ai, finance]1472    tier: B1473    aliases: [sber ai, ai-forever, gigachat, kandinsky]1474    products:1475      - { name: GigaChat, type: AI_model }1476      - { name: Kandinsky, type: AI_model }1477    country: RU1478    language: ru1479    discover: { rss: true, status: false }1480    sensors:1481      - { name: ai-forever hugging face models, url: "https://huggingface.co/api/models?author=ai-forever&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1482      - { name: kandinsky community models, url: "https://huggingface.co/api/models?author=kandinsky-community&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1483  - id: yandex1484    name: Yandex1485    domain: yandex.com1486    categories: [internet, ai]1487    tier: B1488    aliases: [yandex, yandexgpt]1489    products:1490      - { name: YandexGPT, type: AI_model }1491      - { name: YaLM, type: AI_model }1492    country: RU1493    discover: { rss: true, status: false }1494    sensors:1495      - { name: hugging face models, url: "https://huggingface.co/api/models?author=yandex&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1496      - { name: company news, url: "https://yandex.com/company/news", type: HTML, connector: http, tier: C }1497  - id: t-bank1498    name: T-Bank (T-Tech)1499    domain: tbank.ru1500    categories: [finance, ai]1501    tier: B1502    aliases: [t-bank, t-tech, tinkoff, t-lite]1503    products:1504      - { name: T-lite, type: AI_model }1505      - { name: T-pro, type: AI_model }1506    country: RU1507    discover: { rss: true, status: false }1508    sensors:1509      - { name: t-tech hugging face models, url: "https://huggingface.co/api/models?author=t-tech&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1510  - id: mbzuai1511    name: Mohamed bin Zayed University of Artificial Intelligence1512    domain: mbzuai.ac.ae1513    categories: [education, ai, research]1514    tier: B1515    aliases: [mbzuai, jais, k2 llm]1516    products:1517      - { name: Jais, type: AI_model }1518      - { name: K2, type: AI_model }1519    country: AE1520    discover: { rss: true, status: false }1521    sensors:1522      - { name: hugging face models, url: "https://huggingface.co/api/models?author=MBZUAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1523  - id: silma-ai1524    name: SILMA AI1525    domain: silma.ai1526    categories: [ai]1527    tier: B1528    aliases: [silma]1529    country: SA1530    discover: { rss: true, status: false }1531    sensors:1532      - { name: hugging face models, url: "https://huggingface.co/api/models?author=silma-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1533      - { name: website, url: "https://silma.ai/", type: HTML, connector: http, tier: D }1534  - id: qcri1535    name: Qatar Computing Research Institute1536    domain: qcri.org1537    categories: [research, ai]1538    tier: B1539    aliases: [qcri, fanar]1540    products:1541      - { name: Fanar, type: AI_model }1542    country: QA1543    discover: { rss: true, status: false }1544    sensors:1545      - { name: hugging face models, url: "https://huggingface.co/api/models?author=QCRI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1546  # ───────────────────────── Other labs — Asia-Pacific ─────────────────────────1547  - id: kakao1548    name: Kakao1549    domain: kakaocorp.com1550    categories: [internet, ai]1551    tier: B1552    aliases: [kakao, kanana]1553    products:1554      - { name: Kanana, type: AI_model }1555    country: KR1556    discover: { rss: true, status: false }1557    sensors:1558      - { name: hugging face models, url: "https://huggingface.co/api/models?author=kakaocorp&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1559      - { name: kanana repository commits, url: "https://github.com/kakao/kanana/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: kakao/kanana, kind: commits, branch: main } }1560  - id: naver1561    name: Naver1562    domain: navercorp.com1563    categories: [internet, ai]1564    tier: B1565    aliases: [naver, hyperclova, hyperclova x, clova]1566    products:1567      - { name: HyperCLOVA X, type: AI_model }1568    country: KR1569    discover: { rss: true, status: false }1570    sensors:1571      - { name: hyperclova x hugging face models, url: "https://huggingface.co/api/models?author=naver-hyperclovax&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1572      - { name: naver hugging face models (splade), url: "https://huggingface.co/api/models?author=naver&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1573      - { name: clova tech blog, url: "https://clova.ai/en/tech-blog", type: HTML, connector: http, tier: C }1574  - id: upstage1575    name: Upstage1576    domain: upstage.ai1577    categories: [ai]1578    tier: B1579    aliases: [upstage, solar llm]1580    products:1581      - { name: Solar, type: AI_model, aliases: [solar pro] }1582    country: KR1583    discover: { rss: true, status: false }1584    sensors:1585      - { name: hugging face models, url: "https://huggingface.co/api/models?author=upstage&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1586      - { name: blog, url: "https://www.upstage.ai/blog", type: HTML, connector: http, tier: C }1587  - id: trillion-labs1588    name: Trillion Labs1589    domain: trillionlabs.co1590    categories: [ai]1591    tier: B1592    aliases: [trillion labs]1593    products:1594      - { name: Trillion, type: AI_model, aliases: [tri-7b] }1595    country: KR1596    discover: { rss: true, status: false }1597    sensors:1598      - { name: hugging face models, url: "https://huggingface.co/api/models?author=trillionlabs&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1599  - id: sakana-ai1600    name: Sakana AI1601    domain: sakana.ai1602    categories: [ai, research]1603    tier: B1604    aliases: [sakana ai, sakana]1605    products:1606      - { name: EvoLLM-JP, type: AI_model }1607      - { name: TinySwallow, type: AI_model }1608      - { name: AI Scientist, type: software }1609    country: JP1610    discover: { rss: true, status: false }1611    sensors:1612      - { name: hugging face models, url: "https://huggingface.co/api/models?author=SakanaAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1613      - { name: evolutionary model merge tags, url: "https://github.com/SakanaAI/evolutionary-model-merge/tags.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: SakanaAI/evolutionary-model-merge, kind: tags } }1614      - { name: ai scientist repository commits, url: "https://github.com/SakanaAI/AI-Scientist/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: SakanaAI/AI-Scientist, kind: commits, branch: main } }1615  - id: rinna1616    name: rinna1617    domain: rinna.co.jp1618    categories: [ai]1619    tier: B1620    aliases: [rinna]1621    products:1622      - { name: Youri, type: AI_model }1623      - { name: Nekomata, type: AI_model }1624    country: JP1625    language: ja1626    discover: { rss: true, status: false }1627    sensors:1628      - { name: hugging face models, url: "https://huggingface.co/api/models?author=rinna&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1629  - id: stockmark1630    name: Stockmark1631    domain: stockmark.co.jp1632    categories: [ai]1633    tier: B1634    aliases: [stockmark]1635    country: JP1636    language: ja1637    discover: { rss: true, status: false }1638    sensors:1639      - { name: hugging face models, url: "https://huggingface.co/api/models?author=stockmark&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1640  - id: llm-jp1641    name: LLM-jp (NII)1642    domain: llm-jp.nii.ac.jp1643    categories: [ai, research]1644    tier: B1645    aliases: [llm-jp, llmjp]1646    products:1647      - { name: LLM-jp-3, type: AI_model }1648    country: JP1649    discover: { rss: true, status: false }1650    sensors:1651      - { name: hugging face models, url: "https://huggingface.co/api/models?author=llm-jp&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1652      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=llm-jp&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1653      - { name: llm-jp-eval releases, url: "https://github.com/llm-jp/llm-jp-eval/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: llm-jp/llm-jp-eval, kind: releases } }1654      - { name: news, url: "https://llm-jp.nii.ac.jp/en/news/", type: HTML, connector: http, tier: C }1655  - id: elyza1656    name: ELYZA1657    domain: elyza.ai1658    categories: [ai]1659    tier: B1660    aliases: [elyza]1661    products:1662      - { name: ELYZA-japanese-Llama, type: AI_model }1663    country: JP1664    language: ja1665    discover: { rss: true, status: false }1666    sensors:1667      - { name: hugging face models, url: "https://huggingface.co/api/models?author=elyza&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1668      - { name: news, url: "https://elyza.ai/news", type: HTML, connector: http, tier: D }1669  - id: cyberagent1670    name: CyberAgent1671    domain: cyberagent.co.jp1672    categories: [media, ai]1673    tier: B1674    aliases: [cyberagent, calm llm]1675    products:1676      - { name: CALM, type: AI_model, aliases: [calm3] }1677    country: JP1678    discover: { rss: true, status: false }1679    sensors:1680      - { name: hugging face models, url: "https://huggingface.co/api/models?author=cyberagent&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1681      - { name: news, url: "https://www.cyberagent.co.jp/en/news/", type: HTML, connector: http, tier: C }1682  - id: preferred-networks1683    name: Preferred Networks1684    domain: preferred.jp1685    categories: [ai]1686    tier: B1687    aliases: [preferred networks, pfn, plamo]1688    products:1689      - { name: PLaMo, type: AI_model }1690    country: JP1691    discover: { rss: true, status: false }1692    sensors:1693      - { name: hugging face models, url: "https://huggingface.co/api/models?author=pfnet&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1694      - { name: news, url: "https://www.preferred.jp/en/news/", type: HTML, connector: http, tier: C }1695  - id: swallow-llm1696    name: Swallow LLM (Institute of Science Tokyo)1697    domain: swallow-llm.github.io1698    categories: [ai, research]1699    tier: B1700    aliases: [swallow llm, tokyotech-llm, llama-3-swallow]1701    products:1702      - { name: Swallow, type: AI_model }1703    country: JP1704    discover: { rss: true, status: false }1705    sensors:1706      - { name: hugging face models, url: "https://huggingface.co/api/models?author=tokyotech-llm&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1707      - { name: website, url: "https://swallow-llm.github.io/index.en.html", type: HTML, connector: http, tier: D }1708  - id: sb-intuitions1709    name: SB Intuitions (SoftBank)1710    domain: sbintuitions.co.jp1711    categories: [ai]1712    tier: B1713    aliases: [sb intuitions, sarashina]1714    products:1715      - { name: Sarashina, type: AI_model }1716    country: JP1717    discover: { rss: true, status: false }1718    sensors:1719      - { name: hugging face models, url: "https://huggingface.co/api/models?author=sbintuitions&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1720  - id: kotoba-tech1721    name: Kotoba Technologies1722    domain: kotoba.tech1723    categories: [ai]1724    tier: B1725    aliases: [kotoba technologies, kotoba-whisper]1726    products:1727      - { name: Kotoba-Whisper, type: AI_model }1728    country: JP1729    discover: { rss: true, status: false }1730    sensors:1731      - { name: hugging face models, url: "https://huggingface.co/api/models?author=kotoba-tech&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1732      - { name: website, url: "https://kotoba.tech/", type: HTML, connector: http, tier: D }1733  - id: abeja1734    name: ABEJA1735    domain: abejainc.com1736    categories: [ai]1737    tier: B1738    aliases: [abeja]1739    country: JP1740    discover: { rss: true, status: false }1741    sensors:1742      - { name: hugging face models, url: "https://huggingface.co/api/models?author=abeja&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1743      - { name: news, url: "https://www.abejainc.com/en/news", type: HTML, connector: http, tier: D }1744  - id: sea-ai-lab1745    name: Sea AI Lab1746    domain: sail.sea.com1747    categories: [ai, research]1748    tier: B1749    aliases: [sea ai lab, sail, seallms]1750    products:1751      - { name: SeaLLMs, type: AI_model }1752      - { name: Sailor, type: AI_model }1753    country: SG1754    discover: { rss: true, status: false }1755    sensors:1756      - { name: sail hugging face models, url: "https://huggingface.co/api/models?author=sail&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1757      - { name: seallms hugging face models, url: "https://huggingface.co/api/models?author=SeaLLMs&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1758  - id: ai-singapore1759    name: AI Singapore1760    domain: aisingapore.org1761    categories: [ai, research, government]1762    tier: B1763    aliases: [ai singapore, sea-lion, aisg]1764    products:1765      - { name: SEA-LION, type: AI_model }1766    country: SG1767    discover: { rss: true, status: false }1768    sensors:1769      - { name: sea-lion hugging face models, url: "https://huggingface.co/api/models?author=aisingapore&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1770      - { name: sea-lion website, url: "https://sea-lion.ai/", type: HTML, connector: http, tier: C }1771  - id: vinai1772    name: VinAI1773    domain: vinai.io1774    categories: [ai, research]1775    tier: B1776    aliases: [vinai, phobert, pho-gpt]1777    products:1778      - { name: PhoGPT, type: AI_model }1779      - { name: PhoBERT, type: AI_model }1780    country: VN1781    discover: { rss: true, status: false }1782    sensors:1783      - { name: hugging face models, url: "https://huggingface.co/api/models?author=vinai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1784  - id: sarvam-ai1785    name: Sarvam AI1786    domain: sarvam.ai1787    categories: [ai]1788    tier: B1789    aliases: [sarvam, sarvam ai]1790    products:1791      - { name: Sarvam-M, type: AI_model }1792      - { name: Sarvam-1, type: AI_model }1793    country: IN1794    discover: { rss: true, status: false }1795    sensors:1796      - { name: hugging face models, url: "https://huggingface.co/api/models?author=sarvamai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1797      - { name: blog, url: "https://www.sarvam.ai/blogs", type: HTML, connector: http, tier: C }1798  - id: ai4bharat1799    name: AI4Bharat (IIT Madras)1800    domain: ai4bharat.iitm.ac.in1801    categories: [ai, research]1802    tier: B1803    aliases: [ai4bharat, indictrans]1804    products:1805      - { name: IndicTrans2, type: AI_model }1806      - { name: IndicConformer, type: AI_model }1807    country: IN1808    discover: { rss: true, status: false }1809    sensors:1810      - { name: hugging face models, url: "https://huggingface.co/api/models?author=ai4bharat&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1811      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=ai4bharat&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }1812      - { name: indictrans2 commits, url: "https://github.com/AI4Bharat/IndicTrans2/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: AI4Bharat/IndicTrans2, kind: commits, branch: main } }1813  - id: krutrim1814    name: Krutrim (Ola)1815    domain: olakrutrim.com1816    categories: [ai]1817    tier: B1818    aliases: [krutrim, ola krutrim]1819    products:1820      - { name: Krutrim, type: AI_model }1821    country: IN1822    discover: { rss: true, status: false }1823    sensors:1824      - { name: hugging face models, url: "https://huggingface.co/api/models?author=krutrim-ai-labs&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1825      - { name: blog, url: "https://olakrutrim.com/blog", type: HTML, connector: http, tier: D }1826  # ───────────────────────── Image, video and audio model companies ─────────────────────────1827  - id: lightricks1828    name: Lightricks1829    domain: lightricks.com1830    categories: [ai, media]1831    tier: B1832    aliases: [lightricks, ltx video, ltx studio]1833    products:1834      - { name: LTX-Video, type: AI_model, aliases: [ltxv, ltx-2] }1835    country: IL1836    discover: { rss: true, status: false }1837    sensors:1838      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Lightricks&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1839      - { name: ltx-video releases, url: "https://github.com/Lightricks/LTX-Video/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: Lightricks/LTX-Video, kind: releases } }1840      - { name: ltx studio pricing, url: "https://ltx.studio/pricing", type: HTML, connector: http, tier: C }1841  - id: genmo1842    name: Genmo1843    domain: genmo.ai1844    categories: [ai, media]1845    tier: B1846    aliases: [genmo, mochi]1847    products:1848      - { name: Mochi, type: AI_model, aliases: [mochi 1] }1849    country: US1850    discover: { rss: true, status: false }1851    sensors:1852      - { name: hugging face models, url: "https://huggingface.co/api/models?author=genmo&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1853      - { name: blog, url: "https://genmo.ai/blog", type: HTML, connector: http, tier: C }1854  - id: fal1855    name: fal1856    domain: fal.ai1857    categories: [ai, developer, cloud]1858    tier: B1859    aliases: [fal.ai, fal ai]1860    products:1861      - { name: fal API, type: API }1862      - { name: AuraFlow, type: AI_model }1863    country: US1864    discover: { rss: true, status: false }1865    sensors:1866      - { name: hugging face models, url: "https://huggingface.co/api/models?author=fal&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1867      - { name: fal python client releases, url: "https://github.com/fal-ai/fal/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: fal-ai/fal, kind: releases } }1868      - { name: fal js client releases, url: "https://github.com/fal-ai/fal-js/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: fal-ai/fal-js, kind: releases } }1869      - { name: models gallery, url: "https://fal.ai/models", type: HTML, connector: http, tier: B }1870      - { name: pricing, url: "https://fal.ai/pricing", type: HTML, connector: http, tier: C }1871      - { name: blog feed, url: "https://blog.fal.ai/rss/", type: RSS, connector: rss, tier: B }1872      - { name: status, url: "https://status.fal.ai/api/v2/summary.json", type: STATUSPAGE, connector: statuspage, tier: S }1873  - id: playground-ai1874    name: Playground1875    domain: playground.com1876    categories: [ai, media]1877    tier: B1878    aliases: [playground ai, playgroundai]1879    products:1880      - { name: Playground v3, type: AI_model }1881    country: US1882    discover: { rss: true, status: false }1883    sensors:1884      - { name: hugging face models, url: "https://huggingface.co/api/models?author=playgroundai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1885      - { name: blog, url: "https://playground.com/blog", type: HTML, connector: http, tier: D }1886  - id: rundiffusion1887    name: RunDiffusion1888    domain: rundiffusion.com1889    categories: [ai, media]1890    tier: B1891    aliases: [rundiffusion, juggernaut xl]1892    products:1893      - { name: Juggernaut, type: AI_model }1894    country: US1895    discover: { rss: true, status: false }1896    sensors:1897      - { name: hugging face models, url: "https://huggingface.co/api/models?author=RunDiffusion&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1898      - { name: blog, url: "https://rundiffusion.com/blog", type: HTML, connector: http, tier: D }1899  - id: ostris1900    name: Ostris (AI Toolkit)1901    domain: ostris.com1902    categories: [ai, open-source]1903    tier: B1904    aliases: [ostris, ai toolkit]1905    products:1906      - { name: AI Toolkit, type: software }1907    country: US1908    discover: { rss: true, status: false }1909    sensors:1910      - { name: hugging face models, url: "https://huggingface.co/api/models?author=ostris&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1911  - id: bria1912    name: Bria AI1913    domain: bria.ai1914    categories: [ai, media]1915    tier: B1916    aliases: [bria, rmbg]1917    products:1918      - { name: RMBG, type: AI_model }1919      - { name: Bria FIBO, type: AI_model }1920    country: IL1921    discover: { rss: true, status: false }1922    sensors:1923      - { name: hugging face models, url: "https://huggingface.co/api/models?author=briaai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1924      - { name: blog, url: "https://bria.ai/blog", type: HTML, connector: http, tier: D }1925  - id: segmind1926    name: Segmind1927    domain: segmind.com1928    categories: [ai, developer]1929    tier: B1930    aliases: [segmind, ssd-1b]1931    products:1932      - { name: SSD-1B, type: AI_model }1933    country: IN1934    discover: { rss: true, status: false }1935    sensors:1936      - { name: hugging face models, url: "https://huggingface.co/api/models?author=segmind&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }1937  - id: civitai1938    name: Civitai1939    domain: civitai.com1940    categories: [ai, media, internet]1941    tier: B1942    aliases: [civitai]1943    llm: false1944    country: US1945    discover: { rss: true, status: false }1946    notes: "Public REST API (models sorted by Newest / Most Downloaded); very high volume \u2014 heuristics only."1947    sensors:1948      - { name: newest models api, url: "https://civitai.com/api/v1/models?limit=50&sort=Newest", type: REST_API, connector: jsonlist, tier: B, config: { itemsPath: items, keyField: id, titleField: name, urlTemplate: "https://civitai.com/models/{key}", compareFields: [type, nsfw], maxItems: 50 } }1949      - { name: most downloaded models api, url: "https://civitai.com/api/v1/models?limit=50&sort=Most%20Downloaded&period=Week", type: REST_API, connector: jsonlist, tier: C, config: { itemsPath: items, keyField: id, titleField: name, urlTemplate: "https://civitai.com/models/{key}", compareFields: [type], maxItems: 50 } }1950  - id: comfy-org1951    name: Comfy Org (ComfyUI)1952    domain: comfy.org1953    categories: [ai, open-source, developer]1954    tier: B1955    aliases: [comfyui, comfy org, comfyanonymous]1956    products:1957      - { name: ComfyUI, type: software }1958    country: US1959    discover: { rss: true, status: false }1960    sensors:1961      - { name: comfyui releases, url: "https://github.com/comfyanonymous/ComfyUI/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: comfyanonymous/ComfyUI, kind: releases } }1962      - { name: comfyui manager releases, url: "https://github.com/Comfy-Org/ComfyUI-Manager/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: Comfy-Org/ComfyUI-Manager, kind: releases } }1963      - { name: comfyui desktop releases, url: "https://github.com/Comfy-Org/desktop/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: Comfy-Org/desktop, kind: releases } }1964      - { name: blog feed, url: "https://blog.comfy.org/feed/", type: RSS, connector: rss, tier: B }1965      - { name: blog, url: "https://blog.comfy.org/", type: HTML, connector: http, tier: B }1966  - id: invoke-ai1967    name: Invoke1968    domain: invoke.com1969    categories: [ai, open-source]1970    tier: B1971    aliases: [invokeai, invoke ai]1972    products:1973      - { name: InvokeAI, type: software }1974    country: US1975    discover: { rss: true, status: false }1976    sensors:1977      - { name: invokeai releases, url: "https://github.com/invoke-ai/InvokeAI/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: invoke-ai/InvokeAI, kind: releases } }1978  - id: stable-diffusion-webui1979    name: Stable Diffusion web UI (AUTOMATIC1111)1980    domain: github.com1981    homepage: https://github.com/AUTOMATIC1111/stable-diffusion-webui1982    categories: [ai, open-source]1983    tier: B1984    aliases: [automatic1111, a1111, sd webui, fooocus]1985    products:1986      - { name: Fooocus, type: software }1987    country: INT1988    discover: { rss: true, status: false }1989    sensors:1990      - { name: stable diffusion webui releases, url: "https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: AUTOMATIC1111/stable-diffusion-webui, kind: releases } }1991      - { name: fooocus releases, url: "https://github.com/lllyasviel/Fooocus/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: lllyasviel/Fooocus, kind: releases } }1992  - id: zyphra1993    name: Zyphra1994    domain: zyphra.com1995    categories: [ai]1996    tier: B1997    aliases: [zyphra, zonos, zamba]1998    products:1999      - { name: Zonos, type: AI_model }2000      - { name: Zamba, type: AI_model, aliases: [zamba2] }2001    country: US2002    discover: { rss: true, status: false }2003    sensors:2004      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Zyphra&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2005      - { name: zonos repository commits, url: "https://github.com/Zyphra/Zonos/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: Zyphra/Zonos, kind: commits, branch: main } }2006      - { name: research, url: "https://www.zyphra.com/post", type: HTML, connector: http, tier: C }2007  - id: kokoro2008    name: Kokoro TTS (hexgrad)2009    domain: huggingface.co2010    homepage: https://huggingface.co/hexgrad2011    categories: [ai, open-source]2012    tier: B2013    aliases: [kokoro, kokoro tts, hexgrad]2014    products:2015      - { name: Kokoro, type: AI_model, aliases: [kokoro-82m] }2016    country: US2017    discover: { rss: true, status: false }2018    sensors:2019      - { name: hugging face models, url: "https://huggingface.co/api/models?author=hexgrad&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2020  - id: canopy-labs2021    name: Canopy Labs2022    domain: canopylabs.ai2023    categories: [ai]2024    tier: B2025    aliases: [canopy labs, orpheus tts]2026    products:2027      - { name: Orpheus, type: AI_model }2028    country: US2029    discover: { rss: true, status: false }2030    sensors:2031      - { name: hugging face models, url: "https://huggingface.co/api/models?author=canopylabs&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2032      - { name: orpheus tts repository commits, url: "https://github.com/canopyai/Orpheus-TTS/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: canopyai/Orpheus-TTS, kind: commits, branch: main } }2033  - id: suno2034    name: Suno2035    domain: suno.com2036    categories: [ai, media]2037    tier: B2038    aliases: [suno, suno ai, bark tts]2039    products:2040      - { name: Bark, type: AI_model }2041      - { name: Suno v4, type: AI_model, aliases: [suno v4.5, suno v5] }2042    country: US2043    discover: { rss: true, status: false }2044    sensors:2045      - { name: hugging face models (bark), url: "https://huggingface.co/api/models?author=suno&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2046      - { name: bark repository commits, url: "https://github.com/suno-ai/bark/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: suno-ai/bark, kind: commits, branch: main } }2047      - { name: blog, url: "https://suno.com/blog", type: HTML, connector: http, tier: C }2048  - id: coqui2049    name: Coqui2050    domain: coqui.ai2051    categories: [ai, open-source]2052    tier: B2053    aliases: [coqui, xtts]2054    products:2055      - { name: XTTS, type: AI_model }2056    country: DE2057    discover: { rss: true, status: false }2058    sensors:2059      - { name: hugging face models, url: "https://huggingface.co/api/models?author=coqui&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2060      - { name: coqui tts releases, url: "https://github.com/coqui-ai/TTS/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: coqui-ai/TTS, kind: releases } }2061  - id: sesame2062    name: Sesame2063    domain: sesame.com2064    categories: [ai]2065    tier: B2066    aliases: [sesame ai, csm model]2067    products:2068      - { name: CSM, type: AI_model, aliases: [conversational speech model] }2069    country: US2070    discover: { rss: true, status: false }2071    sensors:2072      - { name: hugging face models, url: "https://huggingface.co/api/models?author=sesame&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2073      - { name: csm repository commits, url: "https://github.com/SesameAILabs/csm/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: SesameAILabs/csm, kind: commits, branch: main } }2074      - { name: research, url: "https://sesame.com/research", type: HTML, connector: http, tier: C }2075  - id: nari-labs2076    name: Nari Labs2077    domain: narilabs.ai2078    categories: [ai]2079    tier: B2080    aliases: [nari labs, dia tts]2081    products:2082      - { name: Dia, type: AI_model }2083    country: KR2084    discover: { rss: true, status: false }2085    sensors:2086      - { name: hugging face models, url: "https://huggingface.co/api/models?author=nari-labs&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2087      - { name: dia repository commits, url: "https://github.com/nari-labs/dia/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: nari-labs/dia, kind: commits, branch: main } }2088  - id: fish-audio2089    name: Fish Audio2090    domain: fish.audio2091    categories: [ai]2092    tier: B2093    aliases: [fish audio, fish speech, openaudio]2094    products:2095      - { name: Fish Speech, type: AI_model }2096      - { name: OpenAudio S1, type: AI_model }2097    country: US2098    discover: { rss: true, status: false }2099    sensors:2100      - { name: hugging face models, url: "https://huggingface.co/api/models?author=fishaudio&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2101      - { name: fish-speech releases, url: "https://github.com/fishaudio/fish-speech/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: fishaudio/fish-speech, kind: releases } }2102  - id: f5-tts2103    name: F5-TTS (SWivid)2104    domain: huggingface.co2105    homepage: https://github.com/SWivid/F5-TTS2106    categories: [ai, open-source]2107    tier: B2108    aliases: [f5-tts, swivid]2109    products:2110      - { name: F5-TTS, type: AI_model }2111    country: CN2112    discover: { rss: true, status: false }2113    sensors:2114      - { name: hugging face models, url: "https://huggingface.co/api/models?author=SWivid&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2115      - { name: f5-tts releases, url: "https://github.com/SWivid/F5-TTS/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: SWivid/F5-TTS, kind: releases } }2116  - id: resemble-ai2117    name: Resemble AI2118    domain: resemble.ai2119    categories: [ai]2120    tier: B2121    aliases: [resemble ai, chatterbox tts]2122    products:2123      - { name: Chatterbox, type: AI_model }2124    country: US2125    discover: { rss: true, status: false }2126    sensors:2127      - { name: hugging face models, url: "https://huggingface.co/api/models?author=ResembleAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2128      - { name: chatterbox releases, url: "https://github.com/resemble-ai/chatterbox/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: resemble-ai/chatterbox, kind: releases } }2129      - { name: pricing, url: "https://www.resemble.ai/pricing/", type: HTML, connector: http, tier: C }2130  - id: speechbrain2131    name: SpeechBrain2132    domain: speechbrain.github.io2133    categories: [ai, open-source, research]2134    tier: B2135    aliases: [speechbrain]2136    country: CA2137    discover: { rss: true, status: false }2138    sensors:2139      - { name: hugging face models, url: "https://huggingface.co/api/models?author=speechbrain&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2140      - { name: speechbrain releases, url: "https://github.com/speechbrain/speechbrain/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: speechbrain/speechbrain, kind: releases } }2141  - id: pyannote2142    name: pyannote2143    domain: pyannote.ai2144    categories: [ai, open-source]2145    tier: B2146    aliases: [pyannote, pyannote.audio, speaker diarization]2147    country: FR2148    discover: { rss: true, status: false }2149    sensors:2150      - { name: hugging face models, url: "https://huggingface.co/api/models?author=pyannote&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2151      - { name: pyannote-audio releases, url: "https://github.com/pyannote/pyannote-audio/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: pyannote/pyannote-audio, kind: releases } }2152  - id: systran2153    name: SYSTRAN2154    domain: systran.net2155    categories: [ai]2156    tier: B2157    aliases: [systran, faster-whisper]2158    products:2159      - { name: faster-whisper, type: software }2160    country: FR2161    discover: { rss: true, status: false }2162    sensors:2163      - { name: faster-whisper releases, url: "https://github.com/SYSTRAN/faster-whisper/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: SYSTRAN/faster-whisper, kind: releases } }2164      - { name: whisperx releases, url: "https://github.com/m-bain/whisperX/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: m-bain/whisperX, kind: releases } }2165  - id: deepgram2166    name: Deepgram2167    domain: deepgram.com2168    categories: [ai, developer]2169    tier: B2170    aliases: [deepgram, nova-3]2171    products:2172      - { name: Nova, type: AI_model, aliases: [nova-3] }2173      - { name: Aura, type: AI_model }2174    country: US2175    discover: { rss: true, status: false }2176    sensors:2177      - { name: pricing, url: "https://deepgram.com/pricing", type: HTML, connector: http, tier: C }2178      - { name: changelog, url: "https://deepgram.com/changelog", type: HTML, connector: http, tier: B }2179      - { name: models and languages docs, url: "https://developers.deepgram.com/docs/models-languages-overview", type: HTML, connector: http, tier: B }2180      - { name: sdk python releases, url: "https://github.com/deepgram/deepgram-python-sdk/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: deepgram/deepgram-python-sdk, kind: releases } }2181      - { name: status, url: "https://status.deepgram.com/api/v2/summary.json", type: STATUSPAGE, connector: statuspage, tier: S }2182  - id: assemblyai2183    name: AssemblyAI2184    domain: assemblyai.com2185    categories: [ai, developer]2186    tier: B2187    aliases: [assemblyai, universal-2]2188    products:2189      - { name: Universal, type: AI_model, aliases: [universal-2, slam-1] }2190    country: US2191    discover: { rss: true, status: false }2192    sensors:2193      - { name: pricing, url: "https://www.assemblyai.com/pricing", type: HTML, connector: http, tier: C }2194      - { name: changelog, url: "https://www.assemblyai.com/changelog", type: HTML, connector: http, tier: B }2195      - { name: sdk python releases, url: "https://github.com/AssemblyAI/assemblyai-python-sdk/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: AssemblyAI/assemblyai-python-sdk, kind: releases } }2196      - { name: status, url: "https://status.assemblyai.com/api/v2/summary.json", type: STATUSPAGE, connector: statuspage, tier: S }2197  - id: speechmatics2198    name: Speechmatics2199    domain: speechmatics.com2200    categories: [ai, developer]2201    tier: B2202    aliases: [speechmatics, ursa]2203    products:2204      - { name: Ursa, type: AI_model }2205    country: GB2206    discover: { rss: true, status: false }2207    sensors:2208      - { name: pricing, url: "https://www.speechmatics.com/pricing", type: HTML, connector: http, tier: C }2209  - id: hume-ai2210    name: Hume AI2211    domain: hume.ai2212    categories: [ai]2213    tier: B2214    aliases: [hume, hume ai, octave tts, evi]2215    products:2216      - { name: Octave, type: AI_model }2217      - { name: EVI, type: AI_model }2218    country: US2219    discover: { rss: true, status: false }2220    sensors:2221      - { name: changelog, url: "https://dev.hume.ai/changelog", type: HTML, connector: http, tier: B }2222      - { name: pricing, url: "https://www.hume.ai/pricing", type: HTML, connector: http, tier: C }2223  - id: luma-ai2224    name: Luma AI2225    domain: lumalabs.ai2226    categories: [ai, media]2227    tier: B2228    aliases: [luma ai, luma labs, dream machine, ray2]2229    products:2230      - { name: Dream Machine, type: AI_model }2231      - { name: Ray, type: AI_model, aliases: [ray2, ray 3] }2232      - { name: Photon, type: AI_model }2233    country: US2234    discover: { rss: true, status: false }2235    sensors:2236      - { name: pricing, url: "https://lumalabs.ai/pricing", type: HTML, connector: http, tier: C }2237      - { name: blog, url: "https://lumalabs.ai/blog", type: HTML, connector: http, tier: B }2238      - { name: api changelog, url: "https://docs.lumalabs.ai/changelog", type: HTML, connector: http, tier: B }2239  - id: pika2240    name: Pika2241    domain: pika.art2242    categories: [ai, media]2243    tier: B2244    aliases: [pika, pika labs]2245    country: US2246    discover: { rss: true, status: false }2247    sensors:2248      - { name: pricing, url: "https://pika.art/pricing", type: HTML, connector: http, tier: C }2249  - id: krea2250    name: Krea2251    domain: krea.ai2252    categories: [ai, media]2253    tier: B2254    aliases: [krea, krea ai]2255    products:2256      - { name: Krea 1, type: AI_model }2257    country: US2258    discover: { rss: true, status: false }2259    sensors:2260      - { name: pricing, url: "https://www.krea.ai/pricing", type: HTML, connector: http, tier: C }2261  - id: udio2262    name: Udio2263    domain: udio.com2264    categories: [ai, media]2265    tier: B2266    aliases: [udio]2267    country: US2268    discover: { rss: true, status: false }2269    sensors:2270      - { name: blog, url: "https://www.udio.com/blog", type: HTML, connector: http, tier: C }2271  # ───────────────────────── Embeddings, retrieval and search model companies ─────────────────────────2272  - id: jina-ai2273    name: Jina AI2274    domain: jina.ai2275    categories: [ai, developer]2276    tier: B2277    aliases: [jina, jina ai, jina embeddings]2278    products:2279      - { name: jina-embeddings, type: AI_model, aliases: [jina-embeddings-v3, jina-embeddings-v4] }2280      - { name: ReaderLM, type: AI_model }2281    country: DE2282    discover: { rss: true, status: false }2283    sensors:2284      - { name: hugging face models, url: "https://huggingface.co/api/models?author=jinaai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2285      - { name: embeddings page, url: "https://jina.ai/embeddings/", type: HTML, connector: http, tier: C }2286      - { name: news, url: "https://jina.ai/news/", type: HTML, connector: http, tier: B }2287  - id: nomic-ai2288    name: Nomic AI2289    domain: nomic.ai2290    categories: [ai, developer, open-source]2291    tier: B2292    aliases: [nomic, nomic ai, gpt4all, nomic embed]2293    products:2294      - { name: nomic-embed, type: AI_model, aliases: [nomic-embed-text] }2295      - { name: GPT4All, type: software }2296      - { name: Atlas, type: product }2297    country: US2298    discover: { rss: true, status: false }2299    sensors:2300      - { name: hugging face models, url: "https://huggingface.co/api/models?author=nomic-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2301      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=nomic-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }2302      - { name: gpt4all releases, url: "https://github.com/nomic-ai/gpt4all/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: nomic-ai/gpt4all, kind: releases } }2303      - { name: nomic client releases, url: "https://github.com/nomic-ai/nomic/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: nomic-ai/nomic, kind: releases } }2304      - { name: blog, url: "https://www.nomic.ai/blog", type: HTML, connector: http, tier: B }2305  - id: mixedbread2306    name: Mixedbread2307    domain: mixedbread.com2308    categories: [ai, developer]2309    tier: B2310    aliases: [mixedbread, mixedbread ai, mxbai]2311    products:2312      - { name: mxbai-embed, type: AI_model }2313      - { name: mxbai-rerank, type: AI_model }2314    country: DE2315    discover: { rss: true, status: false }2316    sensors:2317      - { name: hugging face models, url: "https://huggingface.co/api/models?author=mixedbread-ai&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2318      - { name: blog, url: "https://www.mixedbread.com/blog", type: HTML, connector: http, tier: B }2319      - { name: pricing, url: "https://www.mixedbread.com/pricing", type: HTML, connector: http, tier: C }2320      - { name: batched releases, url: "https://github.com/mixedbread-ai/batched/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: mixedbread-ai/batched, kind: releases } }2321  - id: voyage-ai2322    name: Voyage AI (MongoDB)2323    domain: voyageai.com2324    categories: [ai, developer]2325    tier: B2326    aliases: [voyage ai, voyage embeddings]2327    products:2328      - { name: voyage-3, type: AI_model, aliases: [voyage-3.5, voyage-code-3] }2329      - { name: rerank-2, type: AI_model }2330    country: US2331    discover: { rss: true, status: false }2332    sensors:2333      - { name: embeddings docs, url: "https://docs.voyageai.com/docs/embeddings", type: HTML, connector: http, tier: B }2334      - { name: pricing docs, url: "https://docs.voyageai.com/docs/pricing", type: HTML, connector: http, tier: C }2335      - { name: blog, url: "https://blog.voyageai.com/", type: HTML, connector: http, tier: B }2336  - id: marqo2337    name: Marqo2338    domain: marqo.ai2339    categories: [ai, developer, open-source]2340    tier: B2341    aliases: [marqo]2342    country: AU2343    discover: { rss: true, status: false }2344    sensors:2345      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Marqo&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2346      - { name: marqo releases, url: "https://github.com/marqo-ai/marqo/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: marqo-ai/marqo, kind: releases } }2347      - { name: blog, url: "https://www.marqo.ai/blog", type: HTML, connector: http, tier: D }2348  - id: linq2349    name: Linq2350    domain: getlinq.com2351    categories: [ai, finance]2352    tier: B2353    aliases: [linq ai research, linq-embed]2354    products:2355      - { name: Linq-Embed-Mistral, type: AI_model }2356    country: KR2357    discover: { rss: true, status: false }2358    sensors:2359      - { name: hugging face models, url: "https://huggingface.co/api/models?author=Linq-AI-Research&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: D, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2360  # ───────────────────────── Local inference, fine-tuning and open-source LLM tooling ─────────────────────────2361  - id: unsloth2362    name: Unsloth2363    domain: unsloth.ai2364    categories: [ai, open-source, developer]2365    tier: B2366    aliases: [unsloth, unsloth ai, dynamic 2.0 gguf]2367    products:2368      - { name: Unsloth, type: software }2369    country: US2370    discover: { rss: true, status: false }2371    sensors:2372      - { name: hugging face models, url: "https://huggingface.co/api/models?author=unsloth&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2373      - { name: unsloth releases, url: "https://github.com/unslothai/unsloth/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: unslothai/unsloth, kind: releases } }2374      - { name: all our models docs, url: "https://docs.unsloth.ai/get-started/all-our-models", type: HTML, connector: http, tier: B }2375  - id: lm-studio2376    name: LM Studio2377    domain: lmstudio.ai2378    categories: [ai, developer, software]2379    tier: B2380    aliases: [lm studio, lmstudio, lmstudio-community]2381    products:2382      - { name: LM Studio, type: software }2383    country: US2384    discover: { rss: true, status: false }2385    sensors:2386      - { name: model catalog, url: "https://lmstudio.ai/models", type: HTML, connector: http, tier: A }2387      - { name: blog, url: "https://lmstudio.ai/blog", type: HTML, connector: http, tier: B }2388  - id: jan2389    name: Jan (Menlo Research)2390    domain: jan.ai2391    categories: [ai, open-source, software]2392    tier: B2393    aliases: [jan ai, menlo research, jan-nano, lucy model]2394    products:2395      - { name: Jan, type: software }2396      - { name: Jan-nano, type: AI_model }2397      - { name: Lucy, type: AI_model }2398    country: SG2399    discover: { rss: true, status: false }2400    sensors:2401      - { name: menlo research hugging face models, url: "https://huggingface.co/api/models?author=Menlo&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2402      - { name: jan-hq hugging face models, url: "https://huggingface.co/api/models?author=jan-hq&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2403      - { name: jan releases, url: "https://github.com/janhq/jan/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: janhq/jan, kind: releases } }2404      - { name: changelog, url: "https://jan.ai/changelog", type: HTML, connector: http, tier: B }2405      - { name: blog, url: "https://jan.ai/blog", type: HTML, connector: http, tier: C }2406  - id: arli-ai2407    name: Arli AI2408    domain: arliai.com2409    categories: [ai, developer]2410    tier: B2411    aliases: [arli ai, arliai]2412    country: US2413    discover: { rss: true, status: false }2414    sensors:2415      - { name: hugging face models, url: "https://huggingface.co/api/models?author=ArliAI&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }2416      - { name: pricing, url: "https://www.arliai.com/pricing", type: HTML, connector: http, tier: D }2417  - id: sglang2418    name: SGLang2419    domain: sglang.ai2420    categories: [ai, open-source, developer]2421    tier: B2422    aliases: [sglang, sgl-project]2423    products:2424      - { name: SGLang, type: software }2425    country: US2426    discover: { rss: true, status: false }2427    sensors:2428      - { name: sglang releases, url: "https://github.com/sgl-project/sglang/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: sgl-project/sglang, kind: releases } }2429  - id: exo-labs2430    name: EXO Labs2431    domain: exolabs.net2432    categories: [ai, open-source]2433    tier: B2434    aliases: [exo labs, exo-explore]2435    products:2436      - { name: exo, type: software }2437    country: GB2438    discover: { rss: true, status: false }2439    sensors:2440      - { name: exo releases, url: "https://github.com/exo-explore/exo/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: exo-explore/exo, kind: releases } }2441  - id: axolotl2442    name: Axolotl AI2443    domain: axolotl.ai2444    categories: [ai, open-source, developer]2445    tier: B2446    aliases: [axolotl]2447    products:2448      - { name: Axolotl, type: software }2449    country: US2450    discover: { rss: true, status: false }2451    sensors:2452      - { name: axolotl releases, url: "https://github.com/axolotl-ai-cloud/axolotl/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: axolotl-ai-cloud/axolotl, kind: releases } }2453  - id: llama-factory2454    name: LLaMA-Factory2455    domain: llamafactory.readthedocs.io2456    categories: [ai, open-source, developer]2457    tier: B2458    aliases: [llama factory, llamafactory, hiyouga]2459    country: CN2460    discover: { rss: true, status: false }2461    sensors:2462      - { name: llama-factory releases, url: "https://github.com/hiyouga/LLaMA-Factory/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: hiyouga/LLaMA-Factory, kind: releases } }2463  - id: open-webui2464    name: Open WebUI2465    domain: openwebui.com2466    categories: [ai, open-source, software]2467    tier: B2468    aliases: [open webui, open-webui]2469    products:2470      - { name: Open WebUI, type: software }2471    country: US2472    discover: { rss: true, status: false }2473    sensors:2474      - { name: open webui releases, url: "https://github.com/open-webui/open-webui/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: open-webui/open-webui, kind: releases } }2475  - id: librechat2476    name: LibreChat2477    domain: librechat.ai2478    categories: [ai, open-source, software]2479    tier: B2480    aliases: [librechat]2481    country: US2482    discover: { rss: true, status: false }2483    sensors:2484      - { name: librechat releases, url: "https://github.com/danny-avila/LibreChat/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: danny-avila/LibreChat, kind: releases } }2485      - { name: changelog, url: "https://www.librechat.ai/changelog", type: HTML, connector: http, tier: C }2486  - id: lobehub2487    name: LobeHub2488    domain: lobehub.com2489    categories: [ai, open-source, software]2490    tier: B2491    aliases: [lobehub, lobe chat, lobe-chat]2492    country: CN2493    discover: { rss: true, status: false }2494    sensors:2495      - { name: lobe chat releases, url: "https://github.com/lobehub/lobe-chat/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: lobehub/lobe-chat, kind: releases } }2496      - { name: changelog, url: "https://lobehub.com/changelog", type: HTML, connector: http, tier: C }2497  - id: koboldcpp2498    name: KoboldCpp2499    domain: github.com2500    homepage: https://github.com/LostRuins/koboldcpp2501    categories: [ai, open-source, software]2502    tier: B2503    aliases: [koboldcpp, kobold cpp, lostruins]2504    country: INT2505    discover: { rss: true, status: false }2506    sensors:2507      - { name: koboldcpp releases, url: "https://github.com/LostRuins/koboldcpp/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: LostRuins/koboldcpp, kind: releases } }2508  - id: mistral-rs2509    name: mistral.rs2510    domain: github.com2511    homepage: https://github.com/EricLBuehler/mistral.rs2512    categories: [ai, open-source, software]2513    tier: B2514    aliases: [mistral.rs, mistralrs]2515    country: US2516    discover: { rss: true, status: false }2517    sensors:2518      - { name: mistral.rs releases, url: "https://github.com/EricLBuehler/mistral.rs/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: EricLBuehler/mistral.rs, kind: releases } }2519  - id: burn2520    name: Burn (Tracel AI)2521    domain: burn.dev2522    categories: [ai, open-source, developer]2523    tier: B2524    aliases: [burn framework, tracel ai]2525    products:2526      - { name: Burn, type: software }2527    country: CA2528    discover: { rss: true, status: false }2529    sensors:2530      - { name: burn releases, url: "https://github.com/tracel-ai/burn/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: tracel-ai/burn, kind: releases } }2531  - id: mlc-ai2532    name: MLC AI2533    domain: mlc.ai2534    categories: [ai, open-source, developer]2535    tier: B2536    aliases: [mlc llm, mlc-ai, webllm]2537    products:2538      - { name: MLC LLM, type: software }2539      - { name: WebLLM, type: software }2540    country: US2541    discover: { rss: true, status: false }2542    sensors:2543      - { name: mlc llm releases, url: "https://github.com/mlc-ai/mlc-llm/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: mlc-ai/mlc-llm, kind: releases } }2544  - id: exllama2545    name: ExLlama (turboderp)2546    domain: github.com2547    homepage: https://github.com/turboderp-org/exllamav32548    categories: [ai, open-source, software]2549    tier: B2550    aliases: [exllama, exllamav2, exllamav3, exl2, exl3, turboderp]2551    country: INT2552    discover: { rss: true, status: false }2553    sensors:2554      - { name: exllamav3 releases, url: "https://github.com/turboderp-org/exllamav3/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: turboderp-org/exllamav3, kind: releases } }2555      - { name: exllamav2 releases, url: "https://github.com/turboderp-org/exllamav2/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: turboderp-org/exllamav2, kind: releases } }2556  - id: quantization-toolkits2557    name: LLM quantization toolkits (AutoAWQ, GPTQModel)2558    domain: github.com2559    homepage: https://github.com/ModelCloud/GPTQModel2560    categories: [ai, open-source, developer]2561    tier: B2562    aliases: [autoawq, gptqmodel, awq, gptq]2563    country: INT2564    discover: { rss: true, status: false }2565    sensors:2566      - { name: autoawq releases, url: "https://github.com/casper-hansen/AutoAWQ/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: casper-hansen/AutoAWQ, kind: releases } }2567      - { name: gptqmodel releases, url: "https://github.com/ModelCloud/GPTQModel/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: ModelCloud/GPTQModel, kind: releases } }2568  - id: text-generation-webui2569    name: text-generation-webui (oobabooga)2570    domain: github.com2571    homepage: https://github.com/oobabooga/text-generation-webui2572    categories: [ai, open-source, software]2573    tier: B2574    aliases: [oobabooga, text generation webui, sillytavern]2575    country: INT2576    discover: { rss: true, status: false }2577    sensors:2578      - { name: text-generation-webui releases, url: "https://github.com/oobabooga/text-generation-webui/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: oobabooga/text-generation-webui, kind: releases } }2579      - { name: sillytavern releases, url: "https://github.com/SillyTavern/SillyTavern/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: SillyTavern/SillyTavern, kind: releases } }2580  - id: anything-llm2581    name: AnythingLLM (Mintplex Labs)2582    domain: anythingllm.com2583    categories: [ai, open-source, software]2584    tier: B2585    aliases: [anythingllm, mintplex labs]2586    country: US2587    discover: { rss: true, status: false }2588    sensors:2589      - { name: anythingllm releases, url: "https://github.com/Mintplex-Labs/anything-llm/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: Mintplex-Labs/anything-llm, kind: releases } }2590  - id: khoj2591    name: Khoj2592    domain: khoj.dev2593    categories: [ai, open-source, software]2594    tier: B2595    aliases: [khoj]2596    country: US2597    discover: { rss: true, status: false }2598    sensors:2599      - { name: khoj releases, url: "https://github.com/khoj-ai/khoj/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: khoj-ai/khoj, kind: releases } }2600  - id: cherry-studio2601    name: Cherry Studio and desktop LLM clients2602    domain: cherry-ai.com2603    categories: [ai, open-source, software]2604    tier: B2605    aliases: [cherry studio, chatbox, nextchat]2606    country: CN2607    discover: { rss: true, status: false }2608    sensors:2609      - { name: cherry studio releases, url: "https://github.com/CherryHQ/cherry-studio/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: CherryHQ/cherry-studio, kind: releases } }2610      - { name: chatbox releases, url: "https://github.com/chatboxai/chatbox/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: chatboxai/chatbox, kind: releases } }2611      - { name: nextchat releases, url: "https://github.com/ChatGPTNextWeb/NextChat/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: ChatGPTNextWeb/NextChat, kind: releases } }2612  - id: k2-fsa2613    name: Next-gen Kaldi (k2-fsa)2614    domain: k2-fsa.github.io2615    categories: [ai, open-source]2616    tier: B2617    aliases: [k2-fsa, sherpa-onnx, next-gen kaldi]2618    country: CN2619    discover: { rss: true, status: false }2620    sensors:2621      - { name: sherpa-onnx releases, url: "https://github.com/k2-fsa/sherpa-onnx/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: k2-fsa/sherpa-onnx, kind: releases } }2622  - id: models-dev2623    name: models.dev (SST)2624    domain: models.dev2625    categories: [ai, developer, open-source]2626    tier: B2627    aliases: [models.dev, opencode models database]2628    first_party: false2629    country: US2630    discover: { rss: true, status: false }2631    notes: "Open database of every provider / model with context windows, prices and capabilities (used by OpenCode); one JSON document."2632    sensors:2633      - { name: models.dev api, url: "https://models.dev/api.json", type: JSON, connector: http, tier: B }2634      - { name: models.dev repository commits, url: "https://github.com/sst/models.dev/commits/dev.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: sst/models.dev, kind: commits, branch: dev } }2635  # ───────────────────────── Coding agents, agent frameworks and AI application tooling ─────────────────────────2636  - id: aider2637    name: Aider2638    domain: aider.chat2639    categories: [ai, developer, open-source]2640    tier: B2641    aliases: [aider, aider polyglot benchmark]2642    products:2643      - { name: Aider polyglot leaderboard, type: index }2644    country: US2645    discover: { rss: true, status: false }2646    sensors:2647      - { name: aider releases, url: "https://github.com/Aider-AI/aider/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: Aider-AI/aider, kind: releases } }2648      - { name: llm leaderboards, url: "https://aider.chat/docs/leaderboards/", type: HTML, connector: http, tier: B }2649  - id: cline2650    name: Cline2651    domain: cline.bot2652    categories: [ai, developer, open-source]2653    tier: B2654    aliases: [cline]2655    country: US2656    discover: { rss: true, status: false }2657    sensors:2658      - { name: cline releases, url: "https://github.com/cline/cline/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: cline/cline, kind: releases } }2659  - id: roo-code2660    name: Roo Code2661    domain: roocode.com2662    categories: [ai, developer, open-source]2663    tier: B2664    aliases: [roo code, roocode]2665    country: US2666    discover: { rss: true, status: false }2667    sensors:2668      - { name: roo code releases, url: "https://github.com/RooCodeInc/Roo-Code/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: RooCodeInc/Roo-Code, kind: releases } }2669      - { name: update notes, url: "https://docs.roocode.com/update-notes/", type: HTML, connector: http, tier: C }2670  - id: opencode2671    name: OpenCode (SST)2672    domain: opencode.ai2673    categories: [ai, developer, open-source]2674    tier: B2675    aliases: [opencode, sst opencode]2676    country: US2677    discover: { rss: true, status: false }2678    sensors:2679      - { name: opencode releases, url: "https://github.com/sst/opencode/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: sst/opencode, kind: releases } }2680  - id: continue-dev2681    name: Continue2682    domain: continue.dev2683    categories: [ai, developer, open-source]2684    tier: B2685    aliases: [continue.dev, continuedev]2686    country: US2687    discover: { rss: true, status: false }2688    sensors:2689      - { name: continue releases, url: "https://github.com/continuedev/continue/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: continuedev/continue, kind: releases } }2690  - id: tabbyml2691    name: TabbyML2692    domain: tabbyml.com2693    categories: [ai, developer, open-source]2694    tier: B2695    aliases: [tabby, tabbyml]2696    country: US2697    discover: { rss: true, status: false }2698    sensors:2699      - { name: tabby releases, url: "https://github.com/TabbyML/tabby/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: TabbyML/tabby, kind: releases } }2700  - id: all-hands-ai2701    name: All Hands AI (OpenHands)2702    domain: all-hands.dev2703    categories: [ai, developer, open-source]2704    tier: B2705    aliases: [openhands, all hands ai, opendevin]2706    products:2707      - { name: OpenHands, type: software }2708    country: US2709    discover: { rss: true, status: false }2710    sensors:2711      - { name: openhands releases, url: "https://github.com/All-Hands-AI/OpenHands/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: All-Hands-AI/OpenHands, kind: releases } }2712  - id: cognition-ai2713    name: Cognition (Devin)2714    domain: cognition.ai2715    categories: [ai, developer]2716    tier: B2717    aliases: [cognition, cognition ai, devin]2718    products:2719      - { name: Devin, type: product }2720    country: US2721    discover: { rss: true, status: false }2722    sensors:2723      - { name: devin release notes, url: "https://docs.devin.ai/release-notes/overview", type: HTML, connector: http, tier: B }2724      - { name: blog, url: "https://cognition.ai/blog", type: HTML, connector: http, tier: B }2725  - id: augment-code2726    name: Augment Code2727    domain: augmentcode.com2728    categories: [ai, developer]2729    tier: B2730    aliases: [augment code, augment]2731    country: US2732    discover: { rss: true, status: false }2733    sensors:2734      - { name: changelog, url: "https://www.augmentcode.com/changelog", type: HTML, connector: http, tier: B }2735  - id: amp-code2736    name: Amp (Sourcegraph)2737    domain: ampcode.com2738    categories: [ai, developer]2739    tier: B2740    aliases: [amp code, ampcode]2741    country: US2742    discover: { rss: true, status: false }2743    sensors:2744      - { name: news feed, url: "https://ampcode.com/news.rss", type: RSS, connector: rss, tier: B }2745      - { name: news, url: "https://ampcode.com/news", type: HTML, connector: http, tier: B }2746  - id: lovable2747    extend: true2748    country: SE2749    categories: [ai, developer, saas]2750    aliases: [lovable, lovable.dev, gpt engineer]2751    sensors:2752      - { name: changelog, url: "https://docs.lovable.dev/changelog", type: HTML, connector: http, tier: B }2753  - id: v02754    name: v0 (Vercel)2755    domain: v0.app2756    categories: [ai, developer, saas]2757    tier: B2758    aliases: [v0, v0.dev, v0.app]2759    country: US2760    discover: { rss: true, status: false }2761    sensors:2762      - { name: changelog, url: "https://v0.app/changelog", type: HTML, connector: http, tier: B }2763  - id: jetbrains-ai2764    name: JetBrains AI Assistant2765    domain: jetbrains.com2766    homepage: https://www.jetbrains.com/ai/2767    categories: [ai, developer]2768    tier: B2769    aliases: [jetbrains ai, junie, mellum]2770    products:2771      - { name: Mellum, type: AI_model }2772      - { name: Junie, type: product }2773    country: CZ2774    discover: { rss: true, status: false }2775    sensors:2776      - { name: ai assistant supported llms, url: "https://www.jetbrains.com/help/ai-assistant/supported-llms.html", type: HTML, connector: http, tier: C }2777  - id: crewai2778    name: CrewAI2779    domain: crewai.com2780    categories: [ai, developer, open-source]2781    tier: B2782    aliases: [crewai, crew ai]2783    country: US2784    discover: { rss: true, status: false }2785    sensors:2786      - { name: crewai releases, url: "https://github.com/crewAIInc/crewAI/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: crewAIInc/crewAI, kind: releases } }2787  - id: pydantic2788    name: Pydantic2789    domain: pydantic.dev2790    categories: [developer, open-source, ai]2791    tier: B2792    aliases: [pydantic, pydantic ai, logfire]2793    products:2794      - { name: PydanticAI, type: software }2795    country: GB2796    discover: { rss: true, status: false }2797    sensors:2798      - { name: pydantic ai releases, url: "https://github.com/pydantic/pydantic-ai/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: pydantic/pydantic-ai, kind: releases } }2799  - id: mastra2800    name: Mastra2801    domain: mastra.ai2802    categories: [ai, developer, open-source]2803    tier: B2804    aliases: [mastra]2805    country: US2806    discover: { rss: true, status: false }2807    sensors:2808      - { name: mastra releases, url: "https://github.com/mastra-ai/mastra/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: mastra-ai/mastra, kind: releases } }2809  - id: a2a-protocol2810    name: Agent2Agent Protocol (A2A)2811    domain: a2a-protocol.org2812    categories: [ai, standards, open-source]2813    tier: B2814    aliases: [a2a, agent2agent, a2a protocol]2815    country: INT2816    discover: { rss: true, status: false }2817    sensors:2818      - { name: a2a protocol releases, url: "https://github.com/a2aproject/A2A/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: a2aproject/A2A, kind: releases } }2819  - id: dify2820    name: Dify2821    domain: dify.ai2822    categories: [ai, developer, open-source]2823    tier: B2824    aliases: [dify, langgenius]2825    country: SG2826    discover: { rss: true, status: false }2827    sensors:2828      - { name: dify releases, url: "https://github.com/langgenius/dify/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: langgenius/dify, kind: releases } }2829  - id: flowise2830    name: Flowise2831    domain: flowiseai.com2832    categories: [ai, developer, open-source]2833    tier: B2834    aliases: [flowise, flowiseai]2835    country: US2836    discover: { rss: true, status: false }2837    sensors:2838      - { name: flowise releases, url: "https://github.com/FlowiseAI/Flowise/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: FlowiseAI/Flowise, kind: releases } }2839  - id: autogpt2840    name: AutoGPT2841    domain: agpt.co2842    categories: [ai, developer, open-source]2843    tier: B2844    aliases: [autogpt, auto-gpt, significant gravitas]2845    country: US2846    discover: { rss: true, status: false }2847    sensors:2848      - { name: autogpt releases, url: "https://github.com/Significant-Gravitas/AutoGPT/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: Significant-Gravitas/AutoGPT, kind: releases } }2849  - id: browser-use2850    name: Browser Use2851    domain: browser-use.com2852    categories: [ai, developer, open-source]2853    tier: B2854    aliases: [browser use, browser-use]2855    country: US2856    discover: { rss: true, status: false }2857    sensors:2858      - { name: browser-use releases, url: "https://github.com/browser-use/browser-use/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: browser-use/browser-use, kind: releases } }2859  - id: firecrawl2860    name: Firecrawl2861    domain: firecrawl.dev2862    categories: [ai, developer, open-source]2863    tier: B2864    aliases: [firecrawl, mendable]2865    country: US2866    discover: { rss: true, status: false }2867    sensors:2868      - { name: firecrawl releases, url: "https://github.com/firecrawl/firecrawl/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: firecrawl/firecrawl, kind: releases } }2869  - id: crawl4ai2870    name: Crawl4AI2871    domain: crawl4ai.com2872    categories: [ai, developer, open-source]2873    tier: B2874    aliases: [crawl4ai]2875    country: INT2876    discover: { rss: true, status: false }2877    sensors:2878      - { name: crawl4ai releases, url: "https://github.com/unclecode/crawl4ai/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: unclecode/crawl4ai, kind: releases } }2879  - id: mem02880    name: Mem02881    domain: mem0.ai2882    categories: [ai, developer, open-source]2883    tier: B2884    aliases: [mem0]2885    country: US2886    discover: { rss: true, status: false }2887    sensors:2888      - { name: mem0 releases, url: "https://github.com/mem0ai/mem0/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: mem0ai/mem0, kind: releases } }2889  - id: letta2890    name: Letta2891    domain: letta.com2892    categories: [ai, developer, open-source]2893    tier: B2894    aliases: [letta, memgpt]2895    country: US2896    discover: { rss: true, status: false }2897    sensors:2898      - { name: letta releases, url: "https://github.com/letta-ai/letta/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: letta-ai/letta, kind: releases } }2899  - id: zep2900    name: Zep2901    domain: getzep.com2902    categories: [ai, developer, open-source]2903    tier: B2904    aliases: [zep, graphiti]2905    country: US2906    discover: { rss: true, status: false }2907    sensors:2908      - { name: graphiti releases, url: "https://github.com/getzep/graphiti/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: getzep/graphiti, kind: releases } }2909  - id: dottxt2910    name: .txt (Outlines)2911    domain: dottxt.co2912    categories: [ai, developer, open-source]2913    tier: B2914    aliases: [dottxt, outlines, structured generation]2915    country: US2916    discover: { rss: true, status: false }2917    sensors:2918      - { name: outlines releases, url: "https://github.com/dottxt-ai/outlines/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: dottxt-ai/outlines, kind: releases } }2919  - id: guidance-ai2920    name: Guidance2921    domain: github.com2922    homepage: https://github.com/guidance-ai/guidance2923    categories: [ai, developer, open-source]2924    tier: B2925    aliases: [guidance ai]2926    country: US2927    discover: { rss: true, status: false }2928    sensors:2929      - { name: guidance releases, url: "https://github.com/guidance-ai/guidance/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: guidance-ai/guidance, kind: releases } }2930  - id: ragflow2931    name: RAGFlow (InfiniFlow)2932    domain: ragflow.io2933    categories: [ai, developer, open-source]2934    tier: B2935    aliases: [ragflow, infiniflow]2936    country: CN2937    discover: { rss: true, status: false }2938    sensors:2939      - { name: ragflow releases, url: "https://github.com/infiniflow/ragflow/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: infiniflow/ragflow, kind: releases } }2940  - id: chainlit2941    name: Chainlit2942    domain: chainlit.io2943    categories: [ai, developer, open-source]2944    tier: B2945    aliases: [chainlit]2946    country: FR2947    discover: { rss: true, status: false }2948    sensors:2949      - { name: chainlit releases, url: "https://github.com/Chainlit/chainlit/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: Chainlit/chainlit, kind: releases } }2950  - id: unstructured2951    name: Unstructured2952    domain: unstructured.io2953    categories: [ai, developer, open-source]2954    tier: B2955    aliases: [unstructured, unstructured.io]2956    country: US2957    discover: { rss: true, status: false }2958    sensors:2959      - { name: unstructured releases, url: "https://github.com/Unstructured-IO/unstructured/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: Unstructured-IO/unstructured, kind: releases } }2960  - id: copilotkit2961    name: CopilotKit2962    domain: copilotkit.ai2963    categories: [ai, developer, open-source]2964    tier: B2965    aliases: [copilotkit]2966    country: US2967    discover: { rss: true, status: false }2968    sensors:2969      - { name: copilotkit releases, url: "https://github.com/CopilotKit/CopilotKit/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: CopilotKit/CopilotKit, kind: releases } }2970  - id: openrlhf2971    name: OpenRLHF2972    domain: github.com2973    homepage: https://github.com/OpenRLHF/OpenRLHF2974    categories: [ai, open-source]2975    tier: B2976    aliases: [openrlhf]2977    country: CN2978    discover: { rss: true, status: false }2979    sensors:2980      - { name: openrlhf releases, url: "https://github.com/OpenRLHF/OpenRLHF/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: OpenRLHF/OpenRLHF, kind: releases } }2981  # ───────────────────────── Evaluators, leaderboards and safety institutes ─────────────────────────2982  - id: swe-bench2983    name: SWE-bench2984    domain: swebench.com2985    categories: [ai, research, statistics]2986    tier: B2987    aliases: [swe-bench, swe bench verified, swe-agent]2988    products:2989      - { name: SWE-bench Verified, type: index }2990      - { name: SWE-agent, type: software }2991    first_party: false2992    country: US2993    discover: { rss: true, status: false }2994    sensors:2995      - { name: princeton nlp datasets (swe-bench), url: "https://huggingface.co/api/datasets?author=princeton-nlp&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }2996      - { name: swe-bench releases, url: "https://github.com/SWE-bench/SWE-bench/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: SWE-bench/SWE-bench, kind: releases } }2997      - { name: leaderboard submissions (experiments commits), url: "https://github.com/SWE-bench/experiments/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: SWE-bench/experiments, kind: commits, branch: main } }2998      - { name: swe-agent releases, url: "https://github.com/SWE-agent/SWE-agent/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: SWE-agent/SWE-agent, kind: releases } }2999      - { name: leaderboard, url: "https://www.swebench.com/", type: HTML, connector: http, tier: B }3000      - { name: verified leaderboard, url: "https://www.swebench.com/verified", type: HTML, connector: http, tier: C }3001  - id: livebench3002    name: LiveBench3003    domain: livebench.ai3004    categories: [ai, research, statistics]3005    tier: B3006    aliases: [livebench]3007    first_party: false3008    country: US3009    discover: { rss: true, status: false }3010    sensors:3011      - { name: hugging face datasets, url: "https://huggingface.co/api/datasets?author=livebench&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: B, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }3012      - { name: livebench repository commits, url: "https://github.com/LiveBench/LiveBench/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: LiveBench/LiveBench, kind: commits, branch: main } }3013  - id: arc-prize3014    name: ARC Prize Foundation3015    domain: arcprize.org3016    categories: [ai, research, ngo]3017    tier: B3018    aliases: [arc prize, arc-agi, arc agi 2, arc agi 3]3019    products:3020      - { name: ARC-AGI, type: index, aliases: [arc-agi-2, arc-agi-3] }3021    first_party: false3022    country: US3023    discover: { rss: true, status: false }3024    sensors:3025      - { name: leaderboard, url: "https://arcprize.org/leaderboard", type: HTML, connector: http, tier: B }3026      - { name: arc-agi-2 repository commits, url: "https://github.com/arcprize/ARC-AGI-2/commits/main.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: arcprize/ARC-AGI-2, kind: commits, branch: main } }3027      - { name: arc-agi releases, url: "https://github.com/fchollet/ARC-AGI/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: fchollet/ARC-AGI, kind: releases } }3028      - { name: blog, url: "https://arcprize.org/blog", type: HTML, connector: http, tier: B }3029  - id: mlcommons3030    name: MLCommons3031    domain: mlcommons.org3032    categories: [ai, standards, ngo]3033    tier: B3034    aliases: [mlcommons, mlperf]3035    products:3036      - { name: MLPerf, type: index, aliases: [mlperf inference, mlperf training] }3037    country: US3038    discover: { rss: true, status: false }3039    sensors:3040      - { name: mlperf inference releases, url: "https://github.com/mlcommons/inference/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: mlcommons/inference, kind: releases } }3041      - { name: mlperf training releases, url: "https://github.com/mlcommons/training/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: mlcommons/training, kind: releases } }3042      - { name: inference datacenter benchmark results, url: "https://mlcommons.org/benchmarks/inference-datacenter/", type: HTML, connector: http, tier: C }3043      - { name: training benchmark results, url: "https://mlcommons.org/benchmarks/training/", type: HTML, connector: http, tier: C }3044      - { name: news feed, url: "https://mlcommons.org/feed/", type: RSS, connector: rss, tier: C }3045  - id: vellum3046    name: Vellum3047    domain: vellum.ai3048    categories: [ai, developer, saas]3049    tier: B3050    aliases: [vellum, vellum llm leaderboard]3051    first_party: false3052    country: US3053    discover: { rss: true, status: false }3054    sensors:3055      - { name: llm leaderboard, url: "https://www.vellum.ai/llm-leaderboard", type: HTML, connector: http, tier: C }3056  - id: eq-bench3057    name: EQ-Bench3058    domain: eqbench.com3059    categories: [ai, research, statistics]3060    tier: B3061    aliases: [eq-bench, eqbench]3062    first_party: false3063    country: AU3064    discover: { rss: true, status: false }3065    sensors:3066      - { name: leaderboard, url: "https://eqbench.com/", type: HTML, connector: http, tier: C }3067  - id: simple-bench3068    name: SimpleBench3069    domain: simple-bench.com3070    categories: [ai, research, statistics]3071    tier: B3072    aliases: [simplebench, simple bench]3073    first_party: false3074    country: GB3075    discover: { rss: true, status: false }3076    sensors:3077      - { name: leaderboard, url: "https://simple-bench.com/", type: HTML, connector: http, tier: D }3078  - id: llm-stats3079    name: LLM Stats3080    domain: llm-stats.com3081    categories: [ai, statistics]3082    tier: B3083    aliases: [llm stats, llm-stats]3084    first_party: false3085    country: US3086    discover: { rss: true, status: false }3087    sensors:3088      - { name: leaderboard, url: "https://llm-stats.com/", type: HTML, connector: http, tier: C }3089  - id: vals-ai3090    name: Vals AI3091    domain: vals.ai3092    categories: [ai, research, statistics]3093    tier: B3094    aliases: [vals ai, vals.ai]3095    first_party: false3096    country: US3097    discover: { rss: true, status: false }3098    sensors:3099      - { name: benchmarks, url: "https://www.vals.ai/benchmarks", type: HTML, connector: http, tier: C }3100  - id: uk-ai-security-institute3101    name: UK AI Security Institute3102    domain: aisi.gov.uk3103    categories: [government, ai, research]3104    tier: B3105    aliases: [aisi, ai security institute, ai safety institute uk, inspect ai]3106    products:3107      - { name: Inspect, type: software, aliases: [inspect ai] }3108    country: GB3109    discover: { rss: true, status: false }3110    sensors:3111      - { name: inspect ai releases, url: "https://github.com/UKGovernmentBEIS/inspect_ai/releases.atom", type: GITHUB_RELEASE, connector: github, tier: B, config: { repo: UKGovernmentBEIS/inspect_ai, kind: releases } }3112      - { name: inspect evals releases, url: "https://github.com/UKGovernmentBEIS/inspect_evals/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: UKGovernmentBEIS/inspect_evals, kind: releases } }3113      - { name: research, url: "https://www.aisi.gov.uk/research", type: HTML, connector: http, tier: B }3114      - { name: work, url: "https://www.aisi.gov.uk/work", type: HTML, connector: http, tier: C }3115  - id: opencompass3116    name: OpenCompass3117    domain: opencompass.org.cn3118    categories: [ai, research, open-source]3119    tier: B3120    aliases: [opencompass]3121    first_party: false3122    country: CN3123    discover: { rss: true, status: false }3124    sensors:3125      - { name: opencompass releases, url: "https://github.com/open-compass/opencompass/releases.atom", type: GITHUB_RELEASE, connector: github, tier: C, config: { repo: open-compass/opencompass, kind: releases } }3126  - id: project-numina3127    name: Project Numina3128    domain: projectnumina.ai3129    categories: [ai, research, ngo]3130    tier: B3131    aliases: [project numina, numina, ai-mo, numinamath]3132    products:3133      - { name: NuminaMath, type: AI_model }3134    country: FR3135    discover: { rss: true, status: false }3136    sensors:3137      - { name: ai-mo hugging face datasets (numinamath), url: "https://huggingface.co/api/datasets?author=AI-MO&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [lastModified], maxItems: 50 } }3138      - { name: ai-mo hugging face models, url: "https://huggingface.co/api/models?author=AI-MO&sort=lastModified&direction=-1&limit=50", type: REST_API, connector: jsonlist, tier: C, config: { keyField: id, titleField: id, dateField: lastModified, compareFields: [pipeline_tag, library_name], maxItems: 50 } }3139  - id: mozilla-ai3140    name: Mozilla.ai3141    domain: mozilla.ai3142    categories: [ai, open-source]3143    tier: B3144    aliases: [mozilla ai, mozilla.ai]3145    country: US3146    discover: { rss: true, status: false }3147    sensors:3148      - { name: any-llm releases, url: "https://github.com/mozilla-ai/any-llm/releases.atom", type: GITHUB_RELEASE, connector: github, tier: D, config: { repo: mozilla-ai/any-llm, kind: releases } }3149