Skip to content

Models

Session-authenticated APIs used by the Manage Models UI for the active database configuration.

MethodPathPurpose
GET/api/openground/modelsList models (optional ?provider=)
POST/api/openground/modelsCreate or update a model
DELETE/api/openground/models?model_id=&provider=Delete a model
Terminal window
curl -X GET "/api/openground/models" \
-H "Cookie: <signed-in-session-cookie>"