Skip to main content
This section documents developer tools that can run directly on PipeLLM by pointing them at the correct protocol route.
Tool or frameworkRecommended routeWhy
Claude Codehttps://api.pipellm.ai for Claude, https://api.pipellm.ai/anthropic for GPT or GeminiClaude Code speaks the Anthropic Messages protocol
OpenCodehttps://api.pipellm.ai/openai/v1OpenCode custom providers work well with OpenAI-compatible chat completions
OpenClawhttps://api.pipellm.ai/openai/v1OpenClaw custom providers support OpenAI-compatible endpoints cleanly
LangChain OpenAIhttps://api.pipellm.ai/v1ChatOpenAI maps directly to OpenAI-compatible native routes
LangChain Anthropichttps://api.pipellm.aiChatAnthropic maps directly to Anthropic Messages
LangChain Geminihttps://api.pipellm.aiChatGoogleGenerativeAI maps directly to Gemini native routes

What a Tool Guide Covers

Each tool guide answers four questions:
  • which base URL to use
  • which environment variables or config keys to set
  • which model families make sense as starting points
  • which protocol limitations or workarounds developers should know

Coding Assistants

Claude Code

Anthropic-native coding assistant

OpenCode

Open source coding agent with JSON config

OpenClaw

Gateway-first assistant with custom provider onboarding

Framework Integrations

LangChain (OpenAI)

Use ChatOpenAI with PipeLLM’s OpenAI-compatible routes

LangChain (Anthropic)

Use ChatAnthropic with PipeLLM’s Anthropic-compatible routes

LangChain (Gemini)

Use ChatGoogleGenerativeAI with PipeLLM’s Gemini routes

Shared References

Routing & Protocols

Choose the right route before configuring a tool

Converters

Keep the tool’s native SDK format across providers

List Models

Confirm the model IDs available to your account