mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-05 11:27:50 +00: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:
parent
06c706633d
commit
3d00457993
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user