-
Notifications
You must be signed in to change notification settings - Fork 316
docs: add ChatEmpirioLabs chat model page #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,20 @@ | ||||||
| --- | ||||||
| description: Wrapper around EmpirioLabs chat models that use the OpenAI compatible Chat endpoint. | ||||||
| --- | ||||||
|
|
||||||
| # 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. | ||||||
|
|
||||||
| ## Prerequisite | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| 1. Refer to the official [EmpirioLabs documentation](https://docs.empiriolabs.ai). | ||||||
| 2. Create an API key from your [EmpirioLabs dashboard](https://platform.empiriolabs.ai/dashboard/api-keys). | ||||||
|
|
||||||
| ## 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. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The example model names listed here (e.g.,
Suggested change
|
||||||
| 4. (Optional) Click **Additional Parameters** to adjust Max Tokens, Top Probability, penalties, Timeout, or to override the Base Path. | ||||||
|
|
||||||
| The node connects to the EmpirioLabs API at `https://api.empiriolabs.ai/v1`, so any model available on your account can be used the same way you would use any other OpenAI compatible Chat Model in Flowise. | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.