What is Claude Code
Claude Code is Anthropic’s official AI coding assistant for your terminal and IDE. You can configure it to use PipeLLM as your API endpoint.Configuration
Terminal
Set the API base URL in your environment:VS Code
- Open VS Code Settings (JSON)
- Add the following configuration:
JetBrains IDEs
- Open
Settings→Tools→Claude - Set API Key: Your PipeLLM API key
- Set API Base URL:
https://api.pipellm.com
Supported Models
Claude Code works with all Claude models supported by PipeLLM:claude-3-7-sonnet-latest(recommended)claude-sonnet-4-5-latestclaude-3-5-haiku-latest
More Resources
Claude Code Documentation
Official Claude Code setup and usage guide