-
Notifications
You must be signed in to change notification settings - Fork 1.6k
en usage models readme
LangBot Models is an official model service provided by LangBot. When you initialize a local instance with your LangBot Space account, available models will be automatically added to your instance without any configuration. You will receive a certain amount of free quota to get started quickly.
For specific available models, please check LangBot Space.
You can also add models from other sources.
Models will be used by pipelines to process messages. The first model you configure will be set as the model for the default pipeline.

You can add multiple models, and then select which model to use in the pipeline.
Enter these four parameters: Model Name, Model Provider, Request URL, and API Key, then submit.
For model capabilities, enable the ones the underlying model actually supports:
- Vision: enable to recognize images
- Tool Use (function calling / tool use): enable so the LLM can call tools during a conversation
Note
Tool Use must be enabled on the model whenever you want to use tools from MCP servers, sandbox built-ins (exec/read/write/edit/glob/grep), or Skills. Without it, even if the pipeline binds those extensions, the Agent won't call any tools.
The underlying model has to actually support function calling for this checkbox to take effect — check the model provider's docs if unsure.
Embedding models are used to compute vector representations of messages. If you need to use knowledge bases, please configure this model.
Enter these four parameters: Model Name, Model Provider, Request URL, and API Key, then submit. After that, please configure the knowledge base to use this model.
The model needs no request parameters. Use uv sync --extra seekdb for source deployments or uvx --from 'langbot[seekdb]@latest' langbot for package deployments. The official Docker/Kubernetes image already includes the SeekDB dependency. Native deployment support depends on the available pylibseekdb wheel.
- On the "Embedding Model" page, select "seekdb-built-in";
- Click "Save" to use it immediately;
- Then select this model in your knowledge base to take effect.
The system has integrated Chroma's built-in embedding model (all-MiniLM-L6-v2), no parameters required.
- On the "Embedding Model" page, select "chroma-built-in";
- Click "Save" to use it immediately;
- Then select this model in your knowledge base to take effect.
Rerank models re-score RAG retrieval results to significantly improve the precision of knowledge base answers. When a knowledge base returns multiple candidate documents, the rerank model uses a cross-encoder to precisely score each document's relevance to the query, selecting only the most relevant content.
Enter Model Name and select Model Provider, then submit. After that, select this model in your pipeline's "AI" configuration.
Tip
Rerank models are optional. Without one, knowledge base results are used in their original retrieval order. With a rerank model configured, results are re-scored and only the top-K most relevant results are kept.
Automatically synchronized from langbot-app/langbot-wiki.
简体中文
指南
开发者
- 插件开发
- 插件 SDK API
- 核心开发
文章
- 浏览
- 产品动态
- 技术解析
- 教程与集成
- 公告
API 参考
- Service API
English
Guides
Developers
-
Plugin Development
- Plugin Development Tutorial
- Completing Plugin Configuration Information
- Plugin Directory Structure
- Component Development
- Code Style Guide
- Migration Guide
- Publish Plugin
- Plugin SDK API
- Core Development
Articles
- Browse
- Product Updates
- Engineering
-
Tutorials & Integrations
- LangTARS: Open-Source AI Agent for Remote PC Control — Works with Dify, n8n & 10+ Messaging Platforms
- How to Connect DeepSeek R1 to WeChat, Discord & Telegram in 5 Minutes (FREE)
- Deploy Your Own AI Bot to Discord, Telegram & WeChat in 5 Minutes
- Finally Got My Dify Agent Working in Discord, Telegram and Slack
- How I Built a Multi-Platform AI Bot with Langflow's Drag-and-Drop Workflows
- How I Built a Multi-Platform AI Chatbot with n8n and LangBot
- LangBot 4.6.0 External Knowledge Base Tutorial: Integrating Dify with LangBot for RAG-powered Conversations
- Announcements
API Reference
- Service API
Other pages
日本語
ガイド
開発者
- プラグイン開発
- プラグイン SDK API
- コア開発
記事
- 一覧
- 製品アップデート
- エンジニアリング
-
チュートリアルと連携
- LangTARS:Dify・n8n と連携するオープンソース PC 操作 Agent
- DeepSeek R1 を WeChat・Discord・Telegram に5分で接続する方法
- AI Bot を Discord・Telegram・WeChat に5分でデプロイ
- Dify Agent を Discord・Telegram・Slack で動かす
- Langflow のドラッグ&ドロップでマルチプラットフォーム AI Bot を構築
- n8n と LangBot でマルチプラットフォーム AI Chatbot を構築
- LangBot 4.6.0 外部ナレッジベース入門:Dify と連携した RAG 会話
- お知らせ
API リファレンス
- Service API