Skip to content

feat(Requesty Node): Add Requesty Chat Model node#26436

Draft
Thibault00 wants to merge 4 commits inton8n-io:masterfrom
Thibault00:feat/add-requesty-chat-model
Draft

feat(Requesty Node): Add Requesty Chat Model node#26436
Thibault00 wants to merge 4 commits inton8n-io:masterfrom
Thibault00:feat/add-requesty-chat-model

Conversation

@Thibault00
Copy link

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:

  • RequestyApi credential (API key + base URL https://router.requesty.ai/v1)
  • LmChatRequesty node with dynamic model loading from /models endpoint
  • Fetch wrapper to normalize empty tool call arguments from proxied Anthropic models
  • Light/dark SVG icons
  • 22 unit tests covering node config, options passthrough, response format, and the fetch wrapper

The node uses ChatOpenAI from LangChain under the hood since Requesty exposes an OpenAI-compatible API. Architecture mirrors the existing OpenRouter Chat Model node.

How to test:

  1. pnpm dev and open http://localhost:5678
  2. Go to Settings > Credentials > Add Credential > search "Requesty"
  3. Enter your Requesty API key
  4. Create a workflow: AI Agent → attach Requesty Chat Model
  5. Select a model from the dropdown and run

Related Linear tickets, Github issues, and Community forum posts

N/A — new integration, no prior ticket.

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@n8n-assistant n8n-assistant bot added community Authored by a community member in linear Issue or PR has been created in Linear for internal review labels Mar 2, 2026
@n8n-assistant
Copy link
Contributor

n8n-assistant bot commented Mar 2, 2026

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:
• Tests are included for any new functionality, logic changes or bug fixes.
• The PR aligns with our contribution guidelines.

Regarding new nodes:
We no longer accept new nodes directly into the core codebase. Instead, we encourage contributors to follow our Community Node Submission Guide to publish nodes independently.

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:
This PR has been added to our internal tracker as "GHC-7079". While we plan to review it, we are currently unable to provide an exact timeframe. Our goal is to begin reviews within a month, but this may change depending on team priorities. We will reach out when the review begins.

Thank you again for contributing to n8n.

@Moses-main

This comment was marked as spam.

@Thibault00
Copy link
Author

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

Labels

community Authored by a community member in linear Issue or PR has been created in Linear for internal review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants