# 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](/lilypad/developer-resources/inference-api.md) or [install our CLI](/lilypad/quickstart/cli/installation.md)
* Choose a module to run and send a job request

### **Example Modules**

Try out some of the Lilypad team modules:

* [Cowsay](/lilypad/developer-resources/module-marketplace/build-a-job-module/cowsay.md)
* [Llama2](/lilypad/developer-resources/module-marketplace/build-a-job-module/llama2.md)
* [Stable Diffusion Turbo Pipeline](/lilypad/developer-resources/module-marketplace/build-a-job-module/stable-diffusion-turbo-pipeline.md)

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](/lilypad/developer-resources/module-marketplace/build-a-job-module.md)
* [create-lilypad-module](/lilypad/developer-resources/module-marketplace/create-lilypad-module.md)
* [Module Builder Guide](https://blog.lilypadnetwork.org/lilypad-module-builder-guide)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
