For the complete documentation index, see llms.txt. This page is also available as Markdown.

Calls

OpenAI’s documentation provides thorough information about both the authentication process and how to set up calls.

External page: OpenAI API reference | Authentication

Having set up the authentication, it's time to set up calls to start communicating with OpenAI's services.

ChatGPT – Large Language Model

ChatGPT (Generative Pre-trained Transformer) is a Large Language Model (LLM) developed by OpenAI. It is a type of AI that has been trained to generate human-like text in response to a wide range of prompts and questions. ChatGPT is designed to understand and respond to natural language, and it can generate text that is both informative and creative.

Article series: ChatGPT calls

Last updated

Was this helpful?