GroqCloud

GroqCloud provides high-performance AI inference services, enabling developers to deploy and manage AI models efficiently.

7 actions Integration catalog
Request access
Connect GroqCloud once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Audio TranscriptionGROQCLOUD_CREATE_AUDIO_TRANSCRIPTION
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.
Create ResponseGROQCLOUD_CREATE_RESPONSE
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.
Create Audio TranslationGROQCLOUD_GROQ_CREATE_AUDIO_TRANSLATION
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.
Create Chat CompletionGROQCLOUD_GROQ_CREATE_CHAT_COMPLETION
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.
Retrieve ModelGROQCLOUD_GROQ_RETRIEVE_MODEL
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.
List ModelsGROQCLOUD_LIST_MODELS
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.
List TTS VoicesGROQCLOUD_LIST_VOICES
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.