Expand dataset with synthetic samples
Generate synthetic dataset samples using LLM based on existing data patterns
Path parameters
Request body
Example request
{
"model": "gpt-4",
"sample_count": 10,
"preserve_fields": [
"input",
"expected_output"
],
"variation_instructions": "Create variations that test edge cases"
}Response
Generated synthetic samples
Example response
{
"model": "gpt-4",
"total_generated": 10
}Changes
Changed in 4 of the 67 revisions of this API.55
- ○
added the optional property
////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
- ●
removed the optional property
//////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////from the response with the statusresponse-optional-property-removed
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●