Developer Documentation
Integrations &
API Hooks
GenixBit Genius exposes an open interface mapping to multiple external search engines and LLM provider networks.
LLM Provider Endpoints
Resilient model completion pipelines for OpenAI GPT, Anthropic Claude, Google Gemini, Grok, Cohere, and open models via OpenRouter or local Ollama instances.
Internet Search Indices
Consolidate structured internet search indices. Genius parses organic search lists from Serper (Google), Tavily, and Brave Search APIs concurrently.
Spreadsheets & Documents
Ingest PDF, DOCX, CSV spreadsheets, and clean website URLs using local python parsers, mapping text content to 1536-dimension vector embeddings.
Platform Setup Playbook
Clone the template and input your API keys for search engines and models.
Terminal
cp deployment/.env.example deployment/.env nano deployment/.env # Add OPENAI_API_KEY, GEMINI_API_KEY, SERPER_API_KEY, etc.