Usage
Instructions on how to use the Lilypad API
Once you have your API key, you can start running AI inference jobs using Lilypad's Anura API. Below is a simple "Hello World" example to get started.
Get Available Models
Before running a job, check which models are supported:
Run a Job
Use the API to send a simple chat completion request using one of the available models:
Replace "MODEL_NAME:MODEL_VERSION"
with the model you want to use from the previous step.
Retreive Job Results
You can check the status of your job and retrieve outputs using the job ID:
This will return details on whether the job is still processing or has completed.
For more advanced usage, including streaming completions, multi-turn conversations, and additional endpoints, check out the inference API Documentation.
Last updated
Was this helpful?