docs: add ChatEmpirioLabs chat model page#220
Conversation
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>
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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.
| [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 |
| ## 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. |
There was a problem hiding this comment.
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).
| 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. |
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 existingchatcometapi.mdpage 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.