From the course: Azure OpenAI: Generative AI Models and How to Use Them
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
What kind of models are available? - Azure OpenAI Service Tutorial
From the course: Azure OpenAI: Generative AI Models and How to Use Them
What kind of models are available?
- [Instructor] Azure offers multiple OpenAI models. Let's have a quick look which ones there are and what they are for. The GPT models are used for text generation. You have the chat functionality, which keeps track of the context of the whole conversation, and we have the completion functionality, which can handle advanced commands to generate text. The second model type is embedding models. Embedding models will convert text into a vector of numbers. That way, we can search, find similar clusters, or classified documents. The Codex models could be compared to the GPT models, but with the biggest difference is that they will not return text, but will return parts of code, for example, in Python or C#. For example, we have GitHub Copilot who will assist software developers to write code more efficiently. So in this example, on the screen, a software developer might add a comment in his code saying, "I need a function…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.