LLMs with MATLAB updated to support GPT-5 models

Mike Croucher le 13 Août 2025
Dernière activité Réponse par Mike Croucher le 24 Oct 2025

Large Language Models (LLMs) with MATLAB was updated again today to support the newly released OpenAI models GPT-5, GPT-5 mini, GPT-5 nano, GPT-5 chat, o3, and o4-mini. 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".
This is version 4.4.0 of this free MATLAB add-on that lets you interact with LLMs on MATLAB. The release notes are at Release v4.4.0: Support for GPT-5, o3, o4-mini · matlab-deep-learning/llms-with-matlab
Earnest
Earnest le 24 Oct 2025
It would be great if it could support deepseek. deepseek is cheaper!
Mike Croucher
Mike Croucher le 24 Oct 2025
Toshiaki Takeuchi
Toshiaki Takeuchi le 13 Août 2025
So, how big a change was GPT-5?