service · inferred from evidence
Azure OpenAI
A hosted AI service provided by Microsoft Azure for OpenAI models.
- Semantic Kernel .NET can't call Azure OpenAI o1/o3-mini: Model o1 is enabled only for api versions...
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
- Giskard LLM-as-a-judge fails on Azure OpenAI: Must provide an engine or deployment_id
Running a Giskard LLM-as-a-judge test on an Azure OpenAI model fails with `Must provide an 'engine' or 'deployment_id' parameter to create a [class 'openai.api_resources.chat_completion.ChatCompletion']`, even though `deployment_name` is se
- Semantic Kernel Python + Azure OpenAI o3: Unsupported parameter max_tokens, use max_completion_tokens
Invoking Semantic Kernel Python's AzureChatCompletion against an o3-series reasoning model failed with "Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead." Semantic Kernel automaticall