docs: update README to include support for gpt-4o-audio

This commit is contained in:
Laisky.Cai 2025-01-14 06:48:04 +00:00
parent 9730ac3bb5
commit 40be30e36f

View File

@ -22,6 +22,7 @@ Fully compatible with the upstream version, can be used directly by replacing th
- [Support OpenAI O1/O1-mini/O1-preview](#support-openai-o1o1-minio1-preview)
- [Get request's cost](#get-requests-cost)
- [Support Vertex Imagen3](#support-vertex-imagen3)
- [Support gpt-4o-audio](#support-gpt-4o-audio)
- [Bug fix](#bug-fix)
- [The token balance cannot be edited](#the-token-balance-cannot-be-edited)
- [Whisper's transcription only charges for the length of the input audio](#whispers-transcription-only-charges-for-the-length-of-the-input-audio)
@ -95,6 +96,16 @@ type UserRequestCost struct {
- [feat: support vertex imagen3 #2030](https://github.com/songquanpeng/one-api/pull/2030)
![](https://s3.laisky.com/uploads/2025/01/oneapi-imagen3.png)
### Support gpt-4o-audio
- [feat: support gpt-4o-audio #2032](https://github.com/songquanpeng/one-api/pull/2032)
![](https://s3.laisky.com/uploads/2025/01/oneapi-audio-1.png)
![](https://s3.laisky.com/uploads/2025/01/oneapi-audio-2.png)
## Bug fix
### The token balance cannot be edited