Use CometAPI audio model docs by choosing whether your app needs speech output, transcription, or translation. Audio endpoints use the same CometAPI API key pattern as other OpenAI-compatible endpoints.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Choose an audio API
| Goal | Start here |
|---|---|
| Convert text to speech | Create Speech |
| Transcribe audio to text | Create Transcription |
| Translate audio to English text | Create Translation |
Create speech
The following example creates speech from text:List available audio models
The following example fetches the public model catalog before you choose a model ID:Common errors
| Error | Fix |
|---|---|
| Unsupported audio format | Use the formats documented on the endpoint page. |
| Large upload rejected | Compress the audio file or split the job into smaller files. |
| Empty transcription | Confirm that the file contains speech and that the field name matches the docs. |
| Wrong base URL | Use https://api.cometapi.com/v1. |