$schema string | title string | description string | version string | lastUpdated timestamp[s] | license string | source string | documentation string | sdk string | endpoint string | pricing string | trial string | compliance list | hosting string | totalModels int64 | categories dict | providers dict | topModels list | useCases dict | exampleCall dict | additionalResources dict | citationFormat dict | license_details string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://json-schema.org/draft/2020-12/schema | Brainiall LLM Models Catalog 2026 | Curated catalog of 104 LLM models accessible via Brainiall AI Gateway (OpenAI-compatible API). Updated May 2026. | 1.0.0 | 2026-05-03T00:00:00 | CC BY 4.0 | https://chat.brainiall.com/llm-models-catalog-2026.json | https://chat.brainiall.com/api | OpenAI-compatible (Python/Node/Go/Java/.NET) | https://chat.brainiall.com/v1/chat/completions | $5.99 USD/month flat (all 104 models included) | 7 days free, no credit card | [
"GDPR Art. 28",
"EU AI Act Art. 50",
"DPA available at /dpa"
] | EU (Frankfurt + Madrid) | 104 | {
"chat": 87,
"image": 12,
"video": 5,
"voice": 0
} | {
"Anthropic": 5,
"OpenAI": 10,
"Google": 8,
"Meta": 6,
"DeepSeek": 4,
"Mistral": 5,
"Alibaba": 7,
"ByteDance": 3,
"Microsoft": 2,
"OpenSource": 30,
"Other": 24
} | [
{
"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,
"license": "proprietary",
"openai_co... | {
"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": [
... | {
"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.cont... | {
"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.c... | {
"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-catal... | CC BY 4.0 - Attribution required when redistributing or referencing this catalog. Source: chat.brainiall.com |
Brainiall LLM Catalog 2026
Curated catalog of 104 large language models accessible through the Brainiall AI Gateway — an OpenAI-compatible API for accessing GPT-5, Claude 4.7, Gemini 3, Llama 4, Seedance, and more at flat $5.99/mo pricing.
What's included
- 104 models across 7 categories (chat, vision, embeddings, image, video, audio, music)
- Per-model metadata: provider, modality, context window, pricing tier, capabilities
- Comparison-ready JSON with stable schema (
$schemavalidates against draft/2020-12) - Updated monthly
Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Brainiall LLM Models Catalog 2026",
"version": "1.0.0",
"lastUpdated": "2026-05-03",
"license": "CC BY 4.0",
"models": [...]
}
How to use
Direct download
import requests
catalog = requests.get('https://huggingface.co/datasets/fabiosuizu/brainiall-llm-catalog-2026/resolve/main/llm-models-catalog-2026.json').json()
print(f"Total models: {len(catalog['models'])}")
As HF dataset
from datasets import load_dataset
ds = load_dataset('fabiosuizu/brainiall-llm-catalog-2026')
Use cases
- Model selection: filter by modality, context window, or pricing tier
- Comparison shopping: benchmark Brainiall vs OpenAI/Anthropic/Google direct pricing
- Research: dataset of currently-shipping production models (May 2026)
- Tool development: feed into model routing/selection libraries
About Brainiall
Brainiall is a managed AI gateway providing OpenAI-compatible access to 104+ models at flat $5.99/mo pricing. EU-hosted (Frankfurt + Madrid), GDPR + AI Act compliant, Brazilian-founded.
- 🌐 Website: https://chat.brainiall.com
- 📚 API docs: https://chat.brainiall.com/api
- 💰 Pricing: https://chat.brainiall.com/pricing
- 🔌 OpenAI-compatible: https://chat.brainiall.com/openai-compatible-providers
- 📊 Savings calculator: https://chat.brainiall.com/savings-calculator
License
CC BY 4.0 — free to use with attribution to https://chat.brainiall.com.
- Downloads last month
- 20