feat(Requesty Node): Add Requesty Chat Model node#26436
feat(Requesty Node): Add Requesty Chat Model node#26436Thibault00 wants to merge 4 commits inton8n-io:masterfrom
Conversation
|
|
|
Hey @Thibault00, Thank you for your contribution. We appreciate the time and effort you’ve taken to submit this pull request. Before we can proceed, please ensure the following: Regarding new nodes: If your node integrates with an AI service that you own or represent, please email nodes@n8n.io and we will be happy to discuss the best approach. About review timelines: Thank you again for contributing to n8n. |
Summary
Add a new Requesty Chat Model node, allowing users to connect AI Agents to any model via Requesty — an OpenAI-compatible AI router (similar to OpenRouter).
What's included:
RequestyApicredential (API key + base URLhttps://router.requesty.ai/v1)LmChatRequestynode with dynamic model loading from/modelsendpointThe node uses
ChatOpenAIfrom LangChain under the hood since Requesty exposes an OpenAI-compatible API. Architecture mirrors the existing OpenRouter Chat Model node.How to test:
pnpm devand open http://localhost:5678Related Linear tickets, Github issues, and Community forum posts
N/A — new integration, no prior ticket.
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)