# Overview

Additional GPU workloads on CLORE.AI.

## Available Guides

| Tool                                                                      | Use Case         |
| ------------------------------------------------------------------------- | ---------------- |
| [Blender](https://docs.clore.ai/guides/other-workloads/blender-rendering) | 3D rendering     |
| [Kandinsky](https://docs.clore.ai/guides/other-workloads/kandinsky)       | Image generation |

## Blender Rendering

GPU rendering is 5-20x faster than CPU:

* Cycles renderer with CUDA/OptiX
* Batch rendering supported
* Use Spot orders for long renders

## Related Guides

* [3D Generation](https://docs.clore.ai/guides/3d-generation/3d-generation)
* [Video Processing](https://docs.clore.ai/guides/video-processing/video-processing)


---

# 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.clore.ai/guides/other-workloads/other-workloads.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.
