Overview of Open Assistant API
mainOpen Assistant API is an open-source, self-hosted AI assistant API that is compatible with the official OpenAI interface. This compatibility allows you to use the official OpenAI Client to build LLM applications.
Key features include:
- LLM Support: Supports various models via One API.
- RAG Engine: Supports the R2R RAG engine for advanced retrieval-augmented generation.
- Web Search: Built-in support for internet searching.
- Tools: Supports custom functions and extensible built-in tools.
- Streaming: Supports message streaming for a smoother user experience.
- Deployment: Can be deployed locally.