Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,078 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Can you share insight about what is the main difference between the OpenAI and azure OpenAI especially turbo models? Any information is welcome.
Hello Nicholes,
Thanks for reaching out to us, which Turbo model you are mainly working on? If you are mentioning GPT 4 - Turbo, you can refer to below document content -
Differences between OpenAI and Azure OpenAI GPT-4 Turbo GA Models
- OpenAI's version of the latest
0409
turbo model supports JSON mode and function calling for all inference requests.- Azure OpenAI's version of the latest
turbo-2024-04-09
currently doesn't support the use of JSON mode and function calling when making inference requests with image (vision) input. Text based input requests (requests withoutimage_url
and inline images) do support JSON mode and function calling.
Please let us know if you need any other information, I hope it helps.
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.