Skip to content

Commit

Permalink
Add o3-mini to supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreutzi committed Feb 3, 2025
1 parent b5121ec commit 1c9e534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions +llms/+openai/models.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"o1-preview","o1-preview-2024-09-12",...
"o1-mini","o1-mini-2024-09-12",...
"o1","o1-2024-12-17",...
"o3-mini", "o3-mini-2025-01-31",...
];
end
1 change: 1 addition & 0 deletions doc/OpenAI.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ To start using the OpenAI APIs, you first need to obtain OpenAI API keys. You ar
Some of the current LLMs supported on OpenAI are:
- gpt-4o-mini, gpt-4o-mini-2024-07-18
- o1, o1-mini
- o3-mini
- gpt-3.5-turbo, gpt-3.5-turbo-1106, gpt-3.5-turbo-0125
- gpt-4o, gpt-4o-2024-05-13 (GPT-4 Omni)
- gpt-4-turbo, gpt-4-turbo-2024-04-09 (GPT-4 Turbo with Vision)
Expand Down
2 changes: 1 addition & 1 deletion tests/topenAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function constructChatWithAllNVP(testCase)
function canUseModel(testCase,ModelName)
testCase.verifyClass(generate(...
openAIChat(ModelName=ModelName), ...
"hi",MaxNumTokens=42), ...
"hi"), ...
"string");
end

Expand Down

0 comments on commit 1c9e534

Please sign in to comment.