feat(llmgateway): add MiniMax M3 and Qwen3.7 Plus#2053
Open
smakosh wants to merge 3 commits into
Open
Conversation
Add two new text models from the LLM Gateway catalog (https://api.llmgateway.io/v1/models), each as an llmgateway entry extending a canonical provider model: - minimax-m3 -> minimax/MiniMax-M3 - qwen3.7-plus -> alibaba/qwen3.7-plus Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ax-m3-qwen37-plus # Conflicts: # providers/alibaba/models/qwen3.7-plus.toml # providers/minimax/models/MiniMax-M3.toml
rekram1-node
reviewed
Jun 7, 2026
| @@ -1,31 +1,23 @@ | |||
| name = "Qwen3.7 Plus" | |||
Collaborator
There was a problem hiding this comment.
use base_model syntax.
…7 Plus Upstream renamed the inheritance keyword from [extends].from to base_model. Switch both new llmgateway entries to base_model so they inherit the shared canonical metadata and only override llmgateway cost. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two new text models from the LLM Gateway catalog, following the existing
[extends]convention — eachllmgatewayentry extends a canonical provider model.Models
minimax-m3minimax/MiniMax-M3qwen3.7-plusalibaba/qwen3.7-plusBoth support text + image input, reasoning, tool calling, and temperature. Pricing and context length come directly from the LLM Gateway API; output-token limits and modalities follow the established sibling entries (
minimax/MiniMax-M2.7,alibaba/qwen3.6-plus,alibaba/qwen3.7-max).Files
providers/minimax/models/MiniMax-M3.toml(canonical)providers/alibaba/models/qwen3.7-plus.toml(canonical)providers/llmgateway/models/minimax-m3.toml(extends)providers/llmgateway/models/qwen3.7-plus.toml(extends)bun validatepasses.🤖 Generated with Claude Code