n8n-nodes-vibe-chat
v0.2.1
Published
Secure multi-provider Vibe chat node for n8n
Maintainers
Readme
n8n-nodes-vibe-chat
Community nodes for calling OpenAI Responses, Claude Messages, and Gemini GenerateContent-compatible Vibe APIs from n8n.
Vibe Chat
- Create a Vibe API credential and select OpenAI, Claude, or Gemini as its provider.
- Enter the provider-compatible Base URL using the format shown below the field.
- Store the API key in the credential. The node never places it in workflow parameters or output data.
- Select a model from the searchable list, or switch to ID when the models endpoint is unavailable.
- Provide text in Input and execute the node.
All providers use Authorization: Bearer <API key>. The node translates the
single Input field into the selected provider's text request, passes through
execution cancellation, applies a bounded timeout, and does not automatically
retry generation requests.
Provider errors include the server's status and common diagnostic fields such as message, type, code, status, and request ID. Credentials and tokens are redacted, and complete response bodies are never exposed.
Only text input/output behavior is enabled. Streaming, tool calling, structured output, vision, and audio are not claimed by this node.
