From 74a1ff8db5eca6e1cd1c02420db17a7271f0ce59 Mon Sep 17 00:00:00 2001 From: Cole Goeppinger Date: Thu, 7 May 2026 10:19:47 -0700 Subject: [PATCH] feat: update llm listings Add the latest Anthropic and OpenAI LLMs to the CLI --- lib/cli/src/crewai_cli/constants.py | 33 +++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/lib/cli/src/crewai_cli/constants.py b/lib/cli/src/crewai_cli/constants.py index 2ef8dcc7f..a5f9371ff 100644 --- a/lib/cli/src/crewai_cli/constants.py +++ b/lib/cli/src/crewai_cli/constants.py @@ -132,19 +132,44 @@ PROVIDERS: list[str] = [ MODELS: dict[str, list[str]] = { "openai": [ - "gpt-4", + "gpt-5.5", + "gpt-5.5-pro", + "gpt-5.4", + "gpt-5.4-pro", + "gpt-5.4-mini", + "gpt-5.4-nano", + "gpt-5.2", + "gpt-5.2-pro", + "gpt-5.1", + "gpt-5", + "gpt-5-pro", + "gpt-5-mini", + "gpt-5-nano", "gpt-4.1", - "gpt-4.1-mini-2025-04-14", - "gpt-4.1-nano-2025-04-14", + "gpt-4.1-mini", + "gpt-4.1-nano", "gpt-4o", "gpt-4o-mini", + "o4-mini", + "o3", + "o3-mini", + "o1", "o1-mini", "o1-preview", + "gpt-4", + "gpt-4.1-mini-2025-04-14", + "gpt-4.1-nano-2025-04-14", ], "anthropic": [ + "claude-opus-4-6", + "claude-sonnet-4-6", + "claude-haiku-4-5-20251001", + "claude-3-7-sonnet-20250219", + "claude-3-5-sonnet-20241022", + "claude-3-5-haiku-20241022", "claude-3-5-sonnet-20240620", - "claude-3-sonnet-20240229", "claude-3-opus-20240229", + "claude-3-sonnet-20240229", "claude-3-haiku-20240307", ], "gemini": [