Skip to content

v4.4.0: Support for GPT-5, o3, o4-mini

Latest
Compare
Choose a tag to compare
@ccreutzi ccreutzi released this 13 Aug 10:33
· 2 commits to main since this release

New OpenAI Models: GPT-5, o3, o4-mini

You can now use the OpenAI® models GPT-5, GPT-5 mini, GPT-5 nano, GPT-5 chat, o3, and o4-mini to generate text from MATLAB®. When you create an openAIChat object, set the ModelName name-value argument to "gpt-5", "gpt-5-mini", "gpt-5-nano", "gpt-5-chat-latest", "o4-mini", or "o3".

Functionality being removed or changed

Support for the OpenAI model o1-preview has been removed because OpenAI no longer supports this model.

Minor Updates

This release includes:

  • Improved test infrastructure
  • Bug fixes
  • Documentation updates

Full Changelog: v4.3.0...v4.4.0