Quick Start
Connect your LLM
Replace your existing LLM endpoint URL and add your API token. No other code changes are needed.
1 · Choose your LLM service
Use the Hyperfence proxy URL for the provider you already call today. This mirrors the current integration guide in the platform settings.
OpenAI
Direct URL
https://api.openai.com/v1 Hyperfence proxy URL
https://proxy.hyperfence.io/openai Anthropic
Direct URL
https://api.anthropic.com Hyperfence proxy URL
https://proxy.hyperfence.io/anthropic Perplexity
Direct URL
https://api.perplexity.ai Hyperfence proxy URL
https://proxy.hyperfence.io/perplexity Gemini
Direct URL
https://generativelanguage.googleapis.com/v1beta/openai Hyperfence proxy URL
https://proxy.hyperfence.io/gemini xAI
Direct URL
https://api.x.ai/v1 Hyperfence proxy URL
https://proxy.hyperfence.io/xai DeepSeek
Direct URL
https://api.deepseek.com/v1 Hyperfence proxy URL
https://proxy.hyperfence.io/deepseek Custom
If you want to connect your own custom LLM or private model endpoint, you will need the Pro plan. On Pro, we can add any LLM you want.
Contact us if you need a private endpoint or a provider that is not listed here.
2 · Add your bearer token
{
"bearer_token": "YOUR_API_TOKEN"
} Your token is available in Settings after you sign up.
3 · Send requests as normal
That's it
Your requests now flow through Hyperfence. Prompt injection blocking and your enabled Hyperfences are active immediately. Check your dashboard to see traffic, blocked events, and token usage.
Cross-provider model routing
Hyperfence can proxy traffic to multiple LLM providers simultaneously. If you want to route across providers, see Providers for the supported services and model coverage.
Need your token?
Open Settings in the platform to generate or copy your current bearer token, then come back here and swap your provider URL.