Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
7 tools available
GroqCloud provides high-performance AI inference services, enabling developers to deploy and manage AI models efficiently.
Connect GroqCloud to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call GroqCloud's 7 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every GroqCloud action below is a callable tool any Definable persona can invoke.
Tool to transcribe audio into text in the same language as the audio. Use when you need to convert speech to text while preserving the original language. Supports multiple formats including mp3, mp4, wav, and webm.
Tool to create a model response for the given input. Beta endpoint with simplified interface compared to chat completions. Use when you need a streamlined API for generating model responses.
Tool to translate an audio file into English text. Use when you have a non-English recording and need an accurate English transcript. Use after confirming the file path.
Tool to generate a chat-based completion for a conversation. Use when you have a list of prior messages and need the model's next reply. Response completion text is at choices[0].message.content in the returned envelope.
Tool to retrieve detailed information about a specific model. Use after listing models when you need metadata for a chosen model. Returned metadata may change as models update; do not cache.
Tool to list all available models and their metadata. Always call this to retrieve current model IDs rather than using hard-coded or cached identifiers, as deprecated names cause failures in GROQCLOUD_GROQ_RETRIEVE_MODEL and GROQCLOUD_GROQ_CREATE_CHAT_COMPLETION. Returns availability and metadata only — excludes usage stats, latency metrics, and pricing. Response may include many models; filter client-side by provider, family, modality, or context length. Frequent polling combined with high-volume requests risks HTTP 429 rate_limit_exceeded; use backoff and minimize call frequency.
Tool to retrieve available TTS voices for Groq PlayAI models. Use when you need to discover voice options before calling text-to-speech. Note: static list maintained manually; no live endpoint exists.
Anything GroqCloud exposes through its API. Common ai models workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 7 GroqCloud tools directly, then chain the result into another integration without you writing code.
GroqCloud uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 7 GroqCloud tools. You only need a separate GroqCloud subscription if GroqCloud itself charges per seat or per API call.
Every call from a persona to GroqCloud is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find GroqCloud, and connect via OAuth or API key. You can immediately attach GroqCloud to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 7 GroqCloud actions as callable tools — including `Create Audio Transcription`, `Create Response`, `Create Audio Translation`, plus 4 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.