Quickstart
Respan AI gateway supports you call 250+ LLMs using the same input/output format.
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
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is AI gateway?
Respan’s AI Gateway is a gateway that lets you interface with 250+ large language models (LLMs) via one unified API.
Considerations:
- May not be suitable for products with strict latency requirements (50 - 150ms added).
- May not be ideal for those who do not want to integrate a third-party service into the core of their application.
Use AI gateway
1. Get your Respan API key
After you create an account on Respan, you can get your API key from the API keys page.
2. Set up LLM provider API key
Environment Management: To separate test and production environments, create separate API keys for each environment instead of using an env parameter. This approach provides better security and clearer separation between your development and production workflows.
3. Call a LLM
You can use the standard API call to connect 250+ LLMs.
4. Parameters
OpenAI Parameters
We support all OpenAI parameters, which is the standard format for LLMs. You can check out important OpenAI parameters in this page. You can also learn more about OpenAI parameters here.
Respan Parameters
Use these when you want to achieve specific goals. For example, you can use fallback_models to specify fallback models when the primary model is down. You can check out all Respan parameters in this page.
Integrate with your existing AI framework
Respan offers various integration options, including all mainstream LLM frameworks and REST APIs.











