Hello,
Can you add Requesty as llm provider: Requesty
It’s very similar to open router if you don’t know, but more modern and powerfull with lot of features and easy integration.
You can find the documentation to easily implement them and probably even make business with me
Would be great thanks!
That would be a huge win for me too!
1 Like
Agreed. It’s a great provider and actually a GDPR friendly option.
1 Like
Hello,
Actually it works fine with the OPENAI model node, just need to change the base url to https://router.requesty.ai/v1
Hi team! I’ve added the PR for Requesty. Not sure how to get this approved?
master ← Thibault00:feat/add-requesty-chat-model
opened 04:07PM - 02 Mar 26 UTC
## Summary
Add a new **Requesty Chat Model** node, allowing users to connect AI… Agents to any model via [Requesty](https://requesty.ai) — 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
- [x] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md))
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created.
- [x] Tests included.
- [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported)