Skip to main content
Glama

API-Market MCP Server

by Noveum

Whisper_Audio_Processing

Transform audio files into sentence-wise transcriptions and analyze content using advanced AI models. Process audio data for accurate text output and detailed analysis.

Instructions

API for sentece wise transcription and analysis of audio, using AI models. Make sure to call get audio analysis URL with the request ID received from this API.

Input Schema

NameRequiredDescriptionDefault
audioYeshttps://replicate.delivery/mgxm/e5159b1b-508a-4be4-b892-e1eb47850bdc/OSR_uk_000_0050_8k.wav
compression_ratio_thresholdYes
condition_on_previous_textYes
logprob_thresholdYes
modelYeslarge-v3
no_speech_thresholdYes
suppress_tokensYes
temperatureYes
temperature_increment_on_fallbackYes
transcriptionYesplain text
translateYes

Input Schema (JSON Schema)

{ "properties": { "audio": { "default": "https://replicate.delivery/mgxm/e5159b1b-508a-4be4-b892-e1eb47850bdc/OSR_uk_000_0050_8k.wav", "type": "string" }, "compression_ratio_threshold": { "default": 2.4, "type": "integer" }, "condition_on_previous_text": { "default": true, "type": "boolean" }, "logprob_threshold": { "default": -1, "type": "integer" }, "model": { "default": "large-v3", "type": "string" }, "no_speech_threshold": { "default": 0.6, "type": "integer" }, "suppress_tokens": { "default": -1, "type": "string" }, "temperature": { "default": 0, "type": "integer" }, "temperature_increment_on_fallback": { "default": 0.2, "type": "integer" }, "transcription": { "default": "plain text", "type": "string" }, "translate": { "default": false, "type": "boolean" } }, "required": [ "audio", "model", "translate", "temperature", "transcription", "suppress_tokens", "logprob_threshold", "no_speech_threshold", "condition_on_previous_text", "compression_ratio_threshold", "temperature_increment_on_fallback" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Noveum/api-market-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server