Skip to content

docs: add ChatEmpirioLabs chat model page#220

Open
Adam-Dalloul wants to merge 1 commit into
FlowiseAI:mainfrom
Adam-Dalloul:feat/chat-empiriolabs
Open

docs: add ChatEmpirioLabs chat model page#220
Adam-Dalloul wants to merge 1 commit into
FlowiseAI:mainfrom
Adam-Dalloul:feat/chat-empiriolabs

Conversation

@Adam-Dalloul

@Adam-Dalloul Adam-Dalloul commented Jun 13, 2026

Copy link
Copy Markdown

What

Adds a documentation page for the new ChatEmpirioLabs chat model node (a wrapper around the EmpirioLabs OpenAI compatible Chat endpoint).

Changes

  • en/integrations/langchain/chat-models/chatempiriolabs.md (new): description, prerequisites, and a step by step setup guide for the ChatEmpirioLabs node. Mirrors the existing chatcometapi.md page structure.
  • en/SUMMARY.md: register the page in the LangChain Chat Models navigation.
  • en/integrations/langchain/chat-models/README.md: add the page to the Chat Model Nodes list.

Related

Documents the node added in FlowiseAI/Flowise#6509 (companion code PR).

EmpirioLabs is a unified inference platform exposing frontier chat models through one OpenAI compatible API. The node and credential follow the same pattern as the existing ChatCometAPI / Cerebras integrations.

Documents the new ChatEmpirioLabs node: prerequisites, where to get an
API key, and a step by step setup guide. Registered in the LangChain
Chat Models nav (SUMMARY.md) and the chat-models README list.

Co-Authored-By: Claude <noreply@anthropic.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds documentation for the new ChatEmpirioLabs integration, updating the summary and chat models index, and introducing a new guide for the integration. The feedback focuses on correcting references to non-existent or futuristic model versions (such as Qwen3.7 and DeepSeek V4) with actual, currently available models, as well as pluralizing the 'Prerequisite' heading for grammatical consistency.

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.

# ChatEmpirioLabs

## Description
[EmpirioLabs](https://empiriolabs.ai) is a unified inference platform that provides access to frontier chat models such as Qwen3.7, DeepSeek V4, GLM-5.1, Kimi K2.7 Code, and MiniMax M3 through a single OpenAI compatible API. The ChatEmpirioLabs node lists the available chat models for you and streams responses out of the box.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The description lists non-existent or futuristic model versions (e.g., Qwen3.7, DeepSeek V4, GLM-5.1, Kimi K2.7 Code). Please update these to currently available models (such as Qwen 2.5, DeepSeek V3, GLM-4, or Kimi) to ensure the documentation is accurate and helpful for users.

Suggested change
[EmpirioLabs](https://empiriolabs.ai) is a unified inference platform that provides access to frontier chat models such as Qwen3.7, DeepSeek V4, GLM-5.1, Kimi K2.7 Code, and MiniMax M3 through a single OpenAI compatible API. The ChatEmpirioLabs node lists the available chat models for you and streams responses out of the box.
[EmpirioLabs](https://empiriolabs.ai) is a unified inference platform that provides access to frontier chat models such as Qwen 2.5, DeepSeek V3, GLM-4, and Kimi through a single OpenAI compatible API. The ChatEmpirioLabs node lists the available chat models for you and streams responses out of the box.

## Description
[EmpirioLabs](https://empiriolabs.ai) is a unified inference platform that provides access to frontier chat models such as Qwen3.7, DeepSeek V4, GLM-5.1, Kimi K2.7 Code, and MiniMax M3 through a single OpenAI compatible API. The ChatEmpirioLabs node lists the available chat models for you and streams responses out of the box.

## Prerequisite

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Since there are multiple items listed in this section, the heading should be pluralized to 'Prerequisites' for grammatical correctness and consistency with other integration pages.

Suggested change
## Prerequisite
## Prerequisites

## Step by Step Guide
1. **Chat Models** > Drag the **ChatEmpirioLabs** node.
2. Create a new credential with your EmpirioLabs API key.
3. Pick a model from the **Model Name** list (for example `qwen3-7-plus`, `deepseek-v4-pro`, `glm-5-1`, or `kimi-k2-7-code`). The list is populated from the EmpirioLabs models catalog.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The example model names listed here (e.g., qwen3-7-plus, deepseek-v4-pro, glm-5-1, kimi-k2-7-code) are non-existent or futuristic. Please replace them with actual, currently available model identifiers (e.g., qwen-2.5-72b-instruct, deepseek-chat, glm-4).

Suggested change
3. Pick a model from the **Model Name** list (for example `qwen3-7-plus`, `deepseek-v4-pro`, `glm-5-1`, or `kimi-k2-7-code`). The list is populated from the EmpirioLabs models catalog.
3. Pick a model from the **Model Name** list (for example 'qwen-2.5-72b-instruct', 'deepseek-chat', or 'glm-4'). The list is populated from the EmpirioLabs models catalog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant