SPB Git forge

spb/ai-atlas

Public
41commits 1branches 0releases
4.6 MBsize
maindefault branch
12 days agolast push
HTML 77.2% TypeScript 10.5% Python 9.6% JavaScript 2.5%
22.4 KB · 780 lines yaml
Raw Blame History
1# Canonical organizations (companies, labs, universities, foundations). Deterministic aliases and identifiers feed entity resolution;2# every factual attribute carries the page it was read from (`source_url`). Fields not known are omitted — never guessed.3#4# `type`  = entity type (company | lab | organization | university) — kept for slugs and back-compat.5# `kind`  = canonical organisation kind (aiatlas.ontology.taxonomy.ORG_KINDS: company | lab | university | nonprofit | government | community |6#           consortium | individual) → attribute `org_kind`. Omitted when we are not sure; the seed then falls back to the type's default (none for `organization`).7# `country` = ISO-2 of the legal seat as stated on the organisation's own site; omitted when not stated there.8organizations:9  - key: openai10    name: OpenAI11    type: company12    kind: company13    aliases: [OpenAI Inc., OpenAI, L.P., OpenAI OpCo]14    domains: [openai.com, platform.openai.com, chatgpt.com, developers.openai.com]15    hf_org: openai16    github_org: openai17    country: US18    headquarters: San Francisco, California19    founded: "2015"20    website: https://openai.com21    source_url: https://openai.com/about/22  - key: anthropic23    name: Anthropic24    type: company25    kind: company26    aliases: [Anthropic PBC]27    domains: [anthropic.com, claude.com, docs.claude.com, claude.ai, platform.claude.com]28    hf_org: Anthropic29    github_org: anthropics30    country: US31    headquarters: San Francisco, California32    founded: "2021"33    website: https://www.anthropic.com34    source_url: https://www.anthropic.com/company35  - key: google36    name: Google37    type: company38    kind: company39    aliases: [Google LLC, Alphabet, Google AI, Google Research]40    domains: [google.com, ai.google, ai.google.dev, research.google, blog.google, cloud.google.com]41    hf_org: google42    github_org: google43    country: US44    headquarters: Mountain View, California45    website: https://ai.google46    source_url: https://ai.google/47  - key: google-deepmind48    name: Google DeepMind49    type: lab50    kind: lab51    aliases: [DeepMind, DeepMind Technologies, Google Brain]52    domains: [deepmind.google, deepmind.com]53    github_org: google-deepmind54    parent: google55    country: GB56    headquarters: London57    founded: "2010"58    website: https://deepmind.google59    source_url: https://deepmind.google/about/60  - key: meta61    name: Meta Platforms62    type: company63    kind: company64    aliases: [Meta, Facebook, Facebook Inc.]65    domains: [meta.com, about.fb.com]66    country: US67    headquarters: Menlo Park, California68    website: https://about.meta.com69    source_url: https://about.meta.com/company-info/70  - key: meta-ai71    name: Meta AI72    type: lab73    kind: lab74    aliases: [FAIR, Facebook AI Research, Meta FAIR, Meta AI Research, Meta Superintelligence Labs]75    domains: [ai.meta.com, llama.com, ai.facebook.com]76    hf_org: meta-llama77    github_org: facebookresearch78    parent: meta79    country: US80    website: https://ai.meta.com81    source_url: https://ai.meta.com/about/82  - key: microsoft83    name: Microsoft84    type: company85    kind: company86    aliases: [Microsoft Corporation, Microsoft Research, Microsoft AI, Azure AI]87    domains: [microsoft.com, azure.microsoft.com, learn.microsoft.com]88    hf_org: microsoft89    github_org: microsoft90    country: US91    headquarters: Redmond, Washington92    founded: "1975"93    website: https://www.microsoft.com94    source_url: https://www.microsoft.com/en-us/about95  - key: nvidia96    name: NVIDIA97    type: company98    kind: company99    aliases: [NVIDIA Corporation, Nvidia, NVIDIA AI, NVIDIA Research]100    domains: [nvidia.com, developer.nvidia.com, blogs.nvidia.com, build.nvidia.com]101    hf_org: nvidia102    github_org: NVIDIA103    country: US104    headquarters: Santa Clara, California105    founded: "1993"106    website: https://www.nvidia.com107    source_url: https://www.nvidia.com/en-us/about-nvidia/108  - key: apple109    name: Apple110    type: company111    kind: company112    aliases: [Apple Inc., Apple Machine Learning Research]113    domains: [apple.com, machinelearning.apple.com]114    hf_org: apple115    github_org: apple116    country: US117    headquarters: Cupertino, California118    founded: "1976"119    website: https://www.apple.com120    source_url: https://www.apple.com/newsroom/121  - key: mistral122    name: Mistral AI123    type: company124    kind: company125    aliases: [Mistral, MistralAI]126    domains: [mistral.ai, docs.mistral.ai, console.mistral.ai]127    hf_org: mistralai128    github_org: mistralai129    country: FR130    headquarters: Paris131    founded: "2023"132    website: https://mistral.ai133    source_url: https://mistral.ai/company134  - key: alibaba135    name: Alibaba Group136    type: company137    kind: company138    aliases: [Alibaba, Alibaba Cloud, Aliyun]139    domains: [alibabacloud.com, alibaba.com]140    country: CN141    headquarters: Hangzhou142    website: https://www.alibabagroup.com143    source_url: https://www.alibabagroup.com/en-US/about-alibaba144  - key: qwen145    name: Qwen146    type: lab147    kind: lab148    aliases: [Qwen Team, Alibaba Qwen, Tongyi Qianwen, QwenLM]149    domains: [qwenlm.github.io, qwen.ai, chat.qwen.ai]150    hf_org: Qwen151    github_org: QwenLM152    parent: alibaba153    country: CN154    website: https://qwenlm.github.io155    source_url: https://qwenlm.github.io/156  - key: deepseek157    name: DeepSeek158    type: company159    kind: company160    aliases: [DeepSeek AI, DeepSeek-AI, Hangzhou DeepSeek Artificial Intelligence]161    domains: [deepseek.com, api-docs.deepseek.com, chat.deepseek.com]162    hf_org: deepseek-ai163    github_org: deepseek-ai164    country: CN165    headquarters: Hangzhou166    founded: "2023"167    website: https://www.deepseek.com168    source_url: https://www.deepseek.com/169  - key: cohere170    name: Cohere171    type: company172    kind: company173    aliases: [Cohere Inc., Cohere For AI, C4AI, Cohere Labs]174    domains: [cohere.com, docs.cohere.com, cohere.ai]175    hf_org: CohereLabs176    github_org: cohere-ai177    country: CA178    headquarters: Toronto179    founded: "2019"180    website: https://cohere.com181    source_url: https://cohere.com/about182  - key: xai183    name: xAI184    type: company185    kind: company186    aliases: [x.ai, xAI Corp]187    domains: [x.ai, docs.x.ai]188    hf_org: xai-org189    github_org: xai-org190    country: US191    founded: "2023"192    website: https://x.ai193    source_url: https://x.ai/about194  - key: huggingface195    name: Hugging Face196    type: company197    kind: company198    aliases: [HuggingFace, HF]199    domains: [huggingface.co, hf.co]200    hf_org: HuggingFaceTB201    github_org: huggingface202    country: US203    headquarters: New York204    founded: "2016"205    website: https://huggingface.co206    source_url: https://huggingface.co/huggingface207  - key: stability-ai208    name: Stability AI209    type: company210    kind: company211    aliases: [StabilityAI]212    domains: [stability.ai]213    hf_org: stabilityai214    github_org: Stability-AI215    country: GB216    website: https://stability.ai217    source_url: https://stability.ai/about218  - key: ai21219    name: AI21 Labs220    type: company221    kind: company222    aliases: [AI21]223    domains: [ai21.com]224    hf_org: ai21labs225    github_org: AI21Labs226    country: IL227    headquarters: Tel Aviv228    website: https://www.ai21.com229    source_url: https://www.ai21.com/about230  - key: together-ai231    name: Together AI232    type: company233    kind: company234    aliases: [Together, Together Computer]235    domains: [together.ai, together.xyz]236    hf_org: togethercomputer237    github_org: togethercomputer238    country: US239    website: https://www.together.ai240    source_url: https://www.together.ai/about241  - key: fireworks-ai242    name: Fireworks AI243    type: company244    kind: company245    aliases: [Fireworks]246    domains: [fireworks.ai, docs.fireworks.ai]247    hf_org: fireworks-ai248    github_org: fw-ai249    country: US250    website: https://fireworks.ai251    source_url: https://fireworks.ai/about252  - key: groq253    name: Groq254    type: company255    kind: company256    aliases: [Groq Inc., GroqCloud]257    domains: [groq.com, console.groq.com]258    github_org: groq259    country: US260    headquarters: Mountain View, California261    website: https://groq.com262    source_url: https://groq.com/about-us/263  - key: cerebras264    name: Cerebras Systems265    type: company266    kind: company267    aliases: [Cerebras]268    domains: [cerebras.ai, cerebras.net]269    hf_org: cerebras270    github_org: Cerebras271    country: US272    website: https://www.cerebras.ai273    source_url: https://www.cerebras.ai/company274  - key: sambanova275    name: SambaNova Systems276    type: company277    kind: company278    aliases: [SambaNova]279    domains: [sambanova.ai]280    country: US281    website: https://sambanova.ai282    source_url: https://sambanova.ai/about283  - key: perplexity284    name: Perplexity AI285    type: company286    kind: company287    aliases: [Perplexity]288    domains: [perplexity.ai]289    hf_org: perplexity-ai290    country: US291    website: https://www.perplexity.ai292    source_url: https://www.perplexity.ai/hub293  - key: openrouter294    name: OpenRouter295    type: company296    kind: company297    aliases: [OpenRouter.ai]298    domains: [openrouter.ai]299    country: US300    website: https://openrouter.ai301    source_url: https://openrouter.ai/docs302  - key: deepinfra303    name: DeepInfra304    type: company305    kind: company306    domains: [deepinfra.com]307    website: https://deepinfra.com308    source_url: https://deepinfra.com/about309  - key: replicate310    name: Replicate311    type: company312    kind: company313    domains: [replicate.com]314    github_org: replicate315    country: US316    website: https://replicate.com317    source_url: https://replicate.com/about318  - key: cloudflare319    name: Cloudflare320    type: company321    kind: company322    aliases: [Cloudflare Workers AI]323    domains: [cloudflare.com, developers.cloudflare.com]324    country: US325    website: https://www.cloudflare.com326    source_url: https://www.cloudflare.com/about-overview/327  - key: amazon328    name: Amazon Web Services329    type: company330    kind: company331    aliases: [AWS, Amazon Bedrock, Amazon, Amazon.com, Amazon AGI]332    domains: [aws.amazon.com, amazon.com]333    hf_org: amazon334    github_org: aws335    country: US336    website: https://aws.amazon.com337    source_url: https://aws.amazon.com/about-aws/338  - key: elevenlabs339    name: ElevenLabs340    type: company341    kind: company342    domains: [elevenlabs.io]343    country: US344    website: https://elevenlabs.io345    source_url: https://elevenlabs.io/about346  - key: runway347    name: Runway348    type: company349    kind: company350    aliases: [Runway ML, RunwayML]351    domains: [runwayml.com]352    country: US353    website: https://runwayml.com354    source_url: https://runwayml.com/about355  - key: amd356    name: AMD357    type: company358    kind: company359    aliases: [Advanced Micro Devices]360    domains: [amd.com]361    hf_org: amd362    github_org: ROCm363    country: US364    headquarters: Santa Clara, California365    website: https://www.amd.com366    source_url: https://www.amd.com/en/corporate.html367  - key: intel368    name: Intel369    type: company370    kind: company371    aliases: [Intel Corporation]372    domains: [intel.com]373    hf_org: Intel374    github_org: intel375    country: US376    website: https://www.intel.com377    source_url: https://www.intel.com/content/www/us/en/company-overview/company-overview.html378  - key: arxiv379    name: arXiv380    type: organization381    kind: nonprofit382    aliases: [arXiv.org, Cornell arXiv]383    domains: [arxiv.org, export.arxiv.org, rss.arxiv.org]384    website: https://arxiv.org385    source_url: https://info.arxiv.org/about/index.html386  - key: openreview387    name: OpenReview388    type: organization389    kind: nonprofit390    domains: [openreview.net]391    website: https://openreview.net392    source_url: https://openreview.net/about393  - key: github394    name: GitHub395    type: company396    kind: company397    aliases: [GitHub Inc.]398    domains: [github.com, raw.githubusercontent.com]399    parent: microsoft400    country: US401    website: https://github.com402    source_url: https://github.com/about403  - key: python-software-foundation404    name: Python Software Foundation405    type: organization406    kind: nonprofit407    aliases: [PSF, PyPI]408    domains: [pypi.org, python.org]409    country: US410    website: https://www.python.org/psf/411    source_url: https://www.python.org/psf/about/412  - key: aider413    name: Aider414    type: organization415    kind: community416    aliases: [Aider AI]417    domains: [aider.chat]418    github_org: Aider-AI419    website: https://aider.chat420    source_url: https://aider.chat/421  - key: swe-bench422    name: SWE-bench423    type: organization424    kind: community425    aliases: [SWE-bench team, Princeton SWE-bench]426    domains: [swebench.com]427    github_org: SWE-bench428    website: https://www.swebench.com429    source_url: https://www.swebench.com/430  - key: livebench431    name: LiveBench432    type: organization433    kind: community434    domains: [livebench.ai]435    github_org: LiveBench436    website: https://livebench.ai437    source_url: https://livebench.ai/438  - key: artificial-analysis439    name: Artificial Analysis440    type: company441    kind: company442    domains: [artificialanalysis.ai]443    website: https://artificialanalysis.ai444    source_url: https://artificialanalysis.ai/445  - key: ai-atlas446    name: AI Atlas447    type: organization448    domains: [ai-atlas.co]449    website: https://www.ai-atlas.co450    source_url: https://www.ai-atlas.co/methodology451  - key: pytorch-foundation452    name: PyTorch Foundation453    type: organization454    kind: nonprofit455    aliases: [PyTorch, Linux Foundation PyTorch]456    domains: [pytorch.org]457    github_org: pytorch458    website: https://pytorch.org459    source_url: https://pytorch.org/foundation460  - key: ggml461    name: ggml.ai462    type: organization463    kind: company464    aliases: [ggml, ggml-org, llama.cpp project]465    domains: [ggml.ai]466    github_org: ggml-org467    website: https://ggml.ai468    source_url: https://ggml.ai/469  - key: vllm470    name: vLLM project471    type: organization472    kind: community473    aliases: [vLLM]474    domains: [vllm.ai, docs.vllm.ai]475    github_org: vllm-project476    website: https://docs.vllm.ai477    source_url: https://docs.vllm.ai/478  - key: ollama479    name: Ollama480    type: company481    kind: company482    domains: [ollama.com]483    github_org: ollama484    website: https://ollama.com485    source_url: https://ollama.com/486  - key: langchain487    name: LangChain488    type: company489    kind: company490    aliases: [LangChain Inc., LangGraph]491    domains: [langchain.com]492    github_org: langchain-ai493    country: US494    website: https://www.langchain.com495    source_url: https://www.langchain.com/about496  - key: llamaindex497    name: LlamaIndex498    type: company499    kind: company500    aliases: [Llama Index, run-llama]501    domains: [llamaindex.ai]502    github_org: run-llama503    website: https://www.llamaindex.ai504    source_url: https://www.llamaindex.ai/505  - key: sglang506    name: SGLang project507    type: organization508    kind: community509    aliases: [SGLang, LMSYS]510    domains: [sglang.ai, lmsys.org]511    github_org: sgl-project512    website: https://docs.sglang.ai513    source_url: https://docs.sglang.ai/514  - key: unsloth515    name: Unsloth516    type: company517    kind: company518    aliases: [Unsloth AI]519    domains: [unsloth.ai]520    hf_org: unsloth521    github_org: unslothai522    website: https://unsloth.ai523    source_url: https://unsloth.ai/524  - key: bartowski525    name: bartowski526    type: organization527    kind: individual528    aliases: [Bartowski quantizations]529    hf_org: bartowski530    website: https://huggingface.co/bartowski531    source_url: https://huggingface.co/bartowski532  - key: mlx-community533    name: MLX Community534    type: organization535    kind: community536    aliases: [mlx-community]537    hf_org: mlx-community538    github_org: ml-explore539    website: https://huggingface.co/mlx-community540    source_url: https://huggingface.co/mlx-community541  - key: allenai542    name: Allen Institute for AI543    type: lab544    kind: nonprofit545    aliases: [AI2, AllenAI, Ai2]546    domains: [allenai.org]547    hf_org: allenai548    github_org: allenai549    country: US550    headquarters: Seattle, Washington551    website: https://allenai.org552    source_url: https://allenai.org/about553  - key: nous-research554    name: Nous Research555    type: company556    kind: company557    aliases: [Nous, NousResearch]558    domains: [nousresearch.com]559    hf_org: NousResearch560    github_org: NousResearch561    website: https://nousresearch.com562    source_url: https://nousresearch.com/563  - key: zhipu564    name: Z.ai (Zhipu AI)565    type: company566    kind: company567    aliases: [Zhipu AI, Zhipu, THUDM, Z.ai, ChatGLM, Z AI]568    domains: [z.ai, zhipuai.cn, bigmodel.cn]569    hf_org: zai-org570    github_org: zai-org571    country: CN572    headquarters: Beijing573    website: https://z.ai574    source_url: https://z.ai/575  - key: moonshot576    name: Moonshot AI577    type: company578    kind: company579    aliases: [Moonshot, Kimi, MoonshotAI]580    domains: [moonshot.cn, moonshot.ai, kimi.com]581    hf_org: moonshotai582    github_org: MoonshotAI583    country: CN584    headquarters: Beijing585    website: https://www.moonshot.ai586    source_url: https://www.moonshot.ai/587  - key: minimax588    name: MiniMax589    type: company590    kind: company591    aliases: [MiniMax AI, MiniMaxAI]592    domains: [minimax.io, minimaxi.com]593    hf_org: MiniMaxAI594    github_org: MiniMax-AI595    country: CN596    website: https://www.minimax.io597    source_url: https://www.minimax.io/598  - key: bytedance599    name: ByteDance600    type: company601    kind: company602    aliases: [ByteDance Seed, Seed, Doubao]603    domains: [bytedance.com, seed.bytedance.com]604    hf_org: ByteDance-Seed605    github_org: bytedance606    country: CN607    website: https://www.bytedance.com608    source_url: https://www.bytedance.com/en/609  - key: baidu610    name: Baidu611    type: company612    kind: company613    aliases: [Baidu ERNIE, ERNIE]614    domains: [baidu.com, ernie.baidu.com]615    hf_org: baidu616    github_org: PaddlePaddle617    country: CN618    website: https://www.baidu.com619    source_url: https://ir.baidu.com/company-overview620  - key: tencent621    name: Tencent622    type: company623    kind: company624    aliases: [Tencent Hunyuan, Hunyuan]625    domains: [tencent.com, hunyuan.tencent.com]626    hf_org: tencent627    github_org: Tencent-Hunyuan628    country: CN629    website: https://www.tencent.com630    source_url: https://www.tencent.com/en-us/about.html631  - key: ibm632    name: IBM633    type: company634    kind: company635    aliases: [IBM Research, IBM Granite]636    domains: [ibm.com, research.ibm.com]637    hf_org: ibm-granite638    github_org: ibm-granite639    country: US640    website: https://www.ibm.com641    source_url: https://www.ibm.com/about642  - key: databricks643    name: Databricks644    type: company645    kind: company646    aliases: [Mosaic, MosaicML]647    domains: [databricks.com]648    hf_org: databricks649    github_org: databricks650    country: US651    website: https://www.databricks.com652    source_url: https://www.databricks.com/company/about-us653  - key: salesforce654    name: Salesforce655    type: company656    kind: company657    aliases: [Salesforce AI Research]658    domains: [salesforce.com]659    hf_org: Salesforce660    github_org: salesforce661    country: US662    website: https://www.salesforce.com663    source_url: https://www.salesforce.com/company/664  - key: black-forest-labs665    name: Black Forest Labs666    type: company667    kind: company668    aliases: [BFL, FLUX]669    domains: [blackforestlabs.ai, bfl.ai]670    hf_org: black-forest-labs671    github_org: black-forest-labs672    country: DE673    website: https://bfl.ai674    source_url: https://bfl.ai/675  - key: liquid-ai676    name: Liquid AI677    type: company678    kind: company679    aliases: [Liquid]680    domains: [liquid.ai]681    hf_org: LiquidAI682    country: US683    website: https://www.liquid.ai684    source_url: https://www.liquid.ai/company685  - key: ml-explore686    name: Apple ML Explore (MLX)687    type: lab688    kind: lab689    aliases: [MLX, ml-explore]690    github_org: ml-explore691    parent: apple692    country: US693    website: https://ml-explore.github.io/mlx694    source_url: https://github.com/ml-explore/mlx695  # ---------------------------------------------------------------- labs that appear on leaderboards (Artificial Analysis / LiveBench creators)696  - key: upstage697    name: Upstage698    type: company699    kind: company700    aliases: [Upstage AI, upstage]701    domains: [upstage.ai, console.upstage.ai]702    hf_org: upstage703    github_org: UpstageAI704    country: KR705    website: https://www.upstage.ai706    source_url: https://www.upstage.ai/707  - key: stepfun708    name: StepFun709    type: company710    kind: company711    aliases: [Step Fun, stepfun-ai, 阶跃星辰, StepFun AI]712    domains: [stepfun.com, platform.stepfun.com]713    hf_org: stepfun-ai714    github_org: stepfun-ai715    country: CN716    website: https://www.stepfun.com717    source_url: https://www.stepfun.com/718  - key: kwaipilot719    name: Kwaipilot720    type: company           # entity type of the existing production row (hf_org Kwaipilot); the canonical kind is `lab`721    kind: lab722    aliases: [KwaiPilot, Kuaishou Kwaipilot, KAT]723    hf_org: Kwaipilot724    github_org: Kwaipilot725    parent: kuaishou726    country: CN727    website: https://github.com/Kwaipilot728    source_url: https://github.com/Kwaipilot729  - key: kuaishou730    name: Kuaishou731    type: company732    kind: company733    aliases: [Kuaishou Technology, Kling AI, Kwai]734    domains: [kuaishou.com, klingai.com]735    country: CN736    website: https://www.kuaishou.com737    source_url: https://ir.kuaishou.com/738  - key: thinking-machines739    name: Thinking Machines740    type: company741    kind: company742    aliases: [Thinking Machines Lab, thinkingmachines, Thinking Machines Lab Inc.]743    domains: [thinkingmachines.ai]744    github_org: thinking-machines-lab     # no hf_org: the hub organisation is not stated on thinkingmachines.ai (a wrong value would split the entity)745    country: US746    website: https://thinkingmachines.ai747    source_url: https://thinkingmachines.ai/748  - key: lg-ai-research749    name: LG AI Research750    type: lab751    kind: lab752    aliases: [LGAI, LG AI, EXAONE, LGAI-EXAONE]753    domains: [lgresearch.ai]754    hf_org: LGAI-EXAONE755    github_org: LG-AI-EXAONE756    country: KR757    website: https://www.lgresearch.ai758    source_url: https://www.lgresearch.ai/759  - key: xiaomi760    name: Xiaomi761    type: company762    kind: company763    aliases: [Xiaomi MiMo, MiMo, Xiaomi Corporation]764    domains: [mi.com, xiaomimimo.com]765    hf_org: XiaomiMiMo766    github_org: XiaomiMiMo767    country: CN768    website: https://www.mi.com769    source_url: https://www.mi.com/global/about/770  - key: inclusionai771    name: inclusionAI (Ant Group)772    type: company           # entity type of the existing production row (AA creator / OpenRouter vendor); the canonical kind is `lab`773    kind: lab774    aliases: [inclusionAI, InclusionAI, Ant Group AGI, Ling]775    hf_org: inclusionAI776    github_org: inclusionAI777    country: CN778    website: https://github.com/inclusionAI779    source_url: https://github.com/inclusionAI780