feat: Inception (Mercury 2) provider + API params & temperature UI adjustment#8
Open
jadeezomg wants to merge 3 commits intodevnullvoid:mainfrom
Open
feat: Inception (Mercury 2) provider + API params & temperature UI adjustment#8jadeezomg wants to merge 3 commits intodevnullvoid:mainfrom
jadeezomg wants to merge 3 commits intodevnullvoid:mainfrom
Conversation
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.
Enjoying their diffusion based model a lot for quick questions, so I wanted to add native support. For testing they offer API access with 10m tokes just with sign-up. Have tested all options
AI Disclosure: Change was mostly done via Cursor
PR Description
Adds support for Inception Platform / Mercury 2 and aligns the settings UX with their API parameters.
Provider:
inceptionhttps://api.inceptionlabs.ai/v1, default modelmercury-2.inceptionRequestinAIApiAdapters.js(OpenAI-style chat completions + Mercury 2 fields).INCEPTION_API_KEY/DMS_INCEPTION_API_KEY.Mercury 2 request body (from docs)
reasoning_effort:instant|low|medium|high(dropdown, defaultmedium).reasoning_summary: toggle (default on).reasoning_summary_wait: toggle (default off).temperature: clamped 0.5–1.0 in the adapter;max_tokensclamped 1–50000 (default 8192 when unset for Inception).stream: trueunchanged (keeps Stop/cancel behavior).Intentionally not exposed
diffusing— not useful with the current chat UI (no meaningful step-by-step display).stop/stream_options.include_usage— removed to keep settings simple.Small change: temperature display
0.75).