Seekr provides AI-powered solutions for structured, explainable, and transparent AI interactions.This guide provides a quick overview for getting started with Seekr chat models. For detailed documentation of all
ChatSeekrFlow
features and configurations, head to the API reference.
ChatSeekrFlow
class wraps a chat model endpoint hosted on SeekrFlow, enabling seamless integration with LangChain applications.
Class | Package | Local | Serializable | Package downloads | Package latest |
---|---|---|---|---|---|
ChatSeekrFlow | seekrai | ❌ | beta |
Tool calling | Structured output | JSON mode | Image input | Audio input | Video input | Token-level streaming | Native async | Token usage | Logprobs |
---|---|---|---|---|---|---|---|---|---|
✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ |
ChatSeekrFlow
supports all methods of ChatModel
, except async APIs.
ChatSeekrFlow
wraps must have OpenAI-compatible chat input/output format. It can be used for:
AsyncChatSeekrFlow
(coming soon).
ChatSeekrFlow
class: langchain_seekrflow.ChatSeekrFlow
langchain-seekrflow