đź“– How to use the proxyâ–ľ
Route to a specific provider using providerName/modelName:
curl https://YOUR-SPACE.hf.space/v1/chat/completions \
-H "Authorization: Bearer YOUR_MASTER_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"groq/llama3-8b-8192","messages":[{"role":"user","content":"Hello!"}]}'
Add Provider
| Name | Base URL | Key | Default | Enabled | Actions |
|---|---|---|---|---|---|
| Loading… | |||||
Request Logs
Auto-refreshes every 5s · last 200| Time | Provider | Model | Path | Status | Latency | Stream |
|---|---|---|---|---|---|---|
| No requests yet. | ||||||
Security & Encryption
đź”’
Provider API Keys Encrypted at Rest
All backend provider keys are stored encrypted in SQLite (AES-128 via Fernet).
⏳
Checking Master Key Security…
Master API Key
Authenticates all proxy requests and dashboard access.
loading…
âš Regenerating invalidates the current key immediately.
Default Provider
Requests without a providerName/ prefix route here. Set via the Default toggle in Providers.
loading…
Base Endpoint