Mesh API supports audio through POST /v1/chat/completions.
Use this page for:
input_audiomodalities and audioSend audio as a content part inside a chat message.
Request text and audio together when the model supports audio output.
The same request shape is available through all four SDKs by setting chat-completions fields for modalities and audio.
client.chat.completions.create(...)client.chat.completions.create(...)client.Chat.Completions.Create(...)client.chat().completions().create(...)GET /v1/models to find models that accept or produce audio.