feat(model): add Claude Opus/Sonnet 4.6 and MiniMax M2.5 model presets#384
Merged
c121914yu merged 3 commits intolabring:mainfrom Feb 21, 2026
Merged
Conversation
- Add claude-opus-4-6-20260205: 1M context, 128K output, vision+reasoning+toolChoice - Add claude-sonnet-4-6-20260217: 1M context, 64K output, vision+reasoning+toolChoice - Add MiniMax-M2.5: 204K context, reasoning+toolChoice - Add MiniMax-M2.5-highspeed: 204K context, reasoning+toolChoice (100 TPS)
|
FastGPT Bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds support for the latest Claude 4.6 and MiniMax M2.5 model variants released in early February 2026. These models bring enhanced capabilities including extended context windows (1M tokens for Claude models) and improved reasoning capabilities.
Changes:
- Added Claude Opus 4.6 (20260205) and Claude Sonnet 4.6 (20260217) with 1M context windows, vision, reasoning, and tool choice support
- Added MiniMax M2.5 and M2.5-highspeed variants with 204K context, reasoning, and tool choice capabilities
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| modules/model/provider/Claude/index.ts | Adds two new Claude 4.6 model presets (Opus and Sonnet) with 1M context window and enhanced capabilities |
| modules/model/provider/MiniMax/index.ts | Adds two new MiniMax M2.5 model presets (standard and highspeed variants) with 204K context |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
✅ Build Successful - Preview Images for this PR: Changed packages: |
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.
Changes
New Models Added
Claude (Anthropic)
claude-opus-4-6-20260205: Released 2026-02-05. 1M context window (beta), 128K max output, vision + reasoning + toolChoiceclaude-sonnet-4-6-20260217: Released 2026-02-17. 1M context window (beta), 64K max output, vision + reasoning + toolChoice. Pricing: $3/$15 per MTokMiniMax
MiniMax-M2.5: Released 2026-02-13. 204K context, reasoning + toolChoice, ~60 TPSMiniMax-M2.5-highspeed: Released 2026-02-13. 204K context, reasoning + toolChoice, ~100 TPSAlready Up-to-date
qwen3.5-plus(Qwen/Alibaba, released 2026-02-16) — already added in feat(model): add Qwen3.5-Plus model preset #382doubao-seed-2-0-*(Doubao/ByteDance, released 2026-02-15) — already added in feat(model): add Doubao 2.0 model presets #381Notes