Adding o3 family: o3-mini (#5325)

## Why are these changes needed?
This pull request introduces the 'o3' model family and adds support for
the 'o3-mini' model.

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
razvanvalca 2025-02-03 19:57:21 +01:00 committed by GitHub
parent 06c706633d
commit 3d00457993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,6 +137,7 @@ _MODEL_INFO: Dict[str, ModelInfo] = {
}
_MODEL_TOKEN_LIMITS: Dict[str, int] = {
"o3-mini-2025-01-31": 200000,
"o1-2024-12-17": 200000,
"o1-preview-2024-09-12": 128000,
"o1-mini-2024-09-12": 128000,