Groq
AI / ML Pattern correct

Groq Connector

Connect to Groq for ultra-low-latency chat completions on open models (Llama, Mixtral), model discovery, Whisper audio transcription and translation, PlayAI text-to-speech, file management, and the asynchronous Batch API.

$pip install "toolsconnector[groq]"
15
Actions
AI / ML
Category
Free
Apache 2.0

All 15 Actions

Action Description Parameters Returns
cancel_batch ⚠Cancel a batch jobbatch_idBatch
chat_completionCreate a chat completionmodel, messages  [temperature, max_tokens, top_p]ChatCompletion
create_batchCreate a batch jobinput_file_id, endpoint  [completion_window, metadata]Batch
create_speechGenerate speech audio from textmodel, input, voice  [response_format, sample_rate, speed]bytes
delete_file ⚠Delete an uploaded filefile_idbool
get_batchGet a batch job by IDbatch_idBatch
get_fileGet file metadata by IDfile_idGroqFile
get_file_contentGet file content by IDfile_idbytes
get_modelGet a model by IDmodelGroqModel
list_batchesList batch jobs[limit]list
list_filesList uploaded files[purpose]list
list_modelsList available modelslist
transcribe_audioTranscribe audio to textmodel, file_url_or_bytes  [language, response_format]AudioTranscription
translate_audioTranslate audio to English textmodel, file_url_or_bytes  [response_format]AudioTranscription
upload_fileUpload a file to Groqfile_content  [purpose, filename]GroqFile
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing