pub async fn list_models(
environment: &Environment,
app_id: &str,
app_secret: &str,
access_token: &str,
) -> Result<Vec<OndeModel>, GresiqError>Expand description
Fetch all models in the Onde catalog.
GET /v1/client/gresiq/models â response: { "models": [...] }