Generation
Tap into latent space of Language Models to generate data. And more.
Generation Task Properties
Required Properties
The input prompt for generation.
The model to use for generation.
Allowed values:
"gpt-4"
: GPT-4 model"gpt-4o-mini"
: GPT-4O Mini model
API key for authentication.
Optional Properties
Maximum number of epochs for reference free generation.
Desired format of the response. Reference the type_id
present in the types
section of the schema.
OpenAI API Properties
In addition to the above properties, the generation task supports all OpenAI API call properties. Some commonly used properties include:
Controls randomness in output (0.0 to 2.0).
Maximum number of tokens to generate.
Controls diversity via nucleus sampling.
Reduces repetition of token sequences.
Encourages the model to talk about new topics.
Sequences where the API will stop generating further tokens.
For a complete list of OpenAI API properties, please refer to the OpenAI API documentation.