What is The Raven?
The Raven is a local proxy server that bridges the gap between Ollama-compatible tools and the poe.com API. Use your favorite AI tools with access to powerful cloud models like Claude, GPT-4, and more—all through the familiar Ollama interface.
- Drop-in replacement for Ollama API
- Access Claude, GPT-4, Gemini, and other models through poe.com
- Works with Continue, aider, and other Ollama-compatible tools
- Transparent request proxying with response streaming
- Simple configuration through environment variables
Quick Setup
# Set your poe.com API key
export POE_API_KEY="your-api-key"
# Start The Raven
theraven serve
# Point your tools to localhost:11434
# (The Raven mimics Ollama's default port)
HTMX Demo: API Counter
A live example of server communication:
0