GroqCloud
groqcloudGroqCloud provides high-performance AI inference services, enabling developers to deploy and manage AI models efficiently.
Acciones disponibles (5)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Audio TranslationGROQCLOUD_GROQ_CREATE_AUDIO_TRANSLATIONAcciónTool 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.
GROQCLOUD_GROQ_CREATE_AUDIO_TRANSLATIONAcciónTool 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.
Parámetros de entrada
modelstringModel ID for translation (e.g., 'whisper-large-v3'). whisper-large-v3-turbo may not support translations.
promptstringOptional prompt to guide the translation output.
file_pathstringObligatorioPath to the local audio file (mp3, wav, etc.) to translate. Alternatively, provide an http(s) URL or a data URL using Base64URL per Groq docs.
temperaturenumberSampling temperature between 0.0 and 1.0 to control randomness.
response_formatstringOutput format: 'json', 'verbose_json', or 'text'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Chat CompletionGROQCLOUD_GROQ_CREATE_CHAT_COMPLETIONAcciónTool 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.
GROQCLOUD_GROQ_CREATE_CHAT_COMPLETIONAcciónTool 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.
Parámetros de entrada
nintegerNumber of chat completion choices to generate (must be 1)
stopstringUp to 4 stop sequences where the model will stop generating further tokens
userstringUnique identifier for the end user for monitoring/abuse detection
modelstringObligatorioID of the model to use
top_pnumberNucleus sampling parameter (0 to 1)
streambooleanWhether to return a streaming response (SSE of token deltas)
messagesobject[]ObligatorioOrdered list of messages comprising the conversation
temperaturenumberSampling temperature between 0 and 2
max_completion_tokensintegerMaximum number of tokens to generate in the completion
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve ModelGROQCLOUD_GROQ_RETRIEVE_MODELAcciónTool to retrieve detailed information about a specific model. Use after listing models when you need metadata for a chosen model.
GROQCLOUD_GROQ_RETRIEVE_MODELAcciónTool to retrieve detailed information about a specific model. Use after listing models when you need metadata for a chosen model.
Parámetros de entrada
modelstringObligatorioIdentifier of the model to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ModelsGROQCLOUD_LIST_MODELSAcciónTool to list all available models. Use when you need to fetch supported models and their metadata.
GROQCLOUD_LIST_MODELSAcciónTool to list all available models. Use when you need to fetch supported models and their metadata.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of model objects available
errorstringError if any occurred during the execution of the action
objectstringObligatorioValue is always 'list'
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TTS VoicesGROQCLOUD_LIST_VOICESAcciónTool 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.
GROQCLOUD_LIST_VOICESAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not