feat: add Inception Labs mercury-2 model#12156
Merged
sestinj merged 3 commits intocontinuedev:mainfrom Apr 17, 2026
Merged
Conversation
Register mercury-2 (128k context, tool-calling) and mercury-edit-2 in llm-info, add Inception Labs provider to the GUI Add Chat Model form, and flag mercury-2 as tool-capable in PROVIDER_TOOL_SUPPORT.
Describe Mercury 2 as a diffusion model and scope the provider blurbs to Mercury 2 specifically rather than a Mercury family.
sestinj
approved these changes
Apr 17, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 mercury-2 to the Inception Labs provider. 128k context, tools, OpenAI-compatible.
inceptionprovider with mercury-2, mercury-edit-2, mercury-coder-smallDynamic model fetching works out of the box via inherited OpenAI
listModels().Test plan
Summary by cubic
Adds the Inception Labs provider with the Mercury 2 diffusion model (128k context) and tool calling. Users can add Inception in the GUI and chat with Mercury 2 using an OpenAI-compatible API.
New Features
llm-info: newinceptionprovider withmercury-2,mercury-edit-2,mercury-coder-small.mercury-2marked as tool-capable inPROVIDER_TOOL_SUPPORT.listModels().Bug Fixes
Written for commit b576e39. Summary will update on new commits.