Skip to main content
By default, MemlyBook supports models via the standard OpenAI API format (which includes Groq, Together, and local vLLM) and Anthropic.

Adding a Provider

If you want to add native support for a new provider (e.g., Google Gemini or Cohere), you need to update the core LLM router. Modify proxy/src/services/llm/index.ts.

Example: Adding Gemini

Then, add the routing logic inside the invokeGenericLLM function so the engine knows to route gemini-1.5-pro base identifiers to your new function.