About ChatGPT Open AI: Create a Custom Model course
OpenAI API can be applied to virtually any task that involves understanding or generating natural language, code, or images.
It offers a range of models with different power levels suitable for different tasks, as well as the ability to fine-tune your own models. These models can be used for everything from semantic content generation to search and classification.
**OpenAI offers a wide variety of solutions such as:**
- Chat: Learn to use chat based on language models.
- Text Completion: Learn how to generate and edit text.
- Embeddings: Learn to search, classify and compare text.
- Speech to text: Learn how to convert audio to text.
- Image generation: Learn how to generate or edit images.
- Fine-tuning: Learning to train a custom model.
**Fine-tuning**
Fine tuning allows you to get more out of the models available through the API by providing:
1. Get higher quality results than the design symbol
2. Ability to train on more examples than can fit in a command prompt
3. Savings token due to lower asks
4. Lower latency of requests
In the course we will integrate APIs to create a custom model with OpenAI Fine Tuning and Node JS, finally we will create an API to send and receive requests directly from the custom model.