mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 00:58:13 +00:00
Add support for OpenAI's o4-mini model
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -87,6 +87,7 @@ LLM_CONTEXT_WINDOW_SIZES = {
|
||||
"gpt-4.1-nano-2025-04-14": 1047576,
|
||||
"o1-preview": 128000,
|
||||
"o1-mini": 128000,
|
||||
"o4-mini": 200000, # Based on o3-mini specifications
|
||||
"o3-mini": 200000, # Based on official o3-mini specifications
|
||||
# gemini
|
||||
"gemini-2.0-flash": 1048576,
|
||||
|
||||
@@ -40,6 +40,7 @@ OPENAI_BIGGER_MODELS = [
|
||||
"o1-mini",
|
||||
"o1",
|
||||
"o3",
|
||||
"o4-mini",
|
||||
"o3-mini",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user