Groq
3 posts tagged with "Groq"
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
groq-models
function
The groq-models action Gets a list of available AI models from Groq. It belongs to the groq category within the plugins area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
GROUP
value that can be stored in a variable:
$result = groq-models
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
groq-models
Action code: 1410492170
Version: 0.6.4-0
Last updated: 2025-06-13
set-groq-api-key
The set-groq-api-key action Stores your Groq API key for AI chat features. It belongs to the groq category within the plugins area.
Action Syntax
set-groq-api-key "text"
A quoted text string
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
set-groq-api-key "value"
Action code: 1311462555
Version: 0.6.4-6
Last updated: 2025-06-13