docs: update README to include support for o3-mini

This commit is contained in:
Laisky.Cai 2025-02-02 13:22:54 +00:00
parent 2ba2503874
commit 527e06b68a

View File

@ -23,6 +23,7 @@ Also welcome to register and use my deployed one-api gateway, which supports var
- [Support Vertex Imagen3](#support-vertex-imagen3) - [Support Vertex Imagen3](#support-vertex-imagen3)
- [Support gpt-4o-audio](#support-gpt-4o-audio) - [Support gpt-4o-audio](#support-gpt-4o-audio)
- [Support deepseek-reasoner \& gemini-2.0-flash-thinking-exp-01-21](#support-deepseek-reasoner--gemini-20-flash-thinking-exp-01-21) - [Support deepseek-reasoner \& gemini-2.0-flash-thinking-exp-01-21](#support-deepseek-reasoner--gemini-20-flash-thinking-exp-01-21)
- [Support o3-mini](#support-o3-mini)
- [Bug fix](#bug-fix) - [Bug fix](#bug-fix)
- [The token balance cannot be edited](#the-token-balance-cannot-be-edited) - [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) - [Whisper's transcription only charges for the length of the input audio](#whispers-transcription-only-charges-for-the-length-of-the-input-audio)
@ -111,6 +112,10 @@ type UserRequestCost struct {
- [feature: add deepseek-reasoner & gemini-2.0-flash-thinking-exp-01-21 #2045](https://github.com/songquanpeng/one-api/pull/2045) - [feature: add deepseek-reasoner & gemini-2.0-flash-thinking-exp-01-21 #2045](https://github.com/songquanpeng/one-api/pull/2045)
### Support o3-mini
- [feat: extend support for o3 models and update model ratios #2048](https://github.com/songquanpeng/one-api/pull/2048)
## Bug fix ## Bug fix
### The token balance cannot be edited ### The token balance cannot be edited