groq-ai-chat
function
The groq-ai-chat
action Sends a message to Groq AI and gets a response. It belongs to the groq category within the plugins area.
Action Syntax
groq-ai-chat "text"
A quoted text string
groq-ai-chat $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = groq-ai-chat
Valid sizes
tiny
small
medium
large
extra
Tags
full
returns complete response with metadata
model
specifies which AI model to use
Examples
// Basic Usage
$response = groq-ai-chat "text"
Action code: 2995984277
Version: 0.6.4-2
Last updated: 2025-06-13