Migrate from LiteLLM

VibeCC is a drop-in replacement for LiteLLM and other OpenAI-compatible proxies.

Configuration Change

Replace your LiteLLM proxy URL with VibeCC:

# Before (LiteLLM running locally)
OPENAI_BASE_URL=http://localhost:4000/v1
OPENAI_API_KEY=sk-anything

# After (VibeCC)
OPENAI_BASE_URL=https://gateway.vibecc.dev/v1
OPENAI_API_KEY=vcc_your_key_here

Feature Comparison

| Feature | LiteLLM | VibeCC | |---------|---------|--------| | Self-hosted | Yes | Planned (P6) | | Multi-provider routing | YAML config | UI + API | | Billing/metering | Limited | Wallet + ledger | | Observability | Logs only | Realtime dashboard | | Streaming | Yes | Yes | | Tool calling | Yes | Yes |

Model Name Mapping

If you used LiteLLM model prefixes (e.g. openai/gpt-4o), switch to plain aliases:

openai/gpt-4o   →   gpt-4o
anthropic/claude-3-5-sonnet  →  (check /v1/models for available aliases)

Run GET /v1/models to see all available VibeCC aliases.