
LLM xAI
LLM xAI de FlowHunt te permite integrar modelos de generación de texto de xAI como Grok-beta en tus chatbots y herramientas de IA, con configuraciones flexibles para tokens, temperatura y selección de modelos.
Descripción del componente
Cómo funciona el componente LLM xAI
What is the LLM xAI component?
The LLM xAI component connects the Grok model to your flow. While the Generators and Agents are where the actual magic happens, LLM components allow you to control the model used. All components come with ChatGPT-4 by default. You can connect this component if you wish to change the model or gain more control over it.

Remember that connecting an LLM Component is optional. All components that use an LLM come with ChatGPT-4o as the default. The LLM components allow you to change the model and control model settings.
LLM xAI Component Settings
Max Tokens
Tokens represent the individual units of text the model processes and generates. Token usage varies with models, and a single token can be anything from words or subwords to a single character. Models are usually priced in millions of tokens.
The max tokens setting limits the total number of tokens that can be processed in a single interaction or request, ensuring the responses are generated within reasonable bounds. The default limit is 4,000 tokens, which is the optimal size for summarizing documents and several sources to generate an answer.
Temperature
Temperature controls the variability of answers, ranging from 0 to 1.
A temperature of 0.1 will make the responses very to the point but potentially repetitive and deficient.
A high temperature of 1 allows for maximum creativity in answers but creates the risk of irrelevant or even hallucinatory responses.
For example, the recommended temperature for a customer service bot is between 0.2 and 0.5. This level should keep the answers relevant and to the script while allowing for a natural response variation.
Model
This is the model picker. Here, you’ll find all the supported models from the xAI provider. xAI’s flagship text model is called Grok. Currently, we only support the grok-beta model, as it is the only one that has been released for public API use.
Want to learn more about Grok-beta and see how it compares to other models? Check out this article.
How To Add The LLM xAI To Your Flow
You’ll notice that all LLM components only have an output handle. Input doesn’t pass through the component, as it only represents the model, while the actual generation happens in AI Agents and Generators.
The LLM handle is always purple. The LLM input handle is found on any component that uses AI to generate text or process data. You can see the options by clicking the handle:

This allows you to create all sorts of tools. Let’s see the component in action. Here’s a simple AI Agent chatbot Flow that’s using xAI’s grok-beta to generate responses. You can think of it as a basic xAI chatbot.
This simple Chatbot Flow includes:
- Chat input: Represents the message a user sends in chat.
- Chat history: Ensures the chatbot can remember and factor in past responses.
- Chat output: Represent the chatbot’s final response.
- AI Agent: An autonomous AI agent that generates responses.
- LLM xAI: The connection to xAI’s text generation models.

Preguntas frecuentes
- ¿Qué es LLM xAI en FlowHunt?
LLM xAI es un componente de FlowHunt que te permite conectar y controlar los modelos de generación de texto de proveedores xAI como Grok-beta dentro de tus flujos y chatbots de IA.
- ¿Qué modelos de xAI admite FlowHunt?
Actualmente, FlowHunt admite el modelo grok-beta de xAI, y se agregarán más modelos a medida que estén disponibles para uso público por API.
- ¿Qué configuraciones puedo controlar con el componente LLM xAI?
Puedes ajustar el máximo de tokens, la temperatura (variabilidad de la respuesta) y seleccionar entre los modelos xAI disponibles para adaptar el comportamiento de tu chatbot o herramienta de IA.
- ¿Es necesario conectar el componente LLM xAI en cada chatbot?
No, es opcional. Por defecto, los componentes utilizan ChatGPT-4o, pero puedes conectar LLM xAI para cambiar a modelos xAI o tener más control.
- ¿Cómo agrego el componente LLM xAI a mi proyecto FlowHunt?
Simplemente agrega el componente LLM a tu flujo; actúa como selector de modelo. La generación real de texto ocurre en los Agentes de IA y Generadores conectados a él.
Prueba hoy LLM xAI de FlowHunt
Comienza a crear chatbots y herramientas de IA más inteligentes con FlowHunt. Conéctate a los principales modelos de xAI como Grok-beta en un panel flexible y sin código.