Set up Respan
Set up Respan
- Sign up — Create an account at platform.respan.ai
- Create an API key — Generate one on the API keys page
- Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Use AI
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
This section is for Respan LLM gateway users.
Prerequisites
- A Respan API key
- A running LLM endpoint that exposes an OpenAI-compatible API
Setup
Create a custom provider
Go to Settings > Integrations on platform.respan.ai and click Add Custom Provider.Provide:
- Provider name — A display name (e.g. “My vLLM Server”)
- Base URL — The endpoint of your LLM server (e.g.
https://my-vllm.example.com/v1) - API key — The authentication key for your server (if required)
Create a custom model
After creating the provider, add a custom model:
- Model name — The model identifier your server expects (e.g.
meta-llama/Llama-3-70b) - Provider — Select your custom provider from the dropdown
Verify
Open the Logs page to see your requests routed through the custom provider.