gpt-4-preview
Last updated
Was this helpful?
Last updated
Was this helpful?
This documentation is valid for the following list of our models:
gpt-4-0125-preview
gpt-4-1106-preview
Before the release of GPT-4 Turbo, OpenAI introduced two preview models that allowed users to test advanced features ahead of a full rollout. These models supported JSON mode for structured responses, parallel function calling to handle multiple API functions in a single request, and reproducible output, ensuring more consistent results across runs. They provided a glimpse into upcoming improvements in efficiency and functionality, helping developers and businesses adapt to the evolving capabilities of OpenAI's language models. gpt-4-1106-preview has better code generation performance, reduces cases where the model doesn't complete a task.
If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guide.
Creates a chat completion using a language model, allowing interactive conversation by predicting the next response based on the given chat history. This is useful for AI-driven dialogue systems and virtual assistants.
/v1/chat/completions
gpt-4-0125-preview
, gpt-4-1106-preview
low
, medium
, high
No body