Add /v1/audio/transcriptions support (#41)

* add support for /v1/audio/transcriptions
This commit is contained in:
Benson Wong
2025-03-13 13:49:39 -07:00
committed by GitHub
parent 3ac94ad20e
commit 3201a68a04
4 changed files with 214 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ Written in golang, it is very easy to install (single binary with no dependancie
- `v1/embeddings`
- `v1/rerank`
- `v1/audio/speech` ([#36](https://github.com/mostlygeek/llama-swap/issues/36))
- `v1/audio/transcriptions` ([docs](https://github.com/mostlygeek/llama-swap/issues/41#issuecomment-2722637867))
- ✅ Run multiple models at once with `profiles` ([docs](https://github.com/mostlygeek/llama-swap/issues/53#issuecomment-2660761741))
- ✅ Remote log monitoring at `/log`
- ✅ Direct access to upstream HTTP server via `/upstream/:model_id` ([demo](https://github.com/mostlygeek/llama-swap/pull/31))