So, with OpenAI’s ChatGPT models seeming to lead the way these days for most usecases in generative AI, I went looking for useful developer tools to include these APIs. With Microsoft’s support for OpenAI, the obvious choice was the MS Azure AI Studio .
AI Studio groups your work into a hub, which contains projects, which then each hold resources such as Search, Computer Vision, Models, etc. Firstly, I created a new Project:
I didn’t have credits to use OpenAI models, so deployed a Meta Llama model instead.
Unfortunately, that failed:
Probably due to lack of credits prepaid into my account.
I had more luck when trying the DALL-E 2 playground:
Overall, I didn’t have much time to play with this AI Studio. Seems more intuitive and useful than AWS Sagemker in my experience. I’ll have to explore more in the future…