Skip to main content
This section documents agent-facing tools that can run directly on PipeLLM by pointing them at the correct protocol route.

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 Agents and Assistants

Claude Code

Anthropic-native coding assistant

OpenCode

Open source coding agent with JSON config

OpenClaw

Gateway-first assistant with custom provider onboarding

Agent 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