openai/gpt-4o

OpenAI's high-intelligence chat model

Input
Configure the inputs for the AI model.
0
1

Nucleus sampling parameter - the model considers the results of the tokens with top_p probability mass. (0.1 means only the tokens comprising the top 10% probability mass are considered.)

The prompt to send to the model. Do not use if using messages.

A JSON string representing a list of messages. For example: [{"role": "user", "content": "Hello, how are you?"}]. If provided, prompt and system_prompt are ignored.

List of images to send to the model

0
2

Sampling temperature between 0 and 2

-2
2

Presence penalty parameter - positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.

-2
2

Frequency penalty parameter - positive values penalize the repetition of tokens.

0
100

Maximum number of completion tokens to generate

Output
The generated output will appear here.

No output yet

Click "Generate" to create an output.

gpt-4o - ikalos.ai