-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 system has integrated the official embedding model provided by seekdb, no parameters required.
- 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
API Reference
- Service API