![logo](_static/logo.png){h=200 w=230 align=center}

Easy-to-use Python Interface for KoboldAI Horde

This project provides Python Client to interact with [KoboldAI Horde](https://horde.koboldai.net) service, which is a crowdsourced distributed cluster program that offers Image generation and Text Generation workers. Through this library package, it will provide easier access to Horde services through simple Python API clients. ## Features * Simple & Easy-to-use * Support for Text Generation * LangChain Integration * Asynchronous Client ```{admonition} Note :class: note There is an official [Python SDK](https://github.com/Haidra-Org/horde-sdk.git) under development from Haidra-org. By default, access tp public Horde services are disabled by to ensure Security against accidental data leaks. You can enable access to the official client by enabled `insecure` mode. Check out [Quickstart](01_quickstart.md) for more details. ``` ```{toctree} :hidden: :glob: * ```