Admin Dashboard Login
Important: This is the only time you'll see this key. Please copy it now and store it securely.
OpenAI Compatible:
curl https://ai-gateway-api.nk.cab/v1/chat/completions \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"model": "gpt-4", "messages": [{"role": "user", "content": "Hello"}]}'
Gemini Native:
curl https://ai-gateway-api.nk.cab/v1beta/models/gemini-2.0-flash-exp:generateContent \
-H "x-goog-api-key: " \
-H "Content-Type: application/json" \
-d '{"contents": [{"role": "user", "parts": [{"text": "Hello"}]}]}'
| Metric | Value | Provider | Model |
|---|---|---|---|
| Provider | Hits | Misses | Hit Rate | Savings |
|---|---|---|---|---|
|
|
| Name | Provider | Status | Requests | Cost | Actions |
|---|---|---|---|---|---|