> For the complete documentation index, see [llms.txt](https://dazhizhong.gitbook.io/pixray-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dazhizhong.gitbook.io/pixray-docs/quickstart/using-replicate.ai.md).

# Generating online (without installation)

The models at <http://pixray.gob.io> uses <https://replicate.com> as it's backend for generation.

[![](/files/4jXZ7yjTnVBzyIoDdpZW)](http://pixray.gob.io/text2image/)

[![](/files/yUxoRirUlnZfkzV386hV)](http://pixray.gob.io/text2pixel/)

[![](/files/DJMWapI5lHhD3FOECkET)](http://pixray.gob.io/genesis/)

[![](/files/05Y9utjeOVa5yta1IMQ1)](http://pixray.gob.io/tiler/)

The website is here, it takes yaml as input, and the syntax is approximately the same as bash.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://dazhizhong.gitbook.io/pixray-docs/quickstart/using-replicate.ai.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.
