Skip to main content

list_models

Function list_models 

Source
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": [...] }