feat: add ChatInception chat model node#6506
Conversation
Add an Inception Labs chat model integration wrapping the Mercury diffusion LLMs via their OpenAI-compatible API. - New ChatInception node (chatmodels) wrapping ChatOpenAI against https://api.inceptionlabs.ai/v1, with a Reasoning Effort option (instant/low/medium/high) passed through modelKwargs. - New inceptionApi credential for the API key. - Register mercury-2 in models.json with per-1K-token pricing. - Inception node icon. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request introduces support for the Inception API by adding the InceptionApi credential, registering the chatInception model configuration with the mercury-2 model, and implementing the ChatInception chat model node wrapping ChatOpenAI. Feedback focuses on improving robustness: specifically, handling potential NaN values when parsing the temperature input, and utilizing the parseJsonBody utility helper instead of standard JSON.parse to safely parse baseOptions and handle minor formatting issues.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Add an Inception chat model integration wrapping the Mercury diffusion LLMs via their OpenAI-compatible API.