n8n
Last updated
Last updated
Integrate Kirha with n8n workflows to enhance them with real-time contextual data without writing code.
This guide presents two integrations options:
💬 As a chat model for your agent via OpenAI-compatible node
🛠️ As an Augmented Tool Contexter via a custom node (soon)
This method lets you use Kirha as a drop-in replacement for OpenAI, ideal for text generation, chat completion, summarization, etc.
step 1: Get your Kirha API key and login to n8n.
step 2: Add an OpenAI Node to your workflow.
step 3: Configure the OpenAi credentials:
Paste your Kirha API key
Set the Base URL to Kirha endpoint (e.g., https://api.kirha.ai/chat/v1/openai/crypto for cryptocurrency vertical)
step 4: Configure the model on you OpenAI Node, select "By ID" and input the id of one of our compatible models (e.g, openai:gpt-4.1) based on your preferences and use case.
step 5: Trigger the workflow and observe Kirha's completions !
Tool calling is not yet supported with this method, we’re actively working on it!
Only temperature and top_p are currently customizable as model parameters.