mirror of
https://github.com/microsoft/autogen.git
synced 2026-05-13 03:00:55 -04:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user