-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Summary
maple-proxy should expose an OpenAI-compatible /v1/audio/transcriptions endpoint, enabling audio transcription via whisper-large-v3 through the proxy.
Blocked by
This is blocked on the opensecret Rust SDK adding transcription support:
OpenSecretCloud/opensecret#140
Once OpenSecretClient has a create_transcription() method, maple-proxy needs a new route that:
- Accepts
multipart/form-datawith an audio file, model name, and optional params (language, response_format) - Calls the new
OpenSecretClient::create_transcription()method - Returns the transcription response
Context
The Maple backend already lists whisper-large-v3 as an available model, but there's no way to use it through the proxy today.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels