Skip to content

Add new LLM Gateway text models (gpt-5.5, grok-4-3, gemini-3.1-flash-lite, qwen3.6, MiMo v2)#1730

Merged
rekram1-node merged 5 commits intoanomalyco:devfrom
smakosh:add-llmgateway-models
May 8, 2026
Merged

Add new LLM Gateway text models (gpt-5.5, grok-4-3, gemini-3.1-flash-lite, qwen3.6, MiMo v2)#1730
rekram1-node merged 5 commits intoanomalyco:devfrom
smakosh:add-llmgateway-models

Conversation

@smakosh
Copy link
Copy Markdown
Contributor

@smakosh smakosh commented May 7, 2026

Summary

Adds 14 new model files spanning text/coding models that LLM Gateway exposes via https://api.llmgateway.io/v1/models but were missing from models.dev.

New parent provider definitions (4)

  • providers/xai/models/grok-4-3.toml
  • providers/google/models/gemini-3.1-flash-lite.toml
  • providers/google-vertex/models/gemini-3.1-flash-lite.toml (extends google)
  • providers/alibaba/models/qwen3.6-max-preview.toml

LLM Gateway extends (11)

  • gpt-5.5, gpt-5.5-pro → openai
  • grok-4-3 → xai
  • gemini-3.1-flash-lite → google
  • mimo-v2-omni, mimo-v2-pro, mimo-v2.5, mimo-v2.5-pro → xiaomi
  • qwen3.6-35b-a3b, qwen3.6-max-preview, qwen3.6-plus → alibaba

Pricing, context lengths, and modalities for the new parent files come from the LLM Gateway model catalog. Image and video generation models from the catalog (cogview-4, glm-image, gpt-image-2, qwen-image*, seedream-4-, veo-3.1-, etc.) were intentionally excluded — this PR only covers text models.

Test plan

  • bun install
  • bun run validate passes

smakosh and others added 3 commits May 7, 2026 22:20
Add gemini-3.1-flash-lite, grok-4-3, gpt-5.5, gpt-5.5-pro, qwen3.6
and MiMo v2 models that exist in llmgateway.io but were missing
from models.dev. Adds parent definitions for grok-4-3,
gemini-3.1-flash-lite, and qwen3.6-max-preview where they did not
already exist.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
# Conflicts:
#	providers/alibaba/models/qwen3.6-max-preview.toml
#	providers/llmgateway/models/qwen3.6-max-preview.toml
Apply the canonical TOML provided by the LLM Gateway team for the
Qwen3.6 Max Preview and Grok 4.3 parent definitions, replacing the
upstream-merged variants whose dates and pricing did not match.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Comment thread providers/alibaba/models/qwen3.6-max-preview.toml Outdated
Comment thread providers/xai/models/grok-4.3.toml Outdated
@rekram1-node
Copy link
Copy Markdown
Collaborator

claude is breaking the models why is it editing the release dates and stuff

smakosh added 2 commits May 8, 2026 17:43
# Conflicts:
#	providers/google/models/gemini-3.1-flash-lite.toml
@rekram1-node rekram1-node merged commit dafff5a into anomalyco:dev May 8, 2026
1 check passed
@smakosh smakosh deleted the add-llmgateway-models branch May 8, 2026 16:20
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.

2 participants