Deploy on Banana for fast, affordable, and easy deployment of Palmyra Base. Get results fast with our user-friendly interface, unbeatable pricing and speed. Click the button above to deploy this model now!


Readme


INPUT

{
  "max_length": 5,
  "prompt": "My favorite part about working with AI is"
}

OUTPUT

{
  "output": "My favorite part about working with AI is that I get to work with a lot of different Ai."
}

CODE SNIPPETS


import banana_dev as banana

model_inputs = {
  "max_length": 5,
  "prompt": "My favorite part about working with AI is"
}

api_key = "YOUR_API_KEY"
model_key = "YOUR_MODEL_KEY"

# Run the model
out = banana.run(api_key, model_key, model_inputs)

logo