Text generation (Chat Completions and Completions)
GPT-3.5 and GPT-4, including function calling and vision
12 articles
Function Calling in the OpenAI APIWhat is function calling and how does it work in the OpenAI API?
GPT-4 Turbo in the OpenAI APIHere is what you need to know about accessing and using GPT-4 Turbo
Moving from Completions to Chat Completions in the OpenAI APIHow to get migrate from the legacy OpenAI Completions API to Chat Completions
How can I use the Chat Completion API?Learn how to get started with the OpenAI Chat Completions API
How do I use the OpenAI API with text in different languages?Using OpenAI models for non-english text generation and understanding use cases
Batch API FAQBatch API endpoint for asynchronous batch processing
How do I create a good prompt for an AI model like GPT-4?Tips and suggestions to create great prompts for large language models
Using logit bias to alter token probability with the OpenAI APILearn how to use the logit bias parameter to modify model outputs
How do I use stop sequences in the OpenAI API?Here is what you need to know about the stop sequence parameter in the OpenAI Chat Completions API
How to use the OpenAI API for Q&A or to build a chatbot?Using the Embeddings and Chat Completions API to create powerful question-answering applications
Controlling the length of OpenAI model responsesLearn how to set output limits for OpenAI models using token settings, clear prompts, examples, and stop sequences.
Prompt management in PlaygroundHigh-quality prompts to kickstart every successful integration