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
This section is for Respan LLM gateway users.
Prerequisites
- A Respan API key
- A Groq API key (BYOK credits)
Supported SDKs / integrations
✅ Supported Frameworks
✅ Supported Frameworks
❌ Unsupported Frameworks
❌ Unsupported Frameworks
Configuration
There are 2 ways to add your Groq credentials to your requests:Via UI (Global)
Navigate to Providers
Go to the Providers page. This page allows you to manage credentials for over 20+ supported providers.

Via code (Per-Request)
You can pass credentials dynamically in the request body. This is useful if you need to use your users’ own API keys (BYOK credits). Add thecustomer_credentials parameter to your Gateway request:
Override credentials for a particular model (Optional)
If you uploaded provider credentials in the UI, you can still override credentials for specific models on a per-request basis.Log Groq requests
If you are not using the Gateway to proxy requests, you can still log your Groq requests to Respan asynchronously. This allows you to track cost, latency, and performance metrics for external calls.Groq Python SDK
Get Started with Logging
Learn how to set up comprehensive logging for all your LLM requests
