Start applying custom styles
style_model
is the model to fine-tune. base_model
is the base AI whose output you want to style. Use general
to create a style that works across different base AI models.
model
with the ID of your fine-tuned model. Include the parameter message
as a string that contains the text to style.
No conversational turns or instructions to the AI need to be submitted.
If you have a large block of multi-paragraph text, include all of it in a single API call. You don’t need to segment the text into separate calls.
response["choices"][0]["message"]["content"]
include_quality
to true
for the style/transform
endpoint to include quality metrics. The quality metrics compare the personalized
results from Vaero styling, the unpersonalized
results from the AI model without styling, and ground_truth
reflecting the training data.