Tap into latent space of Language Models to generate data. And more.
The input prompt for generation.
The model to use for generation.
Allowed values:
"gpt-4"
: GPT-4 model"gpt-4o-mini"
: GPT-4O Mini modelAPI key for authentication.
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.
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.
Tap into latent space of Language Models to generate data. And more.
The input prompt for generation.
The model to use for generation.
Allowed values:
"gpt-4"
: GPT-4 model"gpt-4o-mini"
: GPT-4O Mini modelAPI key for authentication.
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.
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.