Deployment Platform
Docker
Version
1.2.2
Client/Tool
No response
API Endpoint
OpenAI
Issue/Request Description
I want to use this software for processing audio dictation. Currently I am using a software called OpenWhispr which can capture audio by microphone, then pass the audio (completed audio file, not audio stream) to an OpenAI compatible endpoint. The OpenWhispr tries to connect to my AIStudioToAPI instance with the URL I give it, but it returns with an error saying that there is no POST /v1/audio/transcriptions endpoint.
Would it be possible to expose this as an endpoint, so that software that is hardcoded to use the POST /v1/audio/transcriptions endpoint will work as expected? I think the AIStudioToAPI software should be able to handle the data request otherwise.
Logs (Optional)
[INFO] 2026-04-25 08:21:06.041 [America/New_York] [AIStudioToAPI] - [Context#0] Received request: POST /v1/audio/transcriptions
[INFO] 2026-04-25 08:21:07.067 [America/New_York] [AIStudioToAPI] - [Context#0] Request processing failed: Google API returned error: 404 NOT_FOUND {"error":{"code":404,"message":"Requested entity was not found.","status":"NOT_FOUND"}}
Deployment Platform
Docker
Version
1.2.2
Client/Tool
No response
API Endpoint
OpenAI
Issue/Request Description
I want to use this software for processing audio dictation. Currently I am using a software called OpenWhispr which can capture audio by microphone, then pass the audio (completed audio file, not audio stream) to an OpenAI compatible endpoint. The OpenWhispr tries to connect to my AIStudioToAPI instance with the URL I give it, but it returns with an error saying that there is no
POST /v1/audio/transcriptionsendpoint.Would it be possible to expose this as an endpoint, so that software that is hardcoded to use the
POST /v1/audio/transcriptionsendpoint will work as expected? I think the AIStudioToAPI software should be able to handle the data request otherwise.Logs (Optional)