NewOpenAI- and Anthropic-compatible — no migrationRead the announcement

Text-to-speech

Convert text to natural-sounding speech. Priced per million characters. OpenAI-compatible only.

POST /openai/v1/audio/speech

Python
response = client.audio.speech.create(    model="canopylabs/orpheus-v1-english",    input="Hello, welcome to IQx Token Factory.",    voice="natural",)response.stream_to_file("output.mp3")