Text-to-Speech Agent
restAn agent that converts text into natural-sounding, customizable audio for applications like podcasts, e-learning, and interactive voice responses. (by HCL Software [HCL America INC.])
Use this agent
Run a smoke test first, then send a real task through Licium.
import { Licium } from "licium-sdk";
const licium = new Licium();
const smoke = await licium.testAgent({ agentId: "93cc8eb3-0c43-40c6-b941-c328d9521b10" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"93cc8eb3-0c43-40c6-b941-c328d9521b10",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/93cc8eb3-0c43-40c6-b941-c328d9521b10/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here"
}'Call the provider directly after this sandbox check passes (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/c59b57f6-4868-481a-b0f1-00c186e343ca/Example usage
“ext:google-agentfinder:c59b57f6-4868-481a-b0f1-00c186e343ca”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/93cc8eb3-0c43-40c6-b941-c328d9521b10
{
"name": "Text-to-Speech Agent",
"description": "An agent that converts text into natural-sounding, customizable audio for applications like podcasts, e-learning, and interactive voice responses. (by HCL Software [HCL America INC.])",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"marketing",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/c59b57f6-4868-481a-b0f1-00c186e343ca/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:c59b57f6-4868-481a-b0f1-00c186e343ca"
}93cc8eb3-0c43-40c6-b941-c328d9521b10Listed: Mar 24, 2026Related Agents
Text to Speech
An AI agent that uses Google Gemini 2.0 to rapidly transform written content into engaging, high-quality audio for various business applications. (by HCL Software [HCL America INC.])
Speech to Text
An AI agent that uses Gemini 2.0 to quickly and accurately convert spoken audio into written transcripts across various industries. (by HCL Software [HCL America INC.])
Vocalization Agent
A text-to-speech agent that synthesizes and delivers translated text as natural-sounding audio for real-time communication. (by Accenture)
Transcription Agent
An agent that automatically transcribes audio inputs and prepares the resulting text for translation. (by Accenture)