docbot.config.jsonc file.
Model ID format
All model IDs must follow the formatprovider/model-name:
openai/gpt-5.2anthropic/claude-sonnet-4.5google/gemini-3-flashcohere/rerank-v3.5
Configuration
Model types
Model used for planning and task orchestration.Format:
provider/model-nameModel used for complex planning tasks that require deeper reasoning.Format:
provider/model-nameModel used for writing documentation prose.Format:
provider/model-nameModel used for quick operations that don’t require deep reasoning.Format:
provider/model-nameModel used for very simple, high-speed operations.Format:
provider/model-nameModel used for context analysis and understanding.Format:
provider/model-nameModel used for generating text embeddings for semantic search.Format:
provider/model-nameModel used for generating high-quality embeddings when precision is critical.Format:
provider/model-nameAI Gateway requirement
Docbot currently requires aAI_GATEWAY_API_KEY environment variable for Vercel AI Gateway. Support for other providers is planned.
Related pages
Configuration overview
Learn about all configuration options
Qdrant configuration
Configure vector database settings