Calling an Azure OpenAI o1 deployment (model version 2024-12-17) from Semantic Kernel .NET failed with HTTP 400: "Model o1 is enabled only for api versions 2024-12-01-preview and later". The o1 model name version is not the API version, and SK was sending an older Azure OpenAI API version. Worse, the underlying Azure.AI.OpenAI SDK had no option to select 2024-12-01-preview yet, so there was no supported way to call o1 at all.