Links

SDKs

The clients used to call Banana models.
The SDKs are code that you can integrate into your own application to call the Banana backend.

All SDKs Expect:

  • API_KEY to identify your account.
  • MODEL_KEY to route the call to your model.
  • model_inputs which is arbitrary JSON that is passed to the server.
    • If using a 1-Click Model, you can see the optional inputs by clicking into the model from the dashboard and viewing the code snippet within the Info tab.
    • If deploying your own model, the schema of this JSON is up to you.

Select an SDK

Last modified 3mo ago