# Descripción general

Comparaciones lado a lado para ayudarte a elegir las herramientas adecuadas.

## Comparaciones disponibles

* [Servidores LLM: Ollama vs vLLM vs TGI](/guides/guides_v2-es/comparaciones/llm-serving-comparison.md) - Elige tu servidor de inferencia
* [Interfaz de generación de imágenes: ComfyUI vs SD WebUI vs Fooocus](/guides/guides_v2-es/comparaciones/image-gen-ui-comparison.md) - Elige tu interfaz
* [Comparación de herramientas de afinamiento: Unsloth vs Axolotl vs LLaMA-Factory vs TRL](/guides/guides_v2-es/comparaciones/finetuning-comparison.md) - Elige tu framework de entrenamiento
* [Comparación de frameworks RAG: LangChain vs LlamaIndex vs Haystack vs RAGFlow](/guides/guides_v2-es/comparaciones/rag-frameworks-comparison.md) - Elige tu solución RAG
* [Comparación de motores TTS: XTTS vs Bark vs Kokoro vs Fish Speech vs MeloTTS](/guides/guides_v2-es/comparaciones/tts-comparison.md) - Elige tu motor de síntesis de voz
* [Comparación de bases de datos vectoriales: ChromaDB vs Qdrant vs Milvus vs Weaviate](/guides/guides_v2-es/comparaciones/vector-db-comparison.md) - Elige tu almacenamiento vectorial
* [Comparación de modelos de generación de video: Hunyuan vs Wan2.1 vs CogVideoX vs Mochi vs LTX](/guides/guides_v2-es/comparaciones/video-gen-comparison.md) - Elige tu modelo de IA para video


---

# 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/comparaciones/comparisons.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.
