Recommended 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 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 routesLangChain (Anthropic)
Use
ChatAnthropic with PipeLLM’s Anthropic-compatible routesLangChain (Gemini)
Use
ChatGoogleGenerativeAI with PipeLLM’s Gemini routesShared 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