Name | Description |
---|---|
Continue if max output tokens reached | The models have a max. token limit of 4096 tokens. If the output is cut off, and this is set to yes the generation will continue by sending prompt & generated output. |
Frequency Penalty | Frequency Penalty is like telling the model not to repeat the same words too much. When it's positive, it likes to use new words and not repeat too often. If it's negative, it doesn't care much and may say the same things again and again. Just remember, this helps keep the story fresh and less repetitive. |
Model |
Select which OpenAI model to use Available models: GPT-4.1 (1M context - 6 credits/1k tokens) GPT-4.1 mini (1M context - 1.5 credits/1k tokens) GPT-4.1 nano (1M context - 0.3 credits/1k tokens) GPT-4o (128k context - 6 credits/1k tokens) GPT-4o mini (128k context - 0.4 credits/1k tokens) o4-mini (200k context - 3.5 credits/1k tokens) o3 (128k context - 30 credits/1k tokens) o3-mini (200k context - 3.5 credit/1k tokens) |
Output language | Output language of the prompt |
Presence Penalty | Presence Penalty is like telling the model to talk about new things. When it's positive, it makes the model think more and try to say different stuff. If it's negative, it doesn't care much about new things. Just remember, this helps make the story more interesting and unique. |
Prompt | |
Structured Output Schema | Define a JSON schema for structured output. The AI will format its response according to this schema. |
Temperature | Temperature is like adding spice to cooking. Imagine making a story more exciting or calmer. When it's hot like 0.8, the story becomes full of surprises. When it's cold like 0.2, the story becomes more focused and predictable. Just remember, it's best to change either this or Top P, but not both. |
Top P | Top P is like having a box of chocolates and picking the ones you like most. When it's small like 0.1, we only pick the best ones, the ones that most people like. It makes the story exciting but not too crazy. Just remember, it's best to change either this or Temperature, but not both. |