#language model
1 messages · Page 1 of 1 (latest)
Hi @shy socket. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The most recent and most capable language model released by OpenAI is GPT-4 Turbo. It is a large multimodal model that accepts text or image inputs and outputs text. It can solve difficult problems with greater accuracy than any of OpenAI's previous models, thanks to its broader general knowledge and advanced reasoning capabilities. GPT-4 Turbo is optimized for chat but also works well for traditional completions tasks using the Chat Completions API.
GPT-4 Turbo introduces a 128k context window (the equivalent of 300 pages of text in a single prompt) and has an updated knowledge cutoff of April 2023. It is also more cost-effective, being 3X cheaper for input tokens and 2X cheaper for output tokens compared to the original GPT-4 model. The maximum number of output tokens for this model is 4096.
You can access the most recent version of the model by passing gpt-4-preview as the model name in the API if you have an OpenAI API account and existing GPT-4 access.