Gpt 5 support - Does CrewAI currently support GPT-5 models?

Does CrewAI currently support GPT-5 models? If so, what changes or adjustments are required in the CrewAI implementation to enable GPT-5?

Hi and welcome to the community

Yes it supports these engines as it uses the lite LLM engine LLMs - CrewAI

This is what i use

gpt_5_mini_llm = LLM(model="openai/gpt-5-mini", drop_params=True, additional_drop_params=["stop", "temperature"])

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.