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

  1. AnythingLLM → AI Providers → Generic OpenAI.
  2. Base URL: https://api.ravenrouter.ai/v1, API Key: your token.
  3. 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.2

Notes

  • Use POST /v1/embeddings when your model supports it.