1-Click Deploy

One-Click Deploy models are ready-made models that you can get started using in minutes, without dealing with any source code or builds.

From your Banana Dashboard, click "New Model".

Select "Prebuilt Model".

Choose the model you would like to deploy. Within seconds, you will have a functional deployment.

Click into your model to view sample Python code to call the model:

To call your one-click model from non-python SDKs, use the model_inputs from the python snippet as model inputs in the other SDKs.

Customizing 1-Click Models

If you find yourself outgrowing the one-click model and needing to add finetunes or custom server logic, you can always fork the source repos, which are built in the Serverless Framework, and add all the modifications you need.

Last updated