Forum Discussion
miguelisidoro
Aug 16, 2024Iron Contributor
Azure Open AI: Error when calling completions api with GPT4o-mini
Hello, I am getting the following error when calling completions api with GPT4o-mini model. {
"error": {
"code": "OperationNotSupported",
"message": "The completio...
- Aug 18, 2024
Hi Kidd_Ip,
I have been in contact with Microsoft. To use GPT4o-mini, I will have to replace the call to Completions API with a call to the Chat Completions API. GPT4o-mini doesn't have and will not have support for Completions API.
Thanks
Thanks.
Kidd_Ip
Aug 18, 2024MVP
See this, the error message you’re encountering indicates that the GPT-4o-mini model does not support the completion operation:
OperationNotSupported when trying to fun completion with gpt-4o - Microsoft Q&A
miguelisidoro
Aug 18, 2024Iron Contributor
Hi Kidd_Ip,
I have been in contact with Microsoft. To use GPT4o-mini, I will have to replace the call to Completions API with a call to the Chat Completions API. GPT4o-mini doesn't have and will not have support for Completions API.
Thanks
Thanks.