Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,17 @@ pinned: true
|
|
| 8 |
short_description: ' Servers and Routers for InferencePort AI'
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
short_description: ' Servers and Routers for InferencePort AI'
|
| 9 |
---
|
| 10 |
|
| 11 |
+
InferencePort AI Lightning is the hosted API behind the app's Lightning mode.
|
| 12 |
+
|
| 13 |
+
Key paths:
|
| 14 |
+
|
| 15 |
+
- App entrypoint: `app.py`
|
| 16 |
+
- Generation routes: `gen.py`
|
| 17 |
+
- Auth/subscription resolution: `helper/subscriptions.py`
|
| 18 |
+
- Rate limiting: `helper/ratelimit.py`
|
| 19 |
+
- Full docs: `https://inferenceport-ai.readthedocs.io`
|
| 20 |
+
|
| 21 |
+
Authentication:
|
| 22 |
+
|
| 23 |
+
- `Authorization: Bearer <supabase-access-token>`
|
| 24 |
+
- `Authorization: Bearer <dashboard-generated-api-key>`
|