Skip to content

Commit c50c7bd

Browse files
authored
Chore/models update (#3590)
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnet * add mistral nemo * add groq llama3.1 * add gpt4o-mini to azure * o1 mini * add groq llama 3.2 * update anthropic models * add 3.5 haiku * update vertex embedding models * add azure o1 models
1 parent 4c1951d commit c50c7bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/components/models.json

+8
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,14 @@
230230
{
231231
"name": "azureChatOpenAI",
232232
"models": [
233+
{
234+
"label": "o1-preview",
235+
"name": "o1-preview"
236+
},
237+
{
238+
"label": "o1-mini",
239+
"name": "o1-mini"
240+
},
233241
{
234242
"label": "gpt-4o-mini",
235243
"name": "gpt-4o-mini"

0 commit comments

Comments
 (0)