Generate OpenAI-Compatible Voice
generate_openai_compatible_voiceSynthesize text to speech using an OpenAI-compatible request. Select a voice and output format like wav, flac, or ogg for audio generation.
Instructions
Generate speech using an OpenAI-shaped request with input, voice, model, and response_format fields. Use this for agents or apps already designed around /v1/audio/speech style payloads. Costs $0.001 for 1-500 chars or $0.003 for 501-2000 chars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to synthesize, max 2000 characters | |
| model | No | Optional model field; service uses ForgeMesh Voice | |
| voice | No | Standard voice: M1-M5 or F1-F5 | |
| response_format | No | wav, flac, or ogg |