o4-mini model support #6342
Unanswered
KanikaChoudhary1312
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I guess I found the answer : after keeping "family": "unknown", it works. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I'm currently working with Azure OpenAI models and have recently deployed the new o4-mini model. I'm trying to test the Web Agent flow in Autogen Studio using this model. In my team_config, I've set the model_client to use o4-mini, but I encounter a connection error when running it.
I noticed that autogen-ext doesn’t explicitly list o4-mini as a supported model. Could this be the reason for the error? If so, is the recommended approach to register it as a custom_model_client instead? Just want to confirm the best practice for integrating newly deployed Azure models in Autogen Studio.
}
}
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions