stt
ActiveTool of SimpleFunctions
declared in 1.0.0
Speech-to-text proxy. Pass base64-encoded audio, get transcribed text.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey",
"audio"
],
"properties": {
"audio": {
"type": "string",
"description": "Base64-encoded audio bytes"
},
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries