# Descripción general

Cargas de trabajo GPU adicionales en CLORE.AI.

## Guías disponibles

| Herramienta                                                                  | Caso de uso            |
| ---------------------------------------------------------------------------- | ---------------------- |
| [Blender](/guides/guides_v2-es/otras-cargas-de-trabajo/blender-rendering.md) | Renderizado 3D         |
| [Kandinsky](/guides/guides_v2-es/otras-cargas-de-trabajo/kandinsky.md)       | Generación de imágenes |

## Renderizado en Blender

El renderizado en GPU es 5-20x más rápido que en CPU:

* Renderizador Cycles con CUDA/OptiX
* Renderizado por lotes compatible
* Use órdenes Spot para renderizados largos

## Guías relacionadas

* [Generación 3D](/guides/guides_v2-es/generacion-3d/3d-generation.md)
* [Procesamiento de video](/guides/guides_v2-es/procesamiento-de-video/video-processing.md)


---

# 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/guides_v2-es/otras-cargas-de-trabajo/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.
