Hello rasyid prawira,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are getting error that image_url is not supported in gpt-4o and only text is supported. Even, after you checked a link https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models that affirm the gpt 4 models accept image and text input.
So sorry for the inconveniences this might have caused you, the GPT-4o model only accept text input and not support image_url. You might need to use another model such as GPT-4-turbo which accept image_urls in user messages. Check this links for similar questions - https://community.openai.com/t/gpt-4o-error-image-urls-in-system-messages/745769 and https://learn.microsoft.com/en-us/answers/questions/1688434/gpt-4o-image-processing-issues
However, there is another solution in this link https://community.openai.com/t/gpt-4o-sometime-not-able-to-access-image-from-url/903528 that advise to encoding the image in base64 and sending them as part of the text content or use another GPT-4 that support image.
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful