Skip to main content

API Reference

PipeLLM Gateway supports multiple API formats. Use your familiar native SDK - just change the baseURL.

Quick Start

Choose your API format:
API FormatSupported ModelsEndpoint
OpenAI CompatibleGPT, Grok, DeepSeek, Groq, etc./v1/chat/completions
AnthropicClaude series/v1/messages
GeminiGemini series/v1beta/models/{model}:generateContent

Authentication

All requests use your PipeLLM API Key with format-specific headers:
API FormatHeader
OpenAI CompatibleAuthorization: Bearer $PIPELLM_API_KEY
Anthropicx-api-key: $PIPELLM_API_KEY
Geminix-goog-api-key: $PIPELLM_API_KEY

Base URL

https://api.pipellm.com

Next Steps