client.generate_translation()
Coming Soon in SDK
Translations
Call /audio/translations with the Python SDK.
Method:
Last modified on July 26, 2026
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Call /audio/translations with the Python SDK.
client.generate_translation()
result = client.generate_translation({
"model": "openai/gpt-4o-transcribe",
"audio_b64": "base64-audio",
})
print(result)
Was this page helpful?