| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-10 | 1.5 kB | |
| v4.7.0_ New GPT-5 Parameters, More Models, and Agentic Examples source code.tar.gz | 2026-03-10 | 36.5 MB | |
| v4.7.0_ New GPT-5 Parameters, More Models, and Agentic Examples source code.zip | 2026-03-10 | 36.6 MB | |
| Totals: 3 Items | 73.0 MB | 0 | |
GPT-5 Models: Support for verbosity and reasoning effort
You can now set the verbosity and reasoning effort parameters when using one of the GPT-5 family of models.
When you create an openAIChat or azureChat object, or when generating text using the generate function, specify the Verbosity and ReasoningEffort options.
New OpenAI Models: Support for GPT-5.1 and GPT-5.2
You can now use the OpenAI® models GPT-5.1 and GPT-5.2 to generate text from MATLAB®. When you create an openAIChat object, set the ModelName name-value argument to "gpt-5.1" or "gpt-5.2".
Agentic Workflows: New examples
Use these new examples to learn about agentic workflows:
Minor Updates
This release includes:
- bug fixes
- documentation updates
Full Changelog: https://github.com/matlab-deep-learning/llms-with-matlab/compare/v4.6.0...v4.7.0