RavenRouter × AnythingLLM
AnythingLLM Integration
Use the Generic OpenAI connector to reach RavenRouter.
Before you start
- Create an API key in Console → API Keys.
- Pick a model from GET /v1/models that your plan allows.
API base URL: https://api.ravenrouter.ai/v1
Setup steps
- AnythingLLM → AI Providers → Generic OpenAI.
- Base URL: https://api.ravenrouter.ai/v1, API Key: your token.
- Choose a model for chat or RAG workspaces.
Configuration example
# OpenAI-compatible
Base URL: https://api.ravenrouter.ai/v1
API Key: <YOUR_RAVENROUTER_TOKEN>
Model: DeepSeek-V3.2Notes
- Use POST /v1/embeddings when your model supports it.
