Created comprehensive guide for configuring LLMX with LiteLLM:
- Environment variable setup
- Configuration file format
- Correct usage patterns (separate provider and model)
- Common error troubleshooting
- Model name format documentation
Key points:
- Use `-c model_provider=litellm` NOT `litellm:` prefix
- Set LITELLM_BASE_URL and LITELLM_API_KEY
- LiteLLM provider uses Chat Completions API (wire_api=chat)
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>