pixano.app.routers.inference.models
delete_model(model_name, settings)
async
Delete a model from pixano inference client.
Source code in pixano/app/routers/inference/models.py
instantiate_model(config, provider, settings)
async
Instantiate a model from pixano inference client.
Source code in pixano/app/routers/inference/models.py
list_models(settings, task=None)
async
List all models from pixano inference client.