mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
docs(api): use mintlify for API specs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "List Lighthouse Models"
|
||||
api: "GET /api/v1/lighthouse/models"
|
||||
description: "Retrieve available AI models."
|
||||
---
|
||||
|
||||
Get list of available LLM models.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Retrieve Lighthouse Model"
|
||||
api: "GET /api/v1/lighthouse/models/{id}"
|
||||
description: "Get AI model details."
|
||||
---
|
||||
|
||||
Fetch information about a specific model.
|
||||
Reference in New Issue
Block a user