Skip to main content
This guide provides a quick overview for getting started with Seekr chat models via our LangChain integration.

Introduction

ChatSeekrFlow class wraps a chat model endpoint hosted on SeekrFlow, enabling seamless integration with LangChain applications.

Integration Details

Model Features

Supported Methods ChatSeekrFlow supports all methods of ChatModel, except async APIs. Endpoint Requirements The serving endpoint ChatSeekrFlow wraps must have OpenAI-compatible chat input/output format. It can be used for:
  1. Fine-tuned Seekr models
  2. Custom SeekrFlow models
  3. RAG-enabled models using Seekr’s retrieval system
For async usage, please refer to AsyncChatSeekrFlow (coming soon).

Installation

Ensure you have the necessary dependencies installed:
You must also have an API key from Seekr to authenticate requests.

API Key Setup

You’ll need to set your API key as an environment variable to authenticate requests. Run the below cell. Or manually assign it before running queries:

Instantiation

Invocation

Output:

Chaining

Sample response:
Sample response:

Error Handling & Debugging

Output:

API reference

Last modified on June 18, 2026