# AI Model Marketplace

Lilypad makes it easy to deploy and run AI models with an AI model hub called the [Lilypad Module Marketplace](https://github.com/Lilypad-Tech/awesome-Lilypad?tab=readme-ov-file#modules).&#x20;

Currently setup in the [awesome-lilypad github repo](https://github.com/Lilypad-Tech/awesome-Lilypad?tab=readme-ov-file#modules), the Module Marketplace makes it easy for AI model creators to distribute their work and for the community to quickly get started running a wide range of open source AI models.

There are two ways that participants in the network can interact with Lilypad Modules: As *Job Creators* who run modules, or as *Module Creators* who create modules.

## Running Modules

Running Jobs (participating as a 'Job Creator') is just a few simple steps:

* Use the Lilypad [AI inference API](https://docs.lilypad.tech/lilypad/developer-resources/inference-api) or [install our CLI](https://docs.lilypad.tech/lilypad/quickstart/cli/installation)
* Choose a module to run and send a job request

### **Example Modules**

Try out some of the Lilypad team modules:

* [cowsay](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/build-a-job-module/cowsay "mention")
* [llama2](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/build-a-job-module/llama2 "mention")
* [stable-diffusion-turbo-pipeline](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/build-a-job-module/stable-diffusion-turbo-pipeline "mention")

Additional modules from the community are available in the [awesome-lilypad repo](https://github.com/Lilypad-Tech/awesome-Lilypad?tab=readme-ov-file#modules).

## Creating Modules

A [Lilypad Module](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/build-a-job-module) is a standard containerized (Docker) process for running compute workloads on Lilypad.&#x20;

Modules can be developed by any member of the community (participating as a 'Module Creator'). If there is an AI model (or other compute job) you wish to run using the Lilypad Network resources, create a new Module and [add it to the Module Marketplace](https://blog.lilypadnetwork.org/lilypad-module-creator-rewards-beta#heading-submitting-a-module)!

### Developer Resources

* [build-a-job-module](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/build-a-job-module "mention")
* [create-lilypad-module](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/create-lilypad-module "mention")
* [Module Builder Guide](https://blog.lilypadnetwork.org/lilypad-module-builder-guide)
