Skip to content

feat: update LLM Gateway to 204 models#1259

Merged
rekram1-node merged 11 commits into
anomalyco:devfrom
smakosh:llmgateway-models
Mar 26, 2026
Merged

feat: update LLM Gateway to 204 models#1259
rekram1-node merged 11 commits into
anomalyco:devfrom
smakosh:llmgateway-models

Conversation

@smakosh
Copy link
Copy Markdown
Contributor

@smakosh smakosh commented Mar 23, 2026

Summary

  • Updates LLM Gateway provider from ~95 to 204 models
  • Adds new models: Claude 4.6, GPT-5.x, Gemini 3.1, Grok 4, MiniMax M2.x, Qwen 3.5, and more
  • Removes deprecated model aliases and free-tier duplicates

Supersedes #698 with latest model data.

🤖 Generated with Claude Code

steebchen and others added 9 commits January 23, 2026 01:10
Add LLM Gateway (llmgateway.io) as a new provider with all supported models
organized by upstream provider subdirectory.

LLM Gateway is an OpenAI-compatible API gateway that provides unified
access to 40+ LLM providers through a single API endpoint.

Directory structure:
  providers/llmgateway/
  ├── provider.toml
  ├── README.md
  ├── scripts/
  │   └── generate.ts
  └── models/
      ├── anthropic/ (16 models)
      ├── openai/ (28 models)
      ├── google/ (19 models)
      ├── zai/ (17 models - GLM, CogView)
      ├── alibaba/ (27 models - Qwen)
      ├── meta/ (12 models - Llama)
      ├── xai/ (9 models - Grok)
      ├── deepseek/ (5 models)
      ├── bytedance/ (6 models - Seed)
      ├── moonshot/ (4 models - Kimi)
      ├── mistral/ (3 models)
      ├── perplexity/ (3 models - Sonar)
      ├── minimax/ (1 model)
      ├── nvidia/ (1 model)
      └── llmgateway/ (2 models - auto, custom)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Removes provider subdirectories, exports all models directly
to models/ folder for simpler structure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Removes empty generate.ts file and scripts/ directory.
README now links to llmgateway repo for regeneration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
models.dev schema requires limit.output field.
Defaults to 16384 when not specified.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Maps internal family names to valid models.dev families:
- moonshot → kimi
- bytedance → seed
- zai → glm
- nvidia → nemotron

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Gemma models now use "gemma" family instead of "gemini"
- GPT OSS models now use "gpt-oss" family instead of "gpt"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Regenerated model exports from latest LLM Gateway
source. Adds 66 new models including Claude 4.6,
GPT-5.x, Gemini 3.1, Grok 4, and more. Removes
deprecated model aliases.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Comment thread providers/llmgateway/logo.svg Outdated
Comment thread providers/llmgateway/README.md Outdated
Comment thread providers/llmgateway/models/minimax-m2.7.toml Outdated
Comment thread providers/llmgateway/models/minimax-m2.7.toml Outdated
@rekram1-node
Copy link
Copy Markdown
Collaborator

You should prolly do a secondary review on the models I think most of them are incorrect

smakosh and others added 2 commits March 26, 2026 19:55
The export script only checked the first active
provider for capabilities. Now checks all providers
and uses model ID patterns for reasoning detection.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Normalize logo to 24x24, viewBox 0 0 40 40, currentColor
- Remove README.md (other providers don't have one)
- Mark all MiniMax models as open_weights = true

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@smakosh smakosh requested a review from rekram1-node March 26, 2026 19:03
@smakosh
Copy link
Copy Markdown
Contributor Author

smakosh commented Mar 26, 2026

You should prolly do a secondary review on the models I think most of them are incorrect

Thanks for your review Aiden, can you check now?

@rekram1-node rekram1-node merged commit f03de60 into anomalyco:dev Mar 26, 2026
1 check passed
@smakosh smakosh deleted the llmgateway-models branch March 26, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants