Confirmation
Issue body
Mistral AI models can be added to the list here: https://github.com/microsoft/autogen/blob/fbdd89b46bf3883efe8b0e0838370b9d74561ee7/python/packages/autogen-ext/src/autogen_ext/models/openai/_model_info.py
And the base_url should automatically be set if the model matches a Mistral AI model. API key should be detected from the environment. Use the support for Gemini model as a reference.
PR should address: #6147
Confirmation
Issue body
Mistral AI models can be added to the list here: https://github.com/microsoft/autogen/blob/fbdd89b46bf3883efe8b0e0838370b9d74561ee7/python/packages/autogen-ext/src/autogen_ext/models/openai/_model_info.py
And the
base_urlshould automatically be set if themodelmatches a Mistral AI model. API key should be detected from the environment. Use the support for Gemini model as a reference.PR should address: #6147