OpenAI's ChatGPT is a generative language model (GLM) that provides insightful responses. As a state-of-the-art large language model (LLM), ChatGPT generates contextually relevant text
The maximum number of tokens to generate. Shorter token lengths will provide faster performance.
A decimal number that determines the degree of randomness in the response
An alternative to sampling with temperature, where the model considers the results of the tokens with top_p probability mass.
Special messages used to steer the behavior of ChatGPT
ResetGenerate
Output
Submit a prompt for a response.
Notes
Note
This model has a special pricing applied. Find out more
Introduction
OpenAI's GPT (generative pre-trained transformer) models have been trained to understand natural language. GPTs provide text outputs in response to their inputs. The inputs to GPTs are also referred to as "prompts". Designing a prompt is essentially how you “program” a GPT model, usually by providing instructions or some examples of how to successfully complete a task.
Using GPTs, you can build applications to:
Draft documents
Write computer code
Answer questions about a knowledge base
Analyze texts
Create conversational agents
Give software a natural language interface
Tutor in a range of subjects
Translate languages
Simulate characters for games
and much more
Model
GPT-3.5 models can understand and generate natural language or code. OpenAI's most capable and cost effective model in the GPT-3.5 family is gpt-3.5-turbo which has been optimized for chat but works well for traditional completions tasks as well.
Prompt:
Who was president of the United States in 1955?
Sample Response:
Dwight D. Eisenhower was president of the United States in 1955.
Prompt:
Where were the 1992 Olympics held?
Sample Response:
The 1992 Olympics were held in Barcelona, Spain.
Grammar correction
Prompt:
Correct this to standard English:
She no went to the market.
Sample Response:
She did not go to the market.
Summarize
Prompt:
Summarize this,
Jupiter is the fifth planet from the Sun and the largest in the Solar System. It is a
gas giant with a mass one-thousandth that of the Sun, but two-and-a-half times
that of all the other planets in the Solar System combined. Jupiter is one of the
brightest objects visible to the naked eye in the night sky, and has been known to
ancient civilizations since before recorded history. It is named after the Roman
god Jupiter.[19] When viewed from Earth, Jupiter can be bright enough for its
reflected light to cast visible shadows,[20] and is on average the third-brightest
natural object in the night sky after the Moon and Venus.
Sample Response:
Jupiter is the fifth planet from the Sun and is very big and bright. It can be seen
with our eyes in the night sky and it has been known since ancient times. Its
name comes from the Roman god Jupiter. It is usually the third brightest object in
the night sky after the Moon and Venus.
Translation
Prompt:
Translate this into 1. French, 2. Spanish and 3. Japanese:
What rooms do you have available?
Sample Response:
Quels sont les chambres que vous avez disponibles?
2. ¿Qué habitaciones tienes disponibles?
3. どの部屋が利用可能ですか?
GPTs can’t read your mind. If their outputs are too long, ask for brief replies. If their outputs are too simple, ask for expert-level writing. If you dislike the format, demonstrate the format you’d like to see. The less GPTs have to guess at what you want, the more likely you’ll be to get it.
Tactics:
Include details in your query to get more relevant answers
Ask the model to adopt a persona
Use delimiters to clearly indicate distinct parts of the input
Specify the steps required to complete a task
Provide examples
Specify the desired length of the output
Disclaimer
Please be advised that this model utilizes wrapped Artificial Intelligence (AI) provided by OpenAI (the "Vendor"). These AI models may collect, process, and store data as part of their operations. By using our website and accessing these AI models, you hereby consent to the data practices of the Vendor.
We do not have control over the data collection, processing, and storage practices of the Vendor. Therefore, we cannot be held responsible or liable for any data handling practices, data loss, or breaches that may occur.
It is your responsibility to review the privacy policies and terms of service of the Vendor to understand their data practices. You can access the Vendor's privacy policy and terms of service at https://openai.com/policies/privacy-policy.
We disclaim all liability with respect to the actions or omissions of the Vendor, and we encourage you to exercise caution and to ensure that you are comfortable with these practices before utilizing the AI models hosted on our site.
ID
Model Type ID
Text To Text
Input Type
text
Output Type
text
Description
OpenAI's ChatGPT is a generative language model (GLM) that provides insightful responses. As a state-of-the-art large language model (LLM), ChatGPT generates contextually relevant text