Kirha API
  • Completion Api
    • API Key
    • Models & Limits
    • Chat completion (openai)
  • Connect Kirha to Claude Desktop
  • Integrations
    • n8n
Powered by GitBook
On this page
  • Introduction
  • Option 1: Use Kirha as a chat model
  • Use cases for Kirha in n8n
  1. Integrations

n8n

PreviousConnect Kirha to Claude Desktop

Last updated 2 days ago

Introduction

Integrate Kirha with n8n workflows to enhance them with real-time contextual data without writing code.

This guide presents two integrations options:

  1. 💬 As a chat model for your agent via OpenAI-compatible node

  2. 🛠️ As an Augmented Tool Contexter via a custom node (soon)

Option 1: Use Kirha as a chat model

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 !

Limitations

  • 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.

Use cases for Kirha in n8n