400 | invalid_request | Invalid messages, languages, or dictionary. | Check JSON encoding and field types. |
400 | missing_file | No file part in the multipart request. | Include file=@audio.mp3. |
400 | too_many_files | More than one file part was uploaded. | Send one audio file per request. |
400 | unsupported_audio_type | File extension or MIME type is unsupported. | Use wav, webm, mp3, m4a, or ogg. |
400 | unsupported_response_format | Response format is not json. | Set response_format=json or omit it. |
415 | unsupported_media_type | Request is not multipart/form-data. | Use multipart form upload. |
502 | transcription_failed | ASR or LLM provider failed. | Retry or inspect provider logs. |