{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Brainiall LLM Models Catalog 2026",
  "description": "Curated catalog of 104 LLM models accessible via Brainiall AI Gateway (OpenAI-compatible API). Updated May 2026.",
  "version": "1.0.0",
  "lastUpdated": "2026-05-03",
  "license": "CC BY 4.0",
  "source": "https://chat.brainiall.com/llm-models-catalog-2026.json",
  "documentation": "https://chat.brainiall.com/api",
  "sdk": "OpenAI-compatible (Python/Node/Go/Java/.NET)",
  "endpoint": "https://chat.brainiall.com/v1/chat/completions",
  "pricing": "$5.99 USD/month flat (all 104 models included)",
  "trial": "7 days free, no credit card",
  "compliance": ["GDPR Art. 28", "EU AI Act Art. 50", "DPA available at /dpa"],
  "hosting": "EU (Frankfurt + Madrid)",
  "totalModels": 104,
  "categories": {
    "chat": 87,
    "image": 12,
    "video": 5,
    "voice": 0
  },
  "providers": {
    "Anthropic": 5,
    "OpenAI": 10,
    "Google": 8,
    "Meta": 6,
    "DeepSeek": 4,
    "Mistral": 5,
    "Alibaba": 7,
    "ByteDance": 3,
    "Microsoft": 2,
    "OpenSource": 30,
    "Other": 24
  },
  "topModels": [
    {
      "model": "claude-sonnet-4-7",
      "provider": "Anthropic",
      "type": "chat",
      "context": 200000,
      "strengths": ["reasoning", "code", "multilingual", "long-context"],
      "swe_bench": 73.5,
      "mmlu": 88.7,
      "humaneval": 92.0,
      "license": "proprietary",
      "openai_compat": true
    },
    {
      "model": "gpt-5",
      "provider": "OpenAI",
      "type": "chat",
      "context": 128000,
      "strengths": ["reasoning", "structured-output", "multilingual"],
      "swe_bench": 71.2,
      "mmlu": 89.1,
      "humaneval": 90.5,
      "license": "proprietary",
      "openai_compat": true
    },
    {
      "model": "gemini-3-pro",
      "provider": "Google",
      "type": "chat",
      "context": 10000000,
      "strengths": ["long-context", "multimodal", "reasoning"],
      "swe_bench": 68.5,
      "mmlu": 87.3,
      "humaneval": 88.0,
      "license": "proprietary",
      "openai_compat": true
    },
    {
      "model": "llama-4-maverick",
      "provider": "Meta",
      "type": "chat",
      "context": 256000,
      "strengths": ["open-source", "cost-effective", "fine-tunable"],
      "swe_bench": 65.0,
      "mmlu": 85.2,
      "humaneval": 84.5,
      "license": "Llama 4 Community License",
      "openai_compat": true
    },
    {
      "model": "deepseek-r1",
      "provider": "DeepSeek",
      "type": "chat",
      "context": 128000,
      "strengths": ["reasoning", "code", "cost-effective"],
      "swe_bench": 76.8,
      "mmlu": 86.5,
      "humaneval": 93.2,
      "license": "MIT",
      "openai_compat": true,
      "note": "Top SWE-bench score in catalog"
    },
    {
      "model": "mistral-large-2",
      "provider": "Mistral",
      "type": "chat",
      "context": 128000,
      "strengths": ["multilingual-EU", "function-calling"],
      "swe_bench": 64.2,
      "mmlu": 84.0,
      "humaneval": 85.8,
      "license": "Mistral Research License",
      "openai_compat": true
    },
    {
      "model": "qwen-3-80b",
      "provider": "Alibaba",
      "type": "chat",
      "context": 128000,
      "strengths": ["multilingual-Chinese", "open-source"],
      "swe_bench": 63.5,
      "mmlu": 83.5,
      "humaneval": 82.5,
      "license": "Qwen License",
      "openai_compat": true
    },
    {
      "model": "gpt-5-image",
      "provider": "OpenAI",
      "type": "image",
      "endpoint": "/v1/images/generations",
      "strengths": ["photorealism", "text-rendering", "concept-coherence"],
      "license": "proprietary",
      "openai_compat": true
    },
    {
      "model": "flux-2-pro",
      "provider": "Black Forest Labs",
      "type": "image",
      "endpoint": "/v1/images/generations",
      "strengths": ["photorealism", "open-source-style"],
      "license": "FLUX License",
      "openai_compat": true
    },
    {
      "model": "imagen-4",
      "provider": "Google",
      "type": "image",
      "endpoint": "/v1/images/generations",
      "strengths": ["photorealism", "text-rendering"],
      "license": "proprietary",
      "openai_compat": true
    },
    {
      "model": "seedance-2",
      "provider": "Brainiall",
      "type": "video",
      "endpoint": "/v1/videos/generations",
      "strengths": ["short-form", "30s-clips"],
      "license": "proprietary",
      "openai_compat": true
    },
    {
      "model": "veo-3",
      "provider": "Google",
      "type": "video",
      "endpoint": "/v1/videos/generations",
      "strengths": ["cinematic", "longer-form"],
      "license": "proprietary",
      "openai_compat": true
    }
  ],
  "useCases": {
    "reasoning": ["claude-sonnet-4-7", "gpt-5", "deepseek-r1"],
    "code": ["deepseek-r1", "claude-sonnet-4-7", "claude-haiku-4-5"],
    "long_context": ["gemini-3-pro"],
    "cost_effective": ["deepseek-r1", "llama-4-maverick", "qwen-3-80b"],
    "multilingual_EU": ["mistral-large-2", "claude-sonnet-4-7"],
    "multilingual_Chinese": ["qwen-3-80b", "deepseek-r1"],
    "image_generation": ["gpt-5-image", "flux-2-pro", "imagen-4"],
    "video_generation": ["seedance-2", "veo-3"],
    "structured_output": ["gpt-5", "claude-sonnet-4-7"],
    "function_calling": ["gpt-5", "claude-sonnet-4-7", "mistral-large-2"]
  },
  "exampleCall": {
    "language": "Python",
    "code": "from openai import OpenAI\nclient = OpenAI(\n    base_url='https://chat.brainiall.com/v1',\n    api_key='brnl-xxxxx'\n)\nresp = client.chat.completions.create(\n    model='claude-sonnet-4-7',\n    messages=[{'role': 'user', 'content': 'Hello'}]\n)\nprint(resp.choices[0].message.content)"
  },
  "additionalResources": {
    "explainer": "https://chat.brainiall.com/what-is-ai-gateway-2026",
    "events_calendar": "https://chat.brainiall.com/events-ai-2026",
    "blog_megaguide": "https://chat.brainiall.com/blog-q2-ai-events-megaguide-2026",
    "alternatives": "https://chat.brainiall.com/alternatives/",
    "pricing": "https://chat.brainiall.com/pricing"
  },
  "citationFormat": {
    "apa": "Brainiall (2026). LLM Models Catalog 2026 [Dataset]. https://chat.brainiall.com/llm-models-catalog-2026.json",
    "bibtex": "@dataset{brainiall_llm_catalog_2026, author = {Brainiall}, title = {LLM Models Catalog 2026}, year = {2026}, publisher = {Brainiall}, url = {https://chat.brainiall.com/llm-models-catalog-2026.json}}"
  },
  "license_details": "CC BY 4.0 - Attribution required when redistributing or referencing this catalog. Source: chat.brainiall.com"
}
