docs: add ChatOrcaRouter chat model integration#216
Open
zhenjunchen-png wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces documentation for the new ChatOrcaRouter integration, adding it to the summary, the chat models list, and creating a dedicated guide. The review feedback suggests maintaining alphabetical order in the lists, pluralizing the "Prerequisite" heading, and clarifying the phrasing regarding the default router option.
| * [Azure ChatOpenAI](integrations/langchain/chat-models/azure-chatopenai-1.md) | ||
| * [NVIDIA NIM](integrations/langchain/chat-models/nvidia-nim.md) | ||
| * [ChatCometAPI](integrations/langchain/chat-models/chatcometapi.md) | ||
| * [ChatOrcaRouter](integrations/langchain/chat-models/chatorcarouter.md) |
Contributor
| * [ChatAnthropic](chatanthropic.md) | ||
| * [ChatCohere](chatcohere.md) | ||
| * [Chat Fireworks](chat-fireworks.md) | ||
| * [ChatOrcaRouter](chatorcarouter.md) |
Contributor
|
|
||
| OrcaRouter is an OpenAI-compatible LLM router that exposes 150+ models behind a single endpoint, with a workspace-configurable `auto` router that picks the best upstream per request based on price, latency, quality, and rate-limit signals. | ||
|
|
||
| ## Prerequisite |
Contributor
|
|
||
| 1. **Chat Models** > Drag the **ChatOrcaRouter** node. | ||
| 2. Click **Connect Credential** and create a new credential with your OrcaRouter API key. | ||
| 3. Pick a model from the **Model Name** dropdown — it is fetched live from the OrcaRouter catalog and led by `orcarouter/auto` (the workspace router). You can also type any model id from the [OrcaRouter catalog](https://www.orcarouter.ai/models). |
Contributor
Pluralize the Prerequisites heading, reword the model name step, and keep ChatOrcaRouter in alphabetical order in the chat model lists.
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.
Summary
Documents the new ChatOrcaRouter chat model node introduced in FlowiseAI/Flowise#6447. Adds a single new page under
en/integrations/langchain/chat-models/chatorcarouter.mdplus an index entry inen/SUMMARY.mdand the chat modelsREADME.md.Disclosure: I'm an engineer on the OrcaRouter team.
What changed
en/integrations/langchain/chat-models/chatorcarouter.md, covering prerequisites (signup + API key URL), step-by-step usage in the canvas, and notes onorcarouter/auto, reasoning models that rejecttemperature, and self-hosted OrcaRouter-O2 deployments.en/SUMMARY.mdlinking the new page from the Chat Models section.en/integrations/langchain/chat-models/README.mdin the chat model nodes list.